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
2023-06-29
Avoid an unnecessary use of `SmallStr`.
Nicholas Nethercote
-3
/
+2
2023-05-26
Add SafeStack support to rustc
Wesley Wiser
-0
/
+3
2023-02-14
Add `kernel-address` sanitizer support for freestanding targets
Wesley Norris
-1
/
+1
2023-02-09
Emit basic XRay instrumentation attributes
Oleksii Lozovskyi
-0
/
+28
2023-02-09
Allow multiple instrumentation attributes
Oleksii Lozovskyi
-5
/
+5
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2022-12-25
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-acc...
Matthias Krüger
-3
/
+3
2022-12-20
Add `-Zno-jump-tables`
Miguel Ojeda
-0
/
+9
2022-12-20
Remove wrapper functions for some unstable options
Nilstrieb
-3
/
+3
2022-12-03
Mark naked functions as never inline in codegen_fn_attrs
Tomasz Miąsko
-7
/
+6
2022-11-09
Simplify existing Diagnostic implementations
SLASHLogin
-2
/
+5
2022-11-09
Port `MissingFeatures` and `TargetFeatureDisableOrEnable`
SLASHLogin
-8
/
+6
2022-11-09
Port SanitizerMemtagRequiresMte
SLASHLogin
-1
/
+2
2022-11-04
LLVM 16: Switch to using MemoryEffects
Tim Neumann
-3
/
+3
2022-09-09
Add inline-llvm option for disabling/enabling LLVM inlining
Yan Chen
-0
/
+4
2022-09-06
get_attr should check that no duplicates are allowed
yukang
-1
/
+2
2022-07-26
codegen: use new {re,de,}allocator annotations in llvm
Augie Fackler
-2
/
+49
2022-07-20
Add ShadowCallStack Support
Ivan Lozano
-0
/
+3
2022-07-18
Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te...
Dylan DPC
-0
/
+6
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-4
/
+4
2022-07-06
Also stop emitting BTI prologues for naked functions
Jubilee Young
-0
/
+2
2022-07-06
Stop emitting CET prologues for naked functions
Jubilee Young
-0
/
+4
2022-05-10
only_local: always check for misuse
lcnr
-3
/
+2
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-1
/
+1
2022-03-04
Always include global target features in function attributes
Tomasz Miąsko
-7
/
+6
2022-03-04
Use SmallStr when building target-features LLVM attribute
Tomasz Miąsko
-1
/
+2
2022-03-03
Pass LLVM string attributes as string slices
Tomasz Miąsko
-29
/
+23
2022-03-02
Auto merge of #94229 - erikdesjardins:rem2, r=nikic
bors
-39
/
+9
2022-03-01
Querify `global_backend_features`
Simonas Kazlauskas
-11
/
+10
2022-03-01
Direct users towards using Rust feature names in CLI
Simonas Kazlauskas
-4
/
+1
2022-02-28
Remove LLVM attribute removal
Erik Desjardins
-39
/
+9
2022-02-26
just put smallvec lengths in the signature
Erik Desjardins
-6
/
+6
2022-02-26
Add LLVM attributes in batches instead of individually
Erik Desjardins
-139
/
+145
2022-02-18
Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa
Matthias Krüger
-0
/
+13
2022-02-16
MemTagSanitizer Support
Ivan Lozano
-0
/
+13
2022-02-14
llvm: migrate to new parameter-bearing uwtable attr
Augie Fackler
-3
/
+6
2022-02-10
Split PAuth target feature
Adam Gemmell
-5
/
+26
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
[next]