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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_llvm
/
src
/
llvm
Age
Commit message (
Expand
)
Author
Lines
2021-11-22
add rustc option for using LLVM stack smash protection
Benjamin A. Bjørnseth
-0
/
+3
2021-11-05
Initialize LLVM time trace profiler on each code generation thread
Tomasz Miąsko
-0
/
+2
2021-10-27
Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa
bors
-0
/
+3
2021-10-25
Add LLVM CFI support to the Rust compiler
Ramon de C Valle
-0
/
+3
2021-10-25
Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum
Matthias Krüger
-0
/
+1
2021-10-25
Auto merge of #89808 - tmiasko:llvm-multithreaded, r=nagisa
bors
-1
/
+1
2021-10-12
Cleanup LLVM multi-threading checks
Tomasz Miąsko
-1
/
+1
2021-10-12
Remap ssa RealPredicate to llvm RealPredicate
Tomasz Miąsko
-0
/
+27
2021-10-11
Add -Z no-unique-section-names to reduce ELF header bloat.
Javier Blazquez
-0
/
+1
2021-10-07
Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister
Jubilee
-2
/
+9
2021-10-06
Enable AutoFDO.
Michael Benfield
-0
/
+3
2021-10-01
Fix clippy lints
Guillaume Gomez
-1
/
+1
2021-09-20
Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli...
Richard Cobbe
-2
/
+9
2021-09-17
Work around invalid DWARF bugs for fat LTO
Yilin Chen
-6
/
+2
2021-08-16
Handle SrcMgr diagnostics
Nikita Popov
-19
/
+82
2021-08-05
Prepare call/invoke for opaque pointers
Josh Stone
-0
/
+2
2021-08-04
Replace LLVMConstInBoundsGEP with LLVMConstInBoundsGEP2*
Tomasz Miąsko
-1
/
+2
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-1
/
+2
2021-08-04
Prepare gep for opaque pointers
Tomasz Miąsko
-1
/
+2
2021-08-04
Prepare struct_gep for opaque pointers
Tomasz Miąsko
-1
/
+2
2021-07-18
Auto merge of #86950 - tmiasko:personality, r=nagisa
bors
-1
/
+1
2021-07-10
Set personality with LLVMSetPersonalityFn
Tomasz Miąsko
-1
/
+1
2021-07-09
Pass type when creating load
Nikita Popov
-1
/
+6
2021-07-09
Pass type when creating atomic load
Nikita Popov
-0
/
+1
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-06-04
Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...
Richard Cobbe
-0
/
+34
2021-06-04
Auto merge of #84449 - alexcrichton:metadata-in-object, r=nagisa
bors
-84
/
+0
2021-06-04
rustc: Store metadata-in-rlibs in object files
Alex Crichton
-84
/
+0
2021-06-02
Generate better debuginfo for directly tagged enums
Wesley Wiser
-1
/
+1
2021-05-28
Fix static relocation model for PowerPC64
Boris-Chengbiao Zhou
-1
/
+2
2021-05-19
Auto merge of #85276 - Bobo1239:more_dso_local, r=nagisa
bors
-1
/
+2
2021-05-18
Set dso_local for more items
Boris-Chengbiao Zhou
-1
/
+2
2021-05-17
rustc_codegen_ssa: only create backend `BasicBlock`s as-needed.
Eduard-Mihai Burtescu
-1
/
+0
2021-05-08
Support -C passes in NewPM
Nikita Popov
-1
/
+3
2021-05-08
Explicitly register GCOV profiling pass as well
Nikita Popov
-0
/
+1
2021-05-08
Explicitly register instrprof pass
Nikita Popov
-0
/
+1
2021-04-17
Don't set `fast`(-math) for certain simd ops
Simonas Kazlauskas
-1
/
+1
2021-04-09
Categorize and explain target features support
Matt Ickstadt
-1
/
+7
2021-04-06
Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwco
bors
-0
/
+1
2021-04-03
Manually set dso_local when its valid to do so
Simonas Kazlauskas
-0
/
+1
2021-03-27
Address review comments
Joshua Nelson
-0
/
+68
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-87
/
+1
2021-03-12
Add support for storing code model to LLVM module IR
Hiroki Noda
-0
/
+1
2021-03-01
Mark pure asm as willreturn
Nikita Popov
-0
/
+1
2021-03-01
Don't directly expose coverage::CounterMappingRegion via FFI
Nikita Popov
-4
/
+2
2021-02-28
Support LLVM 12 in rustc
Nikita Popov
-0
/
+4
2021-02-07
HWASan support
Tri Vo
-0
/
+4
2021-02-02
Add a new ABI to support cmse_nonsecure_call
Hugues de Valon
-0
/
+5
2021-01-14
Use probe-stack=inline-asm in LLVM 11+
Erik Desjardins
-0
/
+1
2021-01-13
Remove the unused context from CreateDebugLocation
Josh Stone
-1
/
+0
[next]