summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/back/lto.rs
AgeCommit message (Expand)AuthorLines
2018-07-28Don't format!() string literalsljedrz-7/+7
2018-07-18rustc: Remove a workaroudn in ThinLTO fixed upstreamAlex Crichton-14/+0
2018-07-16Revert "Provide a way of accessing the ThinLTO module import map in rustc."Michael Woerister-68/+1
2018-07-16Revert "Persist ThinLTO import data in incr. comp. session directory."Michael Woerister-81/+2
2018-07-16Revert "Clean up LLVM module naming (just use CodegenUnit names)."Michael Woerister-5/+6
2018-07-16Revert "Use callback-based interface to load ThinLTO import data into rustc."Michael Woerister-31/+43
2018-07-13Use callback-based interface to load ThinLTO import data into rustc.Michael Woerister-43/+31
2018-07-11Clean up LLVM module naming (just use CodegenUnit names).Michael Woerister-6/+5
2018-07-11Persist ThinLTO import data in incr. comp. session directory.Michael Woerister-2/+81
2018-07-11Provide a way of accessing the ThinLTO module import map in rustc.Michael Woerister-1/+68
2018-06-12Rename -Z no-verify to -Z verify-llvm-irNikita Popov-2/+2
2018-06-12Respect -Z no-verify during LTONikita Popov-6/+11
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+773