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
/
llvm_util.rs
Age
Commit message (
Expand
)
Author
Lines
2024-08-07
Disallow enabling features without their implied features
Caleb Zulawski
-2
/
+4
2024-08-07
Add implied features to non-target-feature functions
Caleb Zulawski
-5
/
+21
2024-08-07
Remove redundant implied features
Caleb Zulawski
-34
/
+2
2024-08-07
Don't use LLVM to compute -Ctarget-feature
Caleb Zulawski
-104
/
+107
2024-08-07
Don't use LLVM's target features
Caleb Zulawski
-14
/
+49
2024-08-07
Refactor and fill out target feature lists
Caleb Zulawski
-13
/
+15
2024-08-07
Add implied target features to target_feature attribute
Caleb Zulawski
-16
/
+0
2024-08-04
Implement a implicit target feature mechanism
daxpedda
-0
/
+16
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-13
/
+12
2024-07-17
rustc_codegen_llvm: properly passing backchain attribute to LLVM ...
liushuyu
-1
/
+13
2024-07-16
Fix unsafe_op_in_unsafe_fn in compiler
Michael Goulet
-6
/
+10
2024-06-21
Remove PrintBackendInfo trait
bjorn3
-14
/
+16
2024-06-14
Also sort `crt-static` in `--print target-features` output
Martin Nordholts
-0
/
+5
2024-05-15
Use an error struct instead of a panic
Alice Ryhl
-5
/
+4
2024-05-14
Fail on non-aarch64 targets
Alice Ryhl
-0
/
+5
2024-05-03
Add -Zfixed-x18
Alice Ryhl
-0
/
+5
2024-04-17
llvm: update riscv target feature to match LLVM 19
Augie Fackler
-3
/
+4
2024-03-15
Register LLVM handlers for bad-alloc / OOM
Josh Stone
-1
/
+1
2024-03-11
Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper
Jubilee
-0
/
+9
2024-03-06
Add arm64ec-pc-windows-msvc target
Daniel Paoliello
-1
/
+7
2024-03-01
Update outdated LLVM comment
clubby789
-6
/
+3
2024-02-24
compiler: use `addr_of!`
Pavel Grigorenko
-1
/
+1
2024-02-22
Unconditionally pass -wasm-enable-eh
Noa
-6
/
+6
2024-02-22
std support for wasm32 panic=unwind
Noa
-2
/
+11
2024-02-14
Implicitly enable evex512 if avx512 is enabled
Nikita Popov
-0
/
+4
2024-02-12
Add lahfsahf and prfchw target feature
Chris Denton
-0
/
+1
2024-02-03
Emit a diagnostic for invalid target options
Ben Kimock
-8
/
+8
2024-01-10
Rename `{create,emit}_warning` as `{create,emit}_warn`.
Nicholas Nethercote
-3
/
+3
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
2023-12-14
Move rustc_codegen_ssa target features to rustc_target
Urgau
-7
/
+8
2023-12-08
update target feature following LLVM API change
Krasimir Georgiev
-0
/
+4
2023-11-22
Rollup merge of #118142 - saethlin:llvm-linkage, r=tmiasko
Michael Goulet
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+1
2023-11-21
Tighten up linkage settings for LLVM bindings
Ben Kimock
-2
/
+2
2023-11-12
target_feature: make it more clear what that 'Option' means
Ralf Jung
-2
/
+3
2023-11-06
warn when using an unstable feature with -Ctarget-feature
Ralf Jung
-19
/
+28
2023-09-24
Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointers
Florian Schmiderer
-3
/
+3
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-4
/
+4
2023-07-27
Update the minimum external LLVM to 15
Josh Stone
-2
/
+0
2023-07-21
Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber
Matthias Krüger
-17
/
+30
2023-07-20
Implement printing to file in PassWrapper
David Tolnay
-3
/
+15
2023-07-20
Implement printing to file in llvm_util
David Tolnay
-12
/
+13
2023-07-20
Store individual output file name with every PrintRequest
David Tolnay
-5
/
+5
2023-07-16
rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.
Patrick Walton
-0
/
+4
2023-05-22
Create a structure to define the features from to_llvm_features.
Jamie Cunliffe
-65
/
+127
2023-05-22
Only disable folded features when it makes sense.
Jamie Cunliffe
-5
/
+31
2023-05-22
Tie neon with fp-armv8.
Jamie Cunliffe
-2
/
+4
2023-05-15
Auto merge of #107707 - calebzulawski:remove-features, r=Amanieu
bors
-6
/
+0
2023-05-04
added SAFETY comment
James Dietz
-0
/
+3
2023-05-04
change expect() to unwrap_or_else() and update msg
James Dietz
-1
/
+1
[next]