| Commit message (Expand) | Author | Age | Files | Lines |
| * | Run optimizations. | Rafael Ávila de Espíndola | 2011-04-07 | 1 | -0/+34 |
| * | Add visibility enum values to lib.llvm. | Graydon Hoare | 2011-03-26 | 1 | -0/+3 |
| * | Janitorial: move llvmext back to llvm module, as they're the same thing now. | Graydon Hoare | 2011-03-25 | 1 | -8/+14 |
| * | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | rustc: Switch over to using rustllvm.dll exclusively, ending the "Franken-LLV... | Patrick Walton | 2011-03-23 | 1 | -1/+1 |
| * | rustc: Remove the memory-managed interface to LLVM memory buffers; passing th... | Patrick Walton | 2011-03-15 | 1 | -17/+0 |
| * | rustc: Add support for LLVM memory buffer creation via a wrapper function | Patrick Walton | 2011-03-15 | 1 | -5/+17 |
| * | rustc: Add Rust bindings to the LLVM object file library | Patrick Walton | 2011-03-15 | 1 | -0/+72 |
| * | Groundwork for structural comparison. Still lacking the actual loop that does... | Graydon Hoare | 2011-02-28 | 1 | -2/+21 |
| * | Teach trans and llvm to cooperate on producing tidier diagnostic names in tra... | Graydon Hoare | 2011-02-17 | 1 | -9/+62 |
| * | Use uniform pair representation of functions everywhere, including static fun... | Graydon Hoare | 2011-01-05 | 1 | -0/+19 |
| * | Print recursive LLVM types. | Graydon Hoare | 2010-12-23 | 1 | -6/+22 |
| * | Implement binop= forms. Un-XFAIL bitwise.rs. | Graydon Hoare | 2010-12-08 | 1 | -10/+10 |
| * | rustc: Run the verifier over LLVM modules before writing them out | Patrick Walton | 2010-12-06 | 1 | -0/+23 |
| * | rustc: Remove LLVM unions and represent tags as (discriminant, byte blob) pairs | Patrick Walton | 2010-12-03 | 1 | -9/+24 |
| * | rustc: Add stub support for tag constructors in trans | Patrick Walton | 2010-12-01 | 1 | -0/+13 |
| * | Sketch out type-directed structural drop and copy, including vector types. | Graydon Hoare | 2010-11-24 | 1 | -0/+10 |
| * | Switch upcall glues to fastcall as well. | Graydon Hoare | 2010-11-14 | 1 | -0/+9 |
| * | Support emitting trap instructions for debugging. | Graydon Hoare | 2010-11-14 | 1 | -0/+13 |
| * | Redo the scheme for block context chaining and termination, to simplify and s... | Graydon Hoare | 2010-11-10 | 1 | -0/+2 |
| * | Improve name nodes to ast, teach to parse qualified names, put out flaming ti... | Graydon Hoare | 2010-10-04 | 1 | -1/+2 |
| * | Teach rustc about phi nodes, block relationships. Translate if- and block-exp... | Graydon Hoare | 2010-10-04 | 1 | -2/+8 |
| * | Translate a modest selection of easy binops. | Graydon Hoare | 2010-09-28 | 1 | -2/+17 |
| * | More work on trans, almost getting to the point of emitting an upcall. | Graydon Hoare | 2010-09-24 | 1 | -2/+87 |
| * | Wrap long line. | Graydon Hoare | 2010-09-23 | 1 | -1/+2 |
| * | Improve LLVM builder wrapper-object. | Graydon Hoare | 2010-09-23 | 1 | -53/+206 |
| * | Declare the global and upcall glues as ValueRefs in rustc's trans. | Graydon Hoare | 2010-09-23 | 1 | -2/+13 |
| * | Flesh out rustc.me.trans to construct functions, basic blocks and builders of... | Graydon Hoare | 2010-09-22 | 1 | -0/+4 |
| * | Fix symbol names on LLVM C library binding and library-name for LLVM. | Graydon Hoare | 2010-08-18 | 1 | -593/+852 |
| * | Absent any deep overhauls to syntax or constant-handling, hack in the ability... | Graydon Hoare | 2010-08-16 | 1 | -1/+1 |
| * | Add more LLVM library bindings to rustc. | Graydon Hoare | 2010-08-12 | 1 | -2/+350 |
| * | Add another pile of LLVM bindings. | Graydon Hoare | 2010-07-12 | 1 | -0/+160 |
| * | Start bringing in LLVM bindings. | Graydon Hoare | 2010-07-12 | 1 | -0/+117 |