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
2023-02-10
Update the minimum external LLVM to 14
Josh Stone
-41
/
+3
2023-02-02
llvm-wrapper: adapt for LLVM API changes
Krasimir Georgiev
-8
/
+30
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2022-12-11
llvm-wrapper: adapt for LLVM API changes
Krasimir Georgiev
-0
/
+4
2022-12-06
llvm-wrapper: adapt for and LLVM API change
Krasimir Georgiev
-1
/
+10
2022-11-25
[llvm-wrapper] adapt for LLVM API change
Krasimir Georgiev
-0
/
+4
2022-11-17
Throw error on failure in loading llvm-plugin
Divam Narula
-1
/
+1
2022-10-25
llvm-16: Don't initialize removed legacy passes
Matthew Maurer
-0
/
+2
2022-09-26
Avoid LLVM-deprecated `Optional::hasValue`
Josh Stone
-1
/
+1
2022-09-18
Use the helper for internalizing with new PM
Josh Stone
-5
/
+2
2022-09-18
Never use legacy PM for writing bitcode
Josh Stone
-12
/
+2
2022-09-18
Remove support for LLVM's legacy pass manager
Josh Stone
-234
/
+1
2022-09-09
Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726
Matthias Krüger
-1
/
+14
2022-09-07
llvm-wrapper: adapt for LLVM API changes
Krasimir Georgiev
-1
/
+7
2022-08-17
llvm-wrapper: use new pass manager for thin lto with LLVM version 15
Krasimir Georgiev
-2
/
+23
2022-08-16
Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisa
Matthias Krüger
-17
/
+1
2022-08-14
Update the minimum external LLVM to 13
Josh Stone
-17
/
+1
2022-08-14
Enable eager checks for memory sanitizer
5225225
-1
/
+14
2022-08-11
Add support for generating unique *.profraw files by default when using the `...
ridwanabdillahi
-2
/
+6
2022-07-26
Remove dead code from cg_llvm
bjorn3
-45
/
+0
2022-07-21
Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco
bors
-2
/
+7
2022-07-16
Auto merge of #95685 - oxidecomputer:restore-static-dwarf, r=pnkfelix
bors
-2
/
+2
2022-07-14
rustc: add ability to output regular LTO bitcode modules
Ziv Dunkelman
-2
/
+7
2022-06-28
llvm-wrapper: adapt for an LLVM API change
Krasimir Georgiev
-0
/
+2
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-04-05
Revert "Work around invalid DWARF bugs for fat LTO"
Cliff L. Biffle
-2
/
+2
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
[next]