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
/
attributes.rs
Age
Commit message (
Expand
)
Author
Lines
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-2
/
+2
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-13
/
+17
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-11-22
add rustc option for using LLVM stack smash protection
Benjamin A. Bjørnseth
-1
/
+13
2021-10-06
Enable AutoFDO.
Michael Benfield
-0
/
+4
2021-09-20
rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14
Augie Fackler
-2
/
+5
2021-06-30
Add support for leaf fn frame pointer elimination
Simonas Kazlauskas
-10
/
+20
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-31
/
+0
2021-05-02
Move wasm_import_module_map provider to cg_ssa
bjorn3
-31
/
+0
2021-04-08
rustc: Add a new `wasm` ABI
Alex Crichton
-16
/
+28
2021-04-06
Auto merge of #81234 - repnop:fn-alignment, r=lcnr
bors
-0
/
+3
2021-04-06
Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwco
bors
-0
/
+1
2021-04-05
Allow specifying alignment for functions
Wesley Norris
-0
/
+3
2021-04-05
Rollup merge of #80525 - devsnek:wasm64, r=nagisa
Dylan DPC
-1
/
+1
2021-04-04
wasm64
Gus Caplan
-1
/
+1
2021-04-03
Move SanitizerSet to rustc_target
Simonas Kazlauskas
-2
/
+2
2021-04-03
Manually set dso_local when its valid to do so
Simonas Kazlauskas
-0
/
+1
2021-03-16
Adjust `-Ctarget-cpu=native` handling in cg_llvm
Simonas Kazlauskas
-20
/
+10
2021-02-14
Replace const_cstr with cstr crate
Xidorn Quan
-15
/
+15
2021-02-07
HWASan support
Tri Vo
-0
/
+3
2021-01-16
Target stack-probe support configurable finely
Simonas Kazlauskas
-19
/
+26
2021-01-14
Use probe-stack=inline-asm in LLVM 11+
Erik Desjardins
-3
/
+8
2020-12-03
Combination of commits
Rich Kadel
-3
/
+0
2020-11-20
Never inline naked functions
Tomasz Miąsko
-3
/
+9
2020-11-17
Fix setting inline hint based on `InstanceDef::requires_inline`
Tomasz Miąsko
-12
/
+4
2020-11-12
fixed a re-format due to removed chain call
DevJPM
-5
/
+1
2020-11-12
Dropped Support for Bidirectional Custom Target Definition Emulation
DevJPM
-12
/
+0
2020-11-12
fully exploited the dropped support of LLVM 8
DevJPM
-11
/
+3
2020-11-08
rustc_target: Rename some target options to avoid tautology
Vadim Petrochenkov
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-4
/
+2
2020-10-27
Cache foreign_modules query
Ryan Levick
-2
/
+2
2020-10-15
Remove rustc_session::config::Config
est31
-1
/
+0
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-5
/
+4
2020-10-14
Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk
Dylan DPC
-18
/
+2
2020-10-13
Auto merge of #76830 - Artoria2e5:tune, r=nagisa
bors
-0
/
+15
2020-10-09
Move supported_target_features query provider to cg_ssa
bjorn3
-18
/
+2
2020-10-08
Implement the instruction_set attribute
xd009642
-1
/
+5
2020-10-05
Pass tune-cpu to LLVM
Mingye Wang
-0
/
+15
2020-10-04
Move target feature whitelist from cg_llvm to cg_ssa
bjorn3
-5
/
+3
2020-09-30
Add support for cmse_nonsecure_entry attribute
Hugues de Valon
-0
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+397
[prev]