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
/
RustWrapper.cpp
Age
Commit message (
Expand
)
Author
Lines
2021-09-08
RustWrapper: remove some uses of AttrBuilder
Augie Fackler
-19
/
+6
2021-09-07
RustWrapper: just use the *AtIndex funcs directly
Augie Fackler
-36
/
+3
2021-09-07
RustWrapper: avoid deleted unclear attribute methods
Augie Fackler
-18
/
+70
2021-08-26
RustWrapper: adapt to LLVM change 0f45c16f2caa
Augie Fackler
-14
/
+9
2021-08-16
Handle SrcMgr diagnostics
Nikita Popov
-3
/
+17
2021-08-05
Prepare call/invoke for opaque pointers
Josh Stone
-7
/
+7
2021-08-04
Replace LLVMConstInBoundsGEP with LLVMConstInBoundsGEP2*
Tomasz Miąsko
-0
/
+10
2021-07-09
Pass type when creating atomic load
Nikita Popov
-4
/
+3
2021-06-04
Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...
Richard Cobbe
-0
/
+52
2021-06-04
rustc: Store metadata-in-rlibs in object files
Alex Crichton
-35
/
+0
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-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
-38
/
+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
-38
/
+0
2021-03-19
fix: I meant LLVM version 13, not 12
Augie Fackler
-1
/
+1
2021-03-16
llvm-wrapper: add alignment argument to CreateAtomicCmpXchg
Augie Fackler
-0
/
+6
2021-03-01
Mark pure asm as willreturn
Nikita Popov
-0
/
+2
2021-02-28
Support LLVM 12 in rustc
Nikita Popov
-4
/
+49
2021-02-07
HWASan support
Tri Vo
-0
/
+2
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
-2
/
+3
2020-11-23
Upgrades the coverage map to Version 4
Rich Kadel
-1
/
+1
2020-11-12
fully exploited the dropped support of LLVM 8
DevJPM
-16
/
+0
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-09-30
Update LLVM and add Unsupported diagnostic
Hugues de Valon
-0
/
+3
2020-09-09
Move `rustllvm` into `rustc_llvm`
Vadim Petrochenkov
-0
/
+1721