aboutsummaryrefslogtreecommitdiff
path: root/src/comp/back/x86.rs
Commit message (Expand)AuthorAgeFilesLines
* Add the single instruction required in activate glue to fix burning darwin ti...Graydon Hoare2011-02-081-2/+99
* rustc: Set data layout and target triplePatrick Walton2010-12-031-0/+20
* Fix typo in x86 backend glue that was, by luck, only crashing on OSX.Graydon Hoare2010-11-151-1/+1
* Switch upcall glues to fastcall as well.Graydon Hoare2010-11-141-10/+11
* Remove outptr from module-internal calls; use standard ABI returns.Graydon Hoare2010-11-141-9/+9
* 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
* 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-241-3/+3
* Declare the global and upcall glues as ValueRefs in rustc's trans.Graydon Hoare2010-09-231-15/+13
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare2010-09-231-0/+159