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
Age
Commit message (
Expand
)
Author
Lines
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-22
RustWrapper: work around unification of diagnostic handlers
Augie Fackler
-1
/
+11
2021-04-17
Don't set `fast`(-math) for certain simd ops
Simonas Kazlauskas
-2
/
+4
2021-04-09
Categorize and explain target features support
Matt Ickstadt
-18
/
+15
2021-04-03
Manually set dso_local when its valid to do so
Simonas Kazlauskas
-0
/
+4
2021-03-25
Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa
bors
-83
/
+0
2021-03-24
LLVMWrapper: attractive nuisance macros
Augie Fackler
-7
/
+0
2021-03-22
cleanup: add some comments per review feedback
Augie Fackler
-0
/
+6
2021-03-22
Update the minimum external LLVM to 10
Josh Stone
-83
/
+0
2021-03-19
fix: I meant LLVM version 13, not 12
Augie Fackler
-3
/
+3
2021-03-16
llvm-wrapper: pass std::string instead of StringRef
Augie Fackler
-0
/
+7
2021-03-16
llvm-wrapper: add alignment argument to CreateAtomicCmpXchg
Augie Fackler
-0
/
+6
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-03-01
Mark pure asm as willreturn
Nikita Popov
-0
/
+3
2021-03-01
Don't directly expose coverage::CounterMappingRegion via FFI
Nikita Popov
-2
/
+22
2021-02-28
Support LLVM 12 in rustc
Nikita Popov
-26
/
+146
2021-02-07
HWASan support
Tri Vo
-0
/
+29
2021-02-02
Add a new ABI to support cmse_nonsecure_call
Hugues de Valon
-0
/
+8
2021-01-14
Use probe-stack=inline-asm in LLVM 11+
Erik Desjardins
-0
/
+2
2021-01-13
Remove the unused context from CreateDebugLocation
Josh Stone
-4
/
+2
2020-12-16
llvm: update ffi bindings for split dwarf
David Wood
-6
/
+25
2020-11-25
Improved version check
Rich Kadel
-3
/
+2
2020-11-24
Check for LLVM 11+ when using `-Z instrument-coverage`
Rich Kadel
-0
/
+8
2020-11-23
Upgrades the coverage map to Version 4
Rich Kadel
-17
/
+32
2020-11-12
fully exploited the dropped support of LLVM 8
DevJPM
-46
/
+2
2020-11-03
Rollup merge of #77950 - arlosi:sha256, r=eddyb
Mara Bos
-0
/
+5
2020-11-01
Auto merge of #78531 - cuviper:unwrap-metadata, r=tmandry
bors
-1
/
+1
2020-10-29
rustc_llvm: unwrap LLVMMetadataRef before casting
Josh Stone
-1
/
+1
2020-10-29
Rollup merge of #78462 - danielframpton:fixnullisa, r=nagisa
Jonas Schievink
-1
/
+1
2020-10-27
Use unwrapDIPtr because the Scope may be passed as None
Daniel Frampton
-1
/
+1
2020-10-21
rustc_codegen_llvm: avoid converting between DILocation and Value.
Eduard-Mihai Burtescu
-4
/
+4
2020-10-21
rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.
Eduard-Mihai Burtescu
-2
/
+3
2020-10-14
Add support for SHA256 source file hashing for LLVM 11+.
Arlo Siemsen
-0
/
+5
2020-10-11
Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikic
bors
-3
/
+36
2020-09-30
Update LLVM and add Unsupported diagnostic
Hugues de Valon
-0
/
+3
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
/
+3857