about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
AgeCommit message (Expand)AuthorLines
2022-07-26Remove dead code from cg_llvmbjorn3-45/+0
2022-07-21Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwcobors-2/+7
2022-07-16Auto merge of #95685 - oxidecomputer:restore-static-dwarf, r=pnkfelixbors-2/+2
2022-07-14rustc: add ability to output regular LTO bitcode modulesZiv Dunkelman-2/+7
2022-06-28llvm-wrapper: adapt for an LLVM API changeKrasimir Georgiev-0/+2
2022-04-20Stub out more PassManagerBuilder functionsNikita Popov-1/+52
2022-04-20Stub out various legacy PM functions with LLVM 15Nikita Popov-0/+44
2022-04-10Respect -Z verify-llvm-ir and other flags that add extra passes when combined...Luqman Aden-0/+7
2022-04-05Revert "Work around invalid DWARF bugs for fat LTO"Cliff L. Biffle-2/+2
2022-01-14Remove LLVMRustMarkAllFunctionsNounwindAmanieu d'Antras-19/+0
2021-12-13Use the existing llvm-plugins option for both legacy and new pm registrationAxel Cohen-4/+4
2021-12-13Add a codegen option to allow loading LLVM pass pluginsAxel Cohen-1/+17
2021-11-11PassWrapper: additional sanitizer update to match clangKrasimir Georgiev-1/+0
2021-11-09Didn't mean to invert this boolean.Augie Fackler-1/+1
2021-11-09rustc_llvm: update PassWrapper for recent LLVMAugie Fackler-6/+9
2021-11-05Initialize LLVM time trace profiler on each code generation threadTomasz Miąsko-0/+4
2021-10-25Rollup merge of #89581 - jblazquez:master, r=Mark-SimulacrumMatthias Krüger-0/+2
2021-10-22Update the minimum external LLVM to 12Josh Stone-74/+2
2021-10-22Update the minimum external LLVM to 11Josh Stone-93/+0
2021-10-18RustWrapper: adapt for an LLVM API changeKrasimir Georgiev-0/+5
2021-10-11Add -Z no-unique-section-names to reduce ELF header bloat.Javier Blazquez-0/+2
2021-10-06Enable AutoFDO.Michael Benfield-9/+21
2021-09-27PassWrapper: handle function rename from upstream D36850Augie Fackler-0/+4
2021-09-25Use correct pipeline for LTO at O0Nikita Popov-1/+4
2021-09-22Rollup merge of #89041 - sticnarf:sticnarf/fat-lto-dwarf, r=nagisathe8472-2/+2
2021-09-17Work around invalid DWARF bugs for fat LTOYilin Chen-2/+2
2021-09-17compiler/rustc_llvm: Enable M68k LLVM targetJohn Paul Adrian Glaubitz-0/+7
2021-09-16PassWrapper: these two lines shouldn't have been ifdef'dAugie Fackler-2/+2
2021-09-16PassWrapper: handle separate Module*SanitizerPassAugie Fackler-0/+8
2021-08-19PassWrapper: adapt for LLVM 14 changesAugie Fackler-0/+15
2021-08-06PassWrapper: handle move of OptimizationLevel class out of PassBuilderAugie Fackler-27/+31
2021-05-21Auto merge of #85416 - durin42:llvm-catchup-may-2021, r=nagisabors-1/+12
2021-05-17PassWrapper: update for LLVM change D102093Augie Fackler-1/+12
2021-05-08Support -C passes in NewPMNikita Popov-2/+12
2021-05-08Explicitly register GCOV profiling pass as wellNikita Popov-1/+11
2021-05-08Explicitly register instrprof passNikita Popov-1/+11
2021-04-29Replace llvm::sys::fs::F_None with llvm::sys::fs::OF_NoneFangrui Song-3/+3
2021-04-09Categorize and explain target features supportMatt Ickstadt-18/+15
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-41/+0
2021-03-22cleanup: add some comments per review feedbackAugie Fackler-0/+3
2021-03-22Update the minimum external LLVM to 10Josh Stone-41/+0
2021-03-19fix: I meant LLVM version 13, not 12Augie Fackler-1/+1
2021-03-16llvm-wrapper: adapt to function signature change of thinLTOResolvePrevailingI...Augie Fackler-1/+6
2021-03-14Auto merge of #83044 - kubo39:set-llvm-code-model, r=nikicbors-0/+8
2021-03-12Add support for storing code model to LLVM module IRHiroki Noda-0/+8
2021-03-12Support merge_functions option in NewPM since LLVM >= 12Hiroki Noda-2/+6
2021-03-03Schedule ThinLTOBuffer passes again after sanitizer passesNikita Popov-1/+6
2021-02-28Support LLVM 12 in rustcNikita Popov-22/+97
2021-02-07HWASan supportTri Vo-0/+26
2020-12-16llvm: update ffi bindings for split dwarfDavid Wood-4/+22