aboutsummaryrefslogtreecommitdiff
path: root/src/boot/llvm
Commit message (Expand)AuthorAgeFilesLines
* Teach the LLVM backend to emit line number information.Jeffrey Yasskin2010-07-201-27/+87
* Fix argv.rs under the LLVM compiler.Jeffrey Yasskin2010-07-182-9/+9
* Clean up nomenclature in the Abi constants brigade. Purge magic GEP numbers ...Roy Frostig2010-07-161-2/+2
* Make mutability no longer a type constructorPatrick Walton2010-07-151-3/+3
* Wrap long line.Graydon Hoare2010-07-021-11/+12
* Return LLVM to at least being able to run hello world.Graydon Hoare2010-07-021-1/+1
* Correct overzealous bulk-edit to LLVM code.Graydon Hoare2010-07-011-1/+1
* Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...Graydon Hoare2010-06-301-6/+6
* Update LLVM translation to match changes to slot and ty.Graydon Hoare2010-06-291-16/+23
* Move more of the GC logic into the runtime.Graydon Hoare2010-06-281-1/+1
* Emit gc glue and rearrange crate glue offsets slightly to have a regular order.Graydon Hoare2010-06-252-4/+6
* Add fmt module, move out some common format helpers, add instruction-selectio...Graydon Hoare2010-06-241-1/+1
* Populate tree.Graydon Hoare2010-06-235-0/+1331