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-12-03
Adjust llvm wrapper for unwinding support for inlineasm
cynecx
-2
/
+3
2021-12-01
Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandry
Matthias Krüger
-2
/
+7
2021-11-28
Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikic
Matthias Krüger
-0
/
+93
2021-11-23
Update CoverageMappingFormat Support to Version6
Arpad Borsos
-2
/
+7
2021-11-22
add rustc option for using LLVM stack smash protection
Benjamin A. Bjørnseth
-0
/
+9
2021-11-19
Make `LLVMRustGetOrInsertGlobal` always return a `GlobalVariable`
Josh Stone
-1
/
+11
2021-11-16
Recognize machine optimization remarks
Tomasz Miąsko
-0
/
+3
2021-11-16
Emit LLVM optimization remarks when enabled with `-Cremark`
Tomasz Miąsko
-0
/
+90
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
-98
/
+2
2021-10-22
Update the minimum external LLVM to 11
Josh Stone
-114
/
+0
2021-10-18
RustWrapper: adapt for an LLVM API change
Krasimir Georgiev
-1
/
+5
2021-10-11
Add -Z no-unique-section-names to reduce ELF header bloat.
Javier Blazquez
-0
/
+2
2021-10-07
Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister
Jubilee
-4
/
+7
2021-10-07
Rollup merge of #87918 - mikebenfield:pr-afdo, r=nikic
Jubilee
-9
/
+21
2021-10-06
Enable AutoFDO.
Michael Benfield
-9
/
+21
2021-10-05
RustWrapper: adapt for LLVM API change of fatal_error_handler_t
Krasimir Georgiev
-0
/
+4
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-20
Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli...
Richard Cobbe
-4
/
+7
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-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-22
Rollup merge of #88164 - durin42:llvm-14-san-opts, r=nikic
Guillaume Gomez
-0
/
+15
2021-08-19
PassWrapper: adapt for LLVM 14 changes
Augie Fackler
-0
/
+15
2021-08-16
Handle SrcMgr diagnostics
Nikita Popov
-3
/
+17
2021-08-08
Auto merge of #87798 - durin42:llvm-14, r=nikic
bors
-27
/
+31
2021-08-06
PassWrapper: handle move of OptimizationLevel class out of PassBuilder
Augie Fackler
-27
/
+31
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-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
[prev]
[next]