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
2025-09-26
Fix typo in LLVM_VERSION_ macro use
Augie Fackler
-1
/
+1
2025-09-26
PassWrapper: drop unused variable for LLVM 22+
Augie Fackler
-0
/
+2
2025-09-25
PassWrapper: update for new PGOOptions args in LLVM 22
Augie Fackler
-0
/
+16
2025-09-25
Use `LLVMDisposeTargetMachine`
Zalathar
-4
/
+0
2025-09-18
Move target machine command-line quoting from C++ to Rust
Zalathar
-21
/
+7
2025-09-16
Update the minimum external LLVM to 20
Josh Stone
-110
/
+30
2025-09-11
remove unused getLongestEntryLength
klensy
-8
/
+0
2025-09-11
remove unused macro
klensy
-116
/
+0
2025-09-06
Remove want_summary argument from prepare_thin
bjorn3
-8
/
+3
2025-08-28
Move ___asan_globals_registered export
bjorn3
-6
/
+0
2025-07-25
Use the object crate rather than LLVM for extracting bitcode sections
bjorn3
-34
/
+0
2025-07-20
Rollup merge of #144116 - nikic:llvm-21-fixes, r=dianqk
Matthias Krüger
-1
/
+4
2025-07-19
Rollup merge of #142444 - KMJ-007:autodiff-codegen-test, r=ZuseZ4
Matthias Krüger
-0
/
+13
2025-07-18
Pass wasm exception model to TargetOptions
Nikita Popov
-1
/
+4
2025-07-02
awhile -> a while where appropriate
наб
-1
/
+1
2025-07-02
fix: Fix TypePrintFn flag passing for autodiff codegen
Karan Janthe
-0
/
+13
2025-05-01
PassWrapper: adapt for llvm/llvm-project@f137c3d592e96330e450a8fd63ef7e8877fc...
Erick Tryzelaar
-0
/
+5
2025-04-28
PassWrapper: adapt for llvm/llvm-project@d3d856ad8469
Augie Fackler
-4
/
+9
2025-04-12
fix LooseTypes flag and PrintMod behaviour, add debug helper
Manuel Drehwald
-2
/
+28
2025-04-05
Update the minimum external LLVM to 19
Josh Stone
-44
/
+14
2025-03-31
PassWrapper: adapt for llvm/llvm-project@94122d58fc77079a291a3d008914006cb509...
Augie Fackler
-4
/
+9
2025-03-12
Adapt to LLVM dropping CfiFunctionIndex::begin()/end()
Hans Wennborg
-0
/
+9
2025-03-06
[llvm/PassWrapper] use `size_t` when building arg strings
Josh Stone
-5
/
+5
2025-02-23
The embedded bitcode should always be prepared for LTO/ThinLTO
DianQK
-16
/
+50
2025-02-21
update enzyme submodule and users
Manuel Drehwald
-3
/
+6
2025-02-14
Quote embedded codeview command line arguments
Nikita Popov
-8
/
+12
2025-02-10
move second opt run to lto phase and cleanup code
Manuel Drehwald
-3
/
+8
2025-02-07
fix non-enzyme builds
Manuel Drehwald
-7
/
+10
2025-02-07
get tests to work without -Z/-C flags
Manuel Drehwald
-0
/
+10
2025-01-07
llvm: Ignore error value that is always false
Matthew Maurer
-8
/
+2
2024-12-30
rustc_llvm: expose FloatABIType target machine parameter
Ralf Jung
-5
/
+21
2024-11-26
Respect verify-llvm-ir option in the backend
Nikita Popov
-3
/
+3
2024-11-14
PassWrapper: disable UseOdrIndicator for Asan Win32
Jakob Koschel
-4
/
+11
2024-11-09
Auto merge of #132584 - Zalathar:includes, r=cuviper
bors
-19
/
+18
2024-11-08
Don't use `LLVMRustStringWriteImpl` outside of `RawRustStringOstream`
Zalathar
-1
/
+2
2024-11-05
PassWrapper: adapt for new parameter in LLVM
Augie Fackler
-5
/
+41
2024-11-04
Trim and tidy includes in `rustc_llvm`
Zalathar
-19
/
+18
2024-11-03
Auto merge of #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgr
bors
-7
/
+6
2024-11-03
Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxu
bors
-41
/
+9
2024-11-03
Rollup merge of #132537 - durin42:llvm-20-prelinklto, r=DianQK
Matthias Krüger
-7
/
+6
2024-11-03
Auto merge of #132419 - durin42:llvm-20-type-test-thing, r=cuviper
bors
-3
/
+3
2024-11-02
PassWrapper: adapt for llvm/llvm-project@5445edb5d
Augie Fackler
-7
/
+6
2024-11-02
PassWrapper: adapt for llvm/llvm-project@b01e2a8b5620466c3b80cc6f049efbc90b9d...
Augie Fackler
-3
/
+3
2024-11-02
Port most of `LLVMRustPrintTargetCPUs` to Rust
Zalathar
-39
/
+7
2024-11-02
Use a dedicated safe wrapper for `LLVMRustGetHostCPUName`
Zalathar
-2
/
+2
2024-10-31
Remove support for `-Zprofile` (gcov-style coverage instrumentation)
Zalathar
-11
/
+2
2024-10-30
Consistently use safe wrapper function `set_section`
Zalathar
-2
/
+4
2024-10-29
correct LLVMRustCreateThinLTOData arg types
klensy
-4
/
+4
2024-10-16
clang-format
Arthur Eubanks
-2
/
+2
2024-10-16
rustc_llvm: Fix flattened CLI args
Arthur Eubanks
-2
/
+2
[next]