about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/back
AgeCommit message (Expand)AuthorLines
2018-07-11Deny bare trait objects in in src/librustc_codegen_llvmljedrz-24/+24
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-47/+38
2018-07-07Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichtonbors-6/+5
2018-07-06Remove CrossLangLto::NoLink which does not have a use case anymore.Michael Woerister-2/+1
2018-07-06When doing linker-plugin based LTO, write LLVM bitcode obj-filesMichael Woerister-4/+4
2018-07-06Rollup merge of #52055 - crlf0710:patch-3, r=Mark-Simulacrumkennytm-2/+2
2018-07-04Shorten the lineCrLF0710-2/+2
2018-07-04Include VS 2017 in error message.CrLF0710-1/+1
2018-07-03Allow the linker to choose the LTO-plugin (which is useful when using LLD)Michael Woerister-25/+36
2018-06-27Make opaque::Encoder append-only and make it infallibleJohn Kåre Alsaker-2/+1
2018-06-20Fix tidyBastien Orivel-1/+4
2018-06-20Replace tempdir by tempfile in librustc_transBastien Orivel-3/+3
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-1/+1
2018-06-12Rename -Z no-verify to -Z verify-llvm-irNikita Popov-6/+6
2018-06-12Respect -Z no-verify during LTONikita Popov-7/+12
2018-05-31musl: don't use the included startfiles with -crt-staticJohannes Nixdorf-0/+16
2018-05-22Add -Z no-parallel-llvm flagNikita Popov-2/+6
2018-05-17Revert "musl: don't use the included startfiles with -crt-static"Alex Crichton-16/+0
2018-05-17Revert "musl: link crt{begin,end}.o from the system compiler"Alex Crichton-11/+0
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+7429