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
2022-04-20
Drop support for -Znew-llvm-pass-manager=no with LLVM 15
Nikita Popov
-0
/
+5
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-4
/
+6
2022-03-22
Filter for all features instead of any
Jubilee Young
-3
/
+6
2022-03-22
Fold aarch64 feature +fp into +neon
Jubilee Young
-1
/
+0
2022-03-14
Tie `fp` and `neon`
Adam Gemmell
-3
/
+14
2022-03-09
Use new pass manager on s390x with LLVM 14
Nikita Popov
-4
/
+5
2022-03-03
all: fix some typos
cuishuang
-5
/
+5
2022-03-02
Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r...
bors
-68
/
+126
2022-03-01
Direct users towards using Rust feature names in CLI
Simonas Kazlauskas
-71
/
+130
2022-02-27
Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa"
Erik Desjardins
-6
/
+0
2022-02-27
Do not pass through features without +/- prefix
Simonas Kazlauskas
-17
/
+16
2022-02-16
Expose unstable llvm14-builtins-abi target feature for cfg use
Nikita Popov
-16
/
+24
2022-02-10
Split PAuth target feature
Adam Gemmell
-8
/
+41
2022-02-03
Only disable dialogs on CI.
Eric Huss
-1
/
+6
2022-01-27
Windows: Disable LLVM crash dialog boxes.
Eric Huss
-0
/
+1
2022-01-01
Auto merge of #92419 - erikdesjardins:coldland, r=nagisa
bors
-0
/
+6
2021-12-30
keep noinline for system llvm < 14
Erik Desjardins
-0
/
+6
2021-12-30
Auto merge of #91125 - eskarn:llvm-passes-plugin-support, r=nagisa
bors
-8
/
+24
2021-12-20
Load new pass manager plugins only if the new pm is actually used
Axel Cohen
-5
/
+5
2021-12-20
rustc_codegen_llvm: move should_use_new_llvm_pass_manager function to llvm_util
Axel Cohen
-0
/
+10
2021-12-13
Fix conditions for using legacy or new pm plugins
Axel Cohen
-1
/
+1
2021-12-13
Use the existing llvm-plugins option for both legacy and new pm registration
Axel Cohen
-8
/
+14
2021-12-13
Use `OutputFilenames` to generate output file for `-Zllvm-time-trace`
Tomasz Miąsko
-2
/
+4
2021-12-06
replace dynamic library module with libloading
Andy Russell
-9
/
+8
2021-11-10
Disable `.debug_aranges` for all wasm targets
Alex Crichton
-8
/
+2
2021-11-10
Fix a crash with wasm64 in LLVM
Alex Crichton
-1
/
+9
2021-11-06
Auto merge of #90617 - tmiasko:time-trace-threads, r=wesleywiser
bors
-5
/
+0
2021-11-05
Move outline-atomics to aarch64-linux target definitions
Josh Stone
-5
/
+0
2021-11-05
Initialize LLVM time trace profiler on each code generation thread
Tomasz Miąsko
-5
/
+0
2021-11-03
Update aarch64 `target_feature` list for LLVM 12.
Adam Gemmell
-0
/
+1
2021-10-25
Auto merge of #89808 - tmiasko:llvm-multithreaded, r=nagisa
bors
-15
/
+5
2021-10-22
Update the minimum external LLVM to 11
Josh Stone
-2
/
+1
2021-10-12
Cleanup LLVM multi-threading checks
Tomasz Miąsko
-15
/
+5
2021-10-04
Rollup merge of #83655 - sebpop:arm64-outline-atomics, r=workingjubilee
Jubilee
-0
/
+5
2021-10-01
Fix clippy lints
Guillaume Gomez
-1
/
+1
2021-09-30
[aarch64] add target feature outline-atomics
Sebastian Pop
-0
/
+5
2021-09-20
rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14
Augie Fackler
-32
/
+50
2021-08-28
Revert machine outliner disabling on LLVM 13
liudingming
-6
/
+7
2021-07-25
clippy::single_char_pattern
Matthias Krüger
-2
/
+2
2021-06-26
Remove dropping of loaded plugins and better debug info
Manuel Drehwald
-1
/
+3
2021-06-23
Add missing use
Manuel Drehwald
-1
/
+4
2021-06-21
addressing feedback
Manuel Drehwald
-6
/
+5
2021-06-13
allow loading of llvm plugins on nightly
Manuel Drehwald
-0
/
+10
2021-06-05
Disable the machine outliner by default
Simonas Kazlauskas
-1
/
+12
2021-05-20
Auto merge of #84665 - adamgemmell:aarch64-features, r=Amanieu
bors
-0
/
+6
2021-05-19
Rename fptoint to frintts
Adam Gemmell
-0
/
+1
2021-05-19
Remove LSE2
Adam Gemmell
-1
/
+0
2021-05-06
rustc: Support Rust-specific features in -Ctarget-feature
Alex Crichton
-15
/
+23
2021-04-28
Update list of allowed aarch64 features
Adam Gemmell
-0
/
+6
2021-04-09
Categorize and explain target features support
Matt Ickstadt
-6
/
+69
[next]