aboutsummaryrefslogtreecommitdiff
path: root/src/boot/llvm/llfinal.ml
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM rustboot backend.Graydon Hoare2010-12-291-105/+0
|
* Update lltrans to also emit WinMain@16 on windows.Graydon Hoare2010-11-051-1/+8
|
* Fix argv.rs under the LLVM compiler.Jeffrey Yasskin2010-07-181-1/+2
| | | | | | 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/+96