aboutsummaryrefslogtreecommitdiff
path: root/src/boot/llvm/llabi.ml
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM rustboot backend.Graydon Hoare2010-12-291-94/+0
|
* Fix simple generic type parameters in LLVM.Jeffrey Yasskin2010-07-231-0/+24
|
* Adjust llasm, llabi to be aware of changes to rust_task structure. Still not ↵Graydon Hoare2010-07-201-0/+1
| | | | working fully.
* Fix argv.rs under the LLVM compiler.Jeffrey Yasskin2010-07-181-8/+7
| | | | | | The call to rust_start was assuming that all rust main() functions have the same signature, but the compiler doesn't actually canonicalize them. So instead just match the C signature of rust_start, and cast.
* Emit gc glue and rearrange crate glue offsets slightly to have a regular order.Graydon Hoare2010-06-251-2/+3
|
* Populate tree.Graydon Hoare2010-06-231-0/+69