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-07-27
Update the minimum external LLVM to 15
Josh Stone
-3
/
+0
2023-07-21
Support `.comment` section like GCC/Clang (`!llvm.ident`)
Miguel Ojeda
-0
/
+5
2023-07-20
Implement printing to file in PassWrapper
David Tolnay
-10
/
+22
2023-07-12
llvm-wrapper: adapt for LLVM API change
Krasimir Georgiev
-0
/
+4
2023-05-18
Auto merge of #111364 - cuviper:unhack-thinlto, r=nikic
bors
-57
/
+0
2023-05-12
Usage of atomic counters for llvm code coverage
Evgeniy A. Dushistov
-0
/
+3
2023-05-08
Remove the ThinLTO CU hack
Josh Stone
-57
/
+0
2023-05-05
Expand the LLVM coverage of `--print target-cpus`
Josh Stone
-14
/
+16
2023-05-04
change expect() to unwrap_or_else() and update msg
James Dietz
-2
/
+6
2023-05-04
moved default CPU message inline
James Dietz
-9
/
+7
2023-05-04
`--print target-cpus` shows default target cpu, updated docs
James Dietz
-2
/
+9
2023-04-24
[LLVM17] Adapt to `ExplicitEmulatedTLS` removal.
Tim Neumann
-0
/
+5
2023-04-23
Rollup merge of #110668 - ehuss:fix-native-cpu-list, r=cuviper
Matthias Krüger
-1
/
+3
2023-04-23
Fix printing native CPU on cross-compiled compiler.
Eric Huss
-1
/
+3
2023-04-20
Remove deprecated LLVM any_isa
Qiu Chaofan
-8
/
+8
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-11
Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser
Michael Goulet
-0
/
+7
2023-04-04
Enable loongarch64 LLVM target
zhaixiaojuan
-0
/
+7
2023-03-29
Auto merge of #109720 - Dylan-DPC:rollup-u564m8s, r=Dylan-DPC
bors
-7
/
+10
2023-03-28
Add OpenHarmony targets
Amanieu d'Antras
-1
/
+6
2023-03-27
llvm-wrapper: adapt for LLVM API change
Krasimir Georgiev
-7
/
+10
2023-03-06
Remove references to PassManagerBuilder
Nikita Popov
-2
/
+0
2023-03-01
Print NewPM passes
Nikita Popov
-16
/
+2
2023-03-01
Remove pass initialization code
Nikita Popov
-18
/
+0
2023-02-14
Add `kernel-address` sanitizer support for freestanding targets
Wesley Norris
-3
/
+7
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
[next]