about summary refs log tree commit diff
path: root/src/librustc/back/write.rs
AgeCommit message (Expand)AuthorLines
2014-09-28Keep ExpnId abstract by providing conversionsKeegan McAllister-1/+1
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-7/+36
2014-09-19rollup merge of #17358 : epdtry/pcg-ltoAlex Crichton-29/+32
2014-09-19Add enum variants to the type namespaceNick Cameron-4/+4
2014-09-17support LTO against libraries built with codegen-units > 1Stuart Pernsteiner-29/+32
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-12Add -C remark for LLVM optimization remarksKeegan McAllister-11/+56
2014-09-05don't use `ld -r` with `-C codegen-units=1`Stuart Pernsteiner-0/+12
2014-09-05add workaround for mingw `ld --force-exe-suffix` behaviorStuart Pernsteiner-1/+25
2014-09-05don't leave unwanted temporary files with --emit=ir/asmStuart Pernsteiner-3/+6
2014-09-05use target-specific linker args when combining compilation unitsStuart Pernsteiner-2/+19
2014-09-05run optimization and codegen on worker threadsStuart Pernsteiner-206/+636
2014-09-05move back::link::write into a separate fileStuart Pernsteiner-0/+476