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_ssa
/
src
/
traits
Age
Commit message (
Expand
)
Author
Lines
2022-01-24
Reorder unwinding related builder methods to differentiate between dwarf and ...
bjorn3
-1
/
+5
2022-01-18
Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee
Matthias Krüger
-2
/
+178
2022-01-18
Improve documentation of splatted constants
Caleb Zulawski
-26
/
+28
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-10
/
+0
2022-01-04
Add simd_as intrinsic
Caleb Zulawski
-2
/
+176
2022-01-01
Stabilize -Z instrument-coverage as -C instrument-coverage
Josh Triplett
-4
/
+4
2021-12-30
keep noinline for system llvm < 14
Erik Desjardins
-1
/
+1
2021-12-29
Mark drop calls in landing pads cold instead of noinline
Erik Desjardins
-1
/
+1
2021-12-15
Rollup merge of #91885 - LegionMammal978:less-inband-codegen_ssa, r=workingju...
Matthias Krüger
-2
/
+2
2021-12-15
Remove `in_band_lifetimes` from `rustc_codegen_ssa`
LegionMammal978
-2
/
+2
2021-12-13
Use `OutputFilenames` to generate output file for `-Zllvm-time-trace`
Tomasz Miąsko
-0
/
+1
2021-12-08
Auto merge of #91604 - nikic:section-flags, r=nagisa
bors
-6
/
+0
2021-12-07
Use object crate for .rustc metadata generation
Nikita Popov
-6
/
+0
2021-12-03
LLVM codgen support for unwinding inline assembly
cynecx
-0
/
+1
2021-11-23
Feat: make cg_ssa get_param borrow the builder mutable
rdambrosio
-1
/
+1
2021-11-14
Remove workaround for the forward progress handling in LLVM
Andreas Jonson
-4
/
+0
2021-11-05
Initialize LLVM time trace profiler on each code generation thread
Tomasz Miąsko
-0
/
+22
2021-10-27
Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa
bors
-0
/
+4
2021-10-27
Auto merge of #89937 - JohnTitor:fix-89875, r=Amanieu
bors
-0
/
+1
2021-10-26
Properly check `target_features` not to trigger an assertion
Yuki Okushi
-0
/
+1
2021-10-25
Add LLVM CFI support to the Rust compiler
Ramon de C Valle
-0
/
+4
2021-10-25
Avoid a branch on key being local for queries that use the same local and ext...
bjorn3
-2
/
+2
2021-10-11
Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser
bors
-2
/
+7
2021-10-08
Create more accurate debuginfo for vtables.
Michael Woerister
-2
/
+7
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-09-30
Move EncodedMetadata to rustc_metadata.
Camille GILLOT
-1
/
+2
2021-09-18
ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-4
/
+12
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-4
/
+4
2021-09-09
Add methods for checking for full ranges to `Scalar` and `WrappingRange`
Andreas Liljeqvist
-4
/
+2
2021-09-05
Auto merge of #88499 - eddyb:layout-off, r=nagisa
bors
-10
/
+4
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-10
/
+4
2021-08-31
Include debug info for the allocator shim
Daniel Paoliello
-1
/
+2
2021-08-27
rustc_target: add lifetime parameter to `LayoutOf`.
Eduard-Mihai Burtescu
-2
/
+7
2021-08-21
Always use llvm.used for coverage symbols
Nikita Popov
-10
/
+10
2021-08-05
Prepare call/invoke for opaque pointers
Josh Stone
-0
/
+3
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-1
/
+6
2021-08-04
Prepare gep for opaque pointers
Tomasz Miąsko
-1
/
+1
2021-08-04
Prepare struct_gep for opaque pointers
Tomasz Miąsko
-1
/
+1
2021-07-09
Pass type when creating load
Nikita Popov
-2
/
+2
2021-07-09
Pass type when creating atomic load
Nikita Popov
-1
/
+7
2021-07-01
Rollup merge of #86652 - nagisa:nagisa/non-leaf-fp, r=petrochenkov
Guillaume Gomez
-1
/
+1
2021-06-30
Add support for leaf fn frame pointer elimination
Simonas Kazlauskas
-1
/
+1
2021-06-28
Update other codegens to use tcx managed vtable allocations.
Charles Lew
-0
/
+2
2021-06-04
Provide default MetadataLoader
bjorn3
-1
/
+8
2021-06-04
Provide a default provide* implementation for CodegenBackend
bjorn3
-2
/
+2
2021-05-17
rustc_codegen_ssa: append blocks to functions w/o creating a builder.
Eduard-Mihai Burtescu
-4
/
+11
2021-05-17
rustc_codegen_ssa: only create backend `BasicBlock`s as-needed.
Eduard-Mihai Burtescu
-1
/
+0
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-3
/
+14
2021-05-08
Support -C passes in NewPM
Nikita Popov
-1
/
+1
2021-04-21
rustc: Use LLVM's new saturating float-to-int intrinsics
Alex Crichton
-1
/
+0
[prev]
[next]