aboutsummaryrefslogtreecommitdiff
path: root/src/comp/back/Link.rs
Commit message (Collapse)AuthorAgeFilesLines
* rustc: lowercase the link and link::write modulesBrian Anderson2011-05-131-189/+0
|
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-47/+47
| | | | This should be a snapshot transition.
* Add --time-llvm-passes.Graydon Hoare2011-05-101-2/+14
|
* rustc: Replace our homebrew list of passes with the standard function and ↵Patrick Walton2011-05-091-50/+16
| | | | module passes, along with the TargetData passes.
* rustc: Make llvm_err() conform to Postel's law a little betterPatrick Walton2011-05-061-1/+6
|
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-13/+13
| | | | (Have fun mergining your stuff with this.)
* rustc: Link with intrinsics.bc; change intrinsics linkage to linkonce_odrPatrick Walton2011-05-051-1/+25
|
* rustc: Add a binding to LLVM's bitcode parserPatrick Walton2011-05-051-0/+6
|
* rustc: Add a Link module; move crate writing to it to slim down trans slightlyPatrick Walton2011-05-051-0/+176