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_codegen_llvm
/
src
/
llvm
Age
Commit message (
Expand
)
Author
Lines
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
2021-01-07
Use LLVMGetHostCPUFeatures instead of stdsimd
Andrew Sun
-0
/
+4
2020-12-16
llvm: update ffi bindings for split dwarf
David Wood
-0
/
+4
2020-11-23
Updated links to LLVM 11 docs and types
Rich Kadel
-3
/
+3
2020-11-23
Upgrades the coverage map to Version 4
Rich Kadel
-2
/
+18
2020-11-03
Rollup merge of #77950 - arlosi:sha256, r=eddyb
Mara Bos
-0
/
+1
2020-10-21
rustc_codegen_llvm: avoid converting between DILocation and Value.
Eduard-Mihai Burtescu
-5
/
+7
2020-10-21
rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.
Eduard-Mihai Burtescu
-1
/
+1
2020-10-14
Add support for SHA256 source file hashing for LLVM 11+.
Arlo Siemsen
-0
/
+1
[prev]
[next]