aboutsummaryrefslogtreecommitdiff
path: root/src/comp/back
Commit message (Expand)AuthorAgeFilesLines
* Move symbol prefix logic into separate function, add underscore prefix for wi...Graydon Hoare2010-11-051-4/+10
* Don't use string == in x86.rs, doesn't work.Graydon Hoare2010-10-221-1/+1
* rustc: Add an "_" prefix to assembler-generated symbols on MacPatrick Walton2010-10-221-0/+5
* Translate exit-task glue such that rustc's output programs exit properly.Graydon Hoare2010-09-271-0/+4
* Fix indexing bug in rustc's indirect-upcall arg-copying loops.Graydon Hoare2010-09-271-3/+4
* More work on trans, almost getting to the point of emitting an upcall.Graydon Hoare2010-09-242-3/+15
* Declare the global and upcall glues as ValueRefs in rustc's trans.Graydon Hoare2010-09-232-15/+15
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare2010-09-232-0/+205