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_gcc
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-02-24
Auto merge of #94123 - bjorn3:cg_ssa_singleton_builder, r=tmiasko
bors
-16
/
+19
2022-02-24
Introduce Bx::switch_to_block
bjorn3
-9
/
+15
2022-02-20
Remove build_sibling_block
bjorn3
-12
/
+9
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-1
/
+1
2022-02-10
Unconditionally update symbols
bjorn3
-3
/
+0
2022-02-06
`#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41)
cynecx
-1
/
+1
2022-01-24
Merge landing_pad and set_cleanup into cleanup_landing_pad
bjorn3
-5
/
+1
2022-01-24
Merge add_handler into catch_switch
bjorn3
-5
/
+6
2022-01-24
Remove unused return values from resume and cleanup_ret
bjorn3
-2
/
+2
2022-01-24
Reorder unwinding related builder methods to differentiate between dwarf and ...
bjorn3
-4
/
+4
2022-01-22
Add preliminary support for inline assembly for msp430.
William D. Jones
-0
/
+3
2022-01-17
Use Symbol for target features in asm handling
bjorn3
-2
/
+2
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-12
/
+0
2022-01-11
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
Aaron Hill
-1
/
+1
2022-01-01
Auto merge of #92419 - erikdesjardins:coldland, r=nagisa
bors
-1
/
+1
2021-12-31
Remove unused extern crate rustc_symbol_mangling
bjorn3
-1
/
+0
2021-12-31
Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e' into sync_cg_clif-202...
bjorn3
-142
/
+129
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-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-5
/
+5
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-5
/
+5
2021-12-13
Use `OutputFilenames` to generate output file for `-Zllvm-time-trace`
Tomasz Miąsko
-1
/
+1
2021-12-10
Rollup merge of #91625 - est31:remove_indexes, r=oli-obk
Matthias Krüger
-2
/
+2
2021-12-09
Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett
Matthias Krüger
-5
/
+2
2021-12-09
Remove redundant [..]s
est31
-2
/
+2
2021-12-08
Auto merge of #91604 - nikic:section-flags, r=nagisa
bors
-44
/
+0
2021-12-07
Remove the reg_thumb register class for asm! on ARM
Amanieu d'Antras
-5
/
+2
2021-12-07
Use object crate for .rustc metadata generation
Nikita Popov
-44
/
+0
2021-12-06
Implement inline asm! for AVR platform
Andrew Dona-Couch
-0
/
+3
2021-12-03
rustc_codegen_gcc: proper check for may_unwind
cynecx
-2
/
+2
2021-12-03
rustc_codegen_gcc: error on unwinding inline asm
cynecx
-1
/
+8
2021-12-02
Auto merge of #91003 - psumbera:sparc64-abi, r=nagisa
bors
-2
/
+2
2021-12-01
fix sparc64 ABI for aggregates with floating point members
Petr Sumbera
-2
/
+2
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
-5
/
+1
2021-10-27
Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa
bors
-0
/
+15
2021-10-26
Properly check `target_features` not to trigger an assertion
Yuki Okushi
-1
/
+1
2021-10-25
Add LLVM CFI support to the Rust compiler
Ramon de C Valle
-0
/
+15
2021-10-20
Make hash_result an Option.
Camille GILLOT
-1
/
+7
2021-10-11
Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser
bors
-2
/
+2
2021-10-08
Create more accurate debuginfo for vtables.
Michael Woerister
-2
/
+2
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-3
/
+2
2021-09-30
Rebase fallout.
Camille GILLOT
-3
/
+3
2021-09-28
Merge commit 'cd4810de42c57b64b74dae09c530a4c3a41f87b9' into libgccjit-codegen
Antoni Boucher
-3
/
+3
2021-09-28
Merge commit '9809f5d21990d9e24b3e9876ea7da756fd4e9def' into libgccjit-codegen
Antoni Boucher
-466
/
+405
2021-09-17
Merge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267' into libgccjit-codegen
Antoni Boucher
-333
/
+614
2021-08-15
Merge commit 'e228f0c16ea8c34794a6285bf57aab627c26b147' into libgccjit-codegen
Antoni Boucher
-3005
/
+247
2021-08-14
Merge commit '0c89065b934397b62838fe3e4ef6f6352fc52daf' into libgccjit-codegen
Antoni Boucher
-18
/
+41
2021-08-12
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6...
Antoni Boucher
-0
/
+9473