about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/lib.rs
AgeCommit message (Expand)AuthorLines
2018-08-02Basic profilingWesley Wiser-0/+3
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-7/+29
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-0/+1
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-1/+5
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-16Revert "Persist ThinLTO import data in incr. comp. session directory."Michael Woerister-1/+1
2018-07-16Revert "Clean up LLVM module naming (just use CodegenUnit names)."Michael Woerister-1/+3
2018-07-13Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...bors-4/+2
2018-07-11Clean up LLVM module naming (just use CodegenUnit names).Michael Woerister-3/+1
2018-07-11Persist ThinLTO import data in incr. comp. session directory.Michael Woerister-1/+1
2018-07-11Deny bare trait objects in in src/librustc_codegen_llvmljedrz-6/+7
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-3/+1
2018-07-07Move time_graph.rs to rustc/utilbjorn3-1/+1
2018-07-07Update Cargo.lock and move size_and_align_of_dst backbjorn3-0/+1
2018-07-07Fix some errorsbjorn3-1/+0
2018-07-07Move some functions out of rustc_codegen_llvm and fix metadata_only backendbjorn3-2/+2
2018-06-20Replace tempdir by tempfile in librustc_transBastien Orivel-1/+1
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-2/+2
2018-05-17Stabilise inclusive_range_methodsvarkor-1/+0
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+392