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-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
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
[next]