about summary refs log tree commit diff
path: root/src/comp/back/link.rs
AgeCommit message (Expand)AuthorLines
2011-12-12rustc: Hash includes direct dependent cratesHaitao Li-3/+11
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-6/+13
2011-12-08rustc: Determine the crate type (lib/bin) in the session, not session optsBrian Anderson-2/+2
2011-12-04Upgrade LLVM to svn revision 145779Brian Anderson-4/+6
2011-11-28rustc: Link in libmorestack.a when --stack-growthBrian Anderson-0/+5
2011-11-25rustc: Fall back to intrinsics.ll if we can't parse the bcBrian Anderson-4/+42
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-10Cleanup unused importsHaitao Li-5/+0
2011-11-07rustc: Add support of generating LLVM assemblyHaitao Li-5/+13
2011-11-02add -m64 to gcc args if appropriateNiko Matsakis-1/+3
2011-11-02start to isolate target strings so that they can be configured forNiko Matsakis-31/+35
2011-10-31rustc: Enable segmented stacks in LLVM when --stack-growth is onPatrick Walton-0/+1
2011-10-28Produce dyn libraries with proper namesHaitao Li-8/+7
2011-10-20Don't rely on main.ll anymoreMarijn Haverbeke-7/+1
2011-10-20Output linker errors, when linking failsMarijn Haverbeke-3/+4
2011-10-17Change the linkage order on linux and add -ldlBrian Anderson-5/+6
2011-10-16Only link librt on linuxBrian Anderson-1/+8
2011-10-16Fix link error by explicitly link needed DSOsHaitao Li-1/+1
2011-10-12reimplement some of the unsafe stuff which got lostNiko Matsakis-10/+7
2011-10-12continue to annotate functions as unsafe where neccessaryNiko Matsakis-2/+3
2011-10-12add unsafe tags into various points in the translation chainsNiko Matsakis-4/+6
2011-10-06Remove an unnecessary linking flag. Add comments about linkingBrian Anderson-1/+4
2011-10-06Make rpath work on macBrian Anderson-0/+7
2011-10-05Fix some remaining rpath bugsBrian Anderson-0/+1
2011-10-05Begin work on rpathBrian Anderson-0/+3
2011-10-04Use util::filesearch to locate intrinsics.bc and main.oBrian Anderson-4/+13
2011-10-04Encapsulate current sysroot and lib path handling into util::filesearchBrian Anderson-25/+5
2011-10-02rustc: Fix link error on Ubuntu Oneiric. Issue #903Haitao Li-2/+4
2011-09-30Change the directory for target libsBrian Anderson-3/+10
2011-09-29Reorganize structure of build directoryBrian Anderson-4/+18
2011-09-28Eliminate glue.o. Closes #990Brian Anderson-2/+1
2011-09-20Move linker invocation from driver::rustc to back::linkBrian Anderson-1/+93
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-19/+17
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-45/+42
2011-09-02Reformat. Issue #855Brian Anderson-100/+99
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-3/+3
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-20/+20
2011-09-01Remove std::str. Issue #855Brian Anderson-1/+0
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-9/+5
2011-08-27Convert rustc::driver::session to istrs. Issue #855Brian Anderson-5/+6
2011-08-27Convert pretty-printer to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert rest of the AST to istrs. Issue #855Brian Anderson-2/+2
2011-08-27Convert middle::trans_common to istrs. Issue #855Brian Anderson-3/+2
2011-08-27Convert the rest of rustc::lib::llvm to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert rustc::lib::llvm to istr::sbufs. Issue #855Brian Anderson-36/+48
2011-08-27Convert the rest of rustc::back to istrs. Issue #855Brian Anderson-4/+4
2011-08-27Convert back::link to istrs. Issue #855Brian Anderson-55/+71
2011-08-27Convert ast::ident to istr. Issue #855Brian Anderson-4/+4
2011-08-27Convert portions of rustc to istrs. Recover a lot of performance.Brian Anderson-2/+2
2011-08-27Convert std::fs to istrs. Issue #855Brian Anderson-3/+7