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
Age
Commit message (
Expand
)
Author
Lines
2021-08-26
Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis
bors
-1
/
+1
2021-08-26
review
lcnr
-1
/
+1
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-1
/
+1
2021-08-25
improve comment
Erik Desjardins
-1
/
+1
2021-08-25
don't generate partially-undef consts
Erik Desjardins
-9
/
+13
2021-08-25
use undef for uninitialized bytes in constants
Erik Desjardins
-13
/
+54
2021-08-25
Auto merge of #88242 - bonega:allocation_range, r=oli-obk
bors
-4
/
+5
2021-08-23
Rollup merge of #88230 - steffahn:a_an, r=oli-obk
Mara Bos
-4
/
+4
2021-08-23
Rename to WrappingRange
Andreas Liljeqvist
-5
/
+2
2021-08-23
implement contains_zero method
Andreas Liljeqvist
-2
/
+1
2021-08-22
Auto merge of #88200 - pcwalton:no-dso-local-on-mach-o, r=nagisa
bors
-0
/
+5
2021-08-22
Use custom wrap-around type instead of Range
Andreas Liljeqvist
-4
/
+9
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-2
/
+2
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-21
Auto merge of #87570 - nikic:llvm-13, r=nagisa
bors
-79
/
+145
2021-08-21
Always use llvm.used for coverage symbols
Nikita Popov
-21
/
+48
2021-08-20
Stop emitting the `dso_local` LLVM attribute for external symbols under the s...
Patrick Walton
-0
/
+5
2021-08-16
Dispose LLVM context after TargetMachine
Nikita Popov
-1
/
+1
2021-08-16
Use llvm.compiler.used insetad of llvm.used
Nikita Popov
-6
/
+12
2021-08-16
Update powerpc64 data layout
Nikita Popov
-5
/
+4
2021-08-16
Update wasm data layout
Nikita Popov
-0
/
+8
2021-08-16
Handle SrcMgr diagnostics
Nikita Popov
-59
/
+85
2021-08-15
Include (potentially remapped) working dir in crate hash
Aaron Hill
-2
/
+2
2021-08-14
Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa
bors
-1
/
+8
2021-08-14
Auto merge of #85020 - lrh2000:named-upvars, r=tmandry
bors
-1
/
+37
2021-08-12
Auto merge of #87916 - nbdd0121:black_box, r=nagisa
bors
-1
/
+27
2021-08-12
Implement `black_box` using intrinsic
Gary Guo
-1
/
+27
2021-08-12
Mark RISC-V vector state as clobbered in inline assembly
Amanieu d'Antras
-1
/
+8
2021-08-11
Auto merge of #87254 - rusticstuff:rustc_codegen_llvm_dont_emit_zero_sized_pa...
bors
-35
/
+87
2021-08-09
Test: Use smallvec directly instead of boxed.
Hans Kratz
-4
/
+4
2021-08-09
Avoid unnecessary allocation.
Hans Kratz
-2
/
+2
2021-08-09
TEST: Use SmallVec<[u32; 4]> for field projection.
Hans Kratz
-5
/
+7
2021-08-09
Fix nits.
Hans Kratz
-12
/
+16
2021-08-05
Replace hard-coded field indexes with lookup on aarch64 non-macos.
Hans Kratz
-5
/
+8
2021-08-05
Only allow LLVM element_type on Array and Vector
Josh Stone
-1
/
+5
2021-08-05
Remove the `decl` arg from `FnAbi::llvm_type`
Josh Stone
-10
/
+9
2021-08-05
Prepare call/invoke for opaque pointers
Josh Stone
-133
/
+138
2021-08-05
Store field remapping information together with the LLVM type in a new TypeLo...
Hans Kratz
-26
/
+50
2021-08-04
Fix va_args calling on aarch64 non-macos/ios.
Hans Kratz
-4
/
+4
2021-08-04
Improve/add comments
Hans Kratz
-2
/
+3
2021-08-04
Don't cache projection if no padding is used.
Hans Kratz
-4
/
+6
2021-08-04
Replace on-the-fly llvm field index calculation with cache
Hans Kratz
-17
/
+14
2021-08-04
LLVM codegen: Don't emit zero-sized padding for fields
Hans Kratz
-17
/
+36
2021-08-04
Replace LLVMConstInBoundsGEP with LLVMConstInBoundsGEP2*
Tomasz Miąsko
-3
/
+6
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-14
/
+32
2021-08-04
Prepare gep for opaque pointers
Tomasz Miąsko
-5
/
+7
2021-08-04
Prepare struct_gep for opaque pointers
Tomasz Miąsko
-7
/
+10
2021-07-25
clippy::single_char_pattern
Matthias Krüger
-2
/
+2
2021-07-18
Auto merge of #86950 - tmiasko:personality, r=nagisa
bors
-5
/
+14
[next]