summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/lib.rs
AgeCommit message (Expand)AuthorLines
2018-10-08codegen_llvm: whitespace & formatting improvementsljedrz-1/+1
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-31Support local ThinLTO with incremental compilation.Michael Woerister-28/+12
2018-08-31Persist ThinLTO import data in incr. comp. session directory.Michael Woerister-1/+1
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-18Remove LinkMeta structbjorn3-2/+3
2018-08-15Use CGU name as LLVM module name and add some caching to CGU name generation.Michael Woerister-3/+1
2018-08-12Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakisGuillaume Gomez-0/+1
2018-08-10[nll] librustc_codegen_llvm: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09Move rustc::util::fs into separate (new) crateMark Rousskov-0/+1
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-1/+0
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