index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_llvm
/
llvm-wrapper
/
PassWrapper.cpp
Age
Commit message (
Expand
)
Author
Lines
2022-04-20
Stub out more PassManagerBuilder functions
Nikita Popov
-1
/
+52
2022-04-20
Stub out various legacy PM functions with LLVM 15
Nikita Popov
-0
/
+44
2022-04-10
Respect -Z verify-llvm-ir and other flags that add extra passes when combined...
Luqman Aden
-0
/
+7
2022-01-14
Remove LLVMRustMarkAllFunctionsNounwind
Amanieu d'Antras
-19
/
+0
2021-12-13
Use the existing llvm-plugins option for both legacy and new pm registration
Axel Cohen
-4
/
+4
2021-12-13
Add a codegen option to allow loading LLVM pass plugins
Axel Cohen
-1
/
+17
2021-11-11
PassWrapper: additional sanitizer update to match clang
Krasimir Georgiev
-1
/
+0
2021-11-09
Didn't mean to invert this boolean.
Augie Fackler
-1
/
+1
2021-11-09
rustc_llvm: update PassWrapper for recent LLVM
Augie Fackler
-6
/
+9
2021-11-05
Initialize LLVM time trace profiler on each code generation thread
Tomasz Miąsko
-0
/
+4
2021-10-25
Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum
Matthias Krüger
-0
/
+2
2021-10-22
Update the minimum external LLVM to 12
Josh Stone
-74
/
+2
2021-10-22
Update the minimum external LLVM to 11
Josh Stone
-93
/
+0
2021-10-18
RustWrapper: adapt for an LLVM API change
Krasimir Georgiev
-0
/
+5
2021-10-11
Add -Z no-unique-section-names to reduce ELF header bloat.
Javier Blazquez
-0
/
+2
2021-10-06
Enable AutoFDO.
Michael Benfield
-9
/
+21
2021-09-27
PassWrapper: handle function rename from upstream D36850
Augie Fackler
-0
/
+4
2021-09-25
Use correct pipeline for LTO at O0
Nikita Popov
-1
/
+4
2021-09-22
Rollup merge of #89041 - sticnarf:sticnarf/fat-lto-dwarf, r=nagisa
the8472
-2
/
+2
2021-09-17
Work around invalid DWARF bugs for fat LTO
Yilin Chen
-2
/
+2
2021-09-17
compiler/rustc_llvm: Enable M68k LLVM target
John Paul Adrian Glaubitz
-0
/
+7
2021-09-16
PassWrapper: these two lines shouldn't have been ifdef'd
Augie Fackler
-2
/
+2
2021-09-16
PassWrapper: handle separate Module*SanitizerPass
Augie Fackler
-0
/
+8
2021-08-19
PassWrapper: adapt for LLVM 14 changes
Augie Fackler
-0
/
+15
2021-08-06
PassWrapper: handle move of OptimizationLevel class out of PassBuilder
Augie Fackler
-27
/
+31
2021-05-21
Auto merge of #85416 - durin42:llvm-catchup-may-2021, r=nagisa
bors
-1
/
+12
2021-05-17
PassWrapper: update for LLVM change D102093
Augie Fackler
-1
/
+12
2021-05-08
Support -C passes in NewPM
Nikita Popov
-2
/
+12
2021-05-08
Explicitly register GCOV profiling pass as well
Nikita Popov
-1
/
+11
2021-05-08
Explicitly register instrprof pass
Nikita Popov
-1
/
+11
2021-04-29
Replace llvm::sys::fs::F_None with llvm::sys::fs::OF_None
Fangrui Song
-3
/
+3
2021-04-09
Categorize and explain target features support
Matt Ickstadt
-18
/
+15
2021-03-25
Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa
bors
-41
/
+0
2021-03-22
cleanup: add some comments per review feedback
Augie Fackler
-0
/
+3
2021-03-22
Update the minimum external LLVM to 10
Josh Stone
-41
/
+0
2021-03-19
fix: I meant LLVM version 13, not 12
Augie Fackler
-1
/
+1
2021-03-16
llvm-wrapper: adapt to function signature change of thinLTOResolvePrevailingI...
Augie Fackler
-1
/
+6
2021-03-14
Auto merge of #83044 - kubo39:set-llvm-code-model, r=nikic
bors
-0
/
+8
2021-03-12
Add support for storing code model to LLVM module IR
Hiroki Noda
-0
/
+8
2021-03-12
Support merge_functions option in NewPM since LLVM >= 12
Hiroki Noda
-2
/
+6
2021-03-03
Schedule ThinLTOBuffer passes again after sanitizer passes
Nikita Popov
-1
/
+6
2021-02-28
Support LLVM 12 in rustc
Nikita Popov
-22
/
+97
2021-02-07
HWASan support
Tri Vo
-0
/
+26
2020-12-16
llvm: update ffi bindings for split dwarf
David Wood
-4
/
+22
2020-11-12
fully exploited the dropped support of LLVM 8
DevJPM
-30
/
+2
2020-09-17
Use llvm::computeLTOCacheKey to determine post-ThinLTO CGU reuse
Aaron Hill
-3
/
+36
2020-09-09
Move `rustllvm` into `rustc_llvm`
Vadim Petrochenkov
-0
/
+1655