aboutsummaryrefslogtreecommitdiff
path: root/src/comp/back
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Graydon Hoare2010-09-232-0/+205
rustc, and move files around.