about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
AgeCommit message (Expand)AuthorLines
2024-02-14Implicitly enable evex512 if avx512 is enabledNikita Popov-0/+4
2024-02-12Add lahfsahf and prfchw target featureChris Denton-0/+1
2024-02-03Emit a diagnostic for invalid target optionsBen Kimock-8/+8
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-3/+3
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-4/+4
2023-12-14Move rustc_codegen_ssa target features to rustc_targetUrgau-7/+8
2023-12-08update target feature following LLVM API changeKrasimir Georgiev-0/+4
2023-11-22Rollup merge of #118142 - saethlin:llvm-linkage, r=tmiaskoMichael Goulet-2/+2
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-2/+1
2023-11-21Tighten up linkage settings for LLVM bindingsBen Kimock-2/+2
2023-11-12target_feature: make it more clear what that 'Option' meansRalf Jung-2/+3
2023-11-06warn when using an unstable feature with -Ctarget-featureRalf Jung-19/+28
2023-09-24Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointersFlorian Schmiderer-3/+3
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-4/+4
2023-07-27Update the minimum external LLVM to 15Josh Stone-2/+0
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-17/+30
2023-07-20Implement printing to file in PassWrapperDavid Tolnay-3/+15
2023-07-20Implement printing to file in llvm_utilDavid Tolnay-12/+13
2023-07-20Store individual output file name with every PrintRequestDavid Tolnay-5/+5
2023-07-16rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.Patrick Walton-0/+4
2023-05-22Create a structure to define the features from to_llvm_features.Jamie Cunliffe-65/+127
2023-05-22Only disable folded features when it makes sense.Jamie Cunliffe-5/+31
2023-05-22Tie neon with fp-armv8.Jamie Cunliffe-2/+4
2023-05-15Auto merge of #107707 - calebzulawski:remove-features, r=Amanieubors-6/+0
2023-05-04added SAFETY commentJames Dietz-0/+3
2023-05-04change expect() to unwrap_or_else() and update msgJames Dietz-1/+1
2023-05-04moved default CPU message inlineJames Dietz-5/+3
2023-05-04`--print target-cpus` shows default target cpu, updated docsJames Dietz-1/+7
2023-03-22More general capturesest31-1/+1
2023-03-01Remove pass initialization codeNikita Popov-2/+0
2023-02-10Drop llvm14-builtins-abi with compiler_builtins 0.1.87Josh Stone-11/+2
2023-02-10Update the minimum external LLVM to 14Josh Stone-13/+2
2023-02-05Remove misleading target feature aliasesCaleb Zulawski-6/+0
2022-12-20Remove wrapper functions for some unstable optionsNilstrieb-2/+2
2022-12-02Rollup merge of #105026 - oToToT:aarch64-v8a, r=davidtwcoMatthias Krüger-0/+5
2022-11-29Rollup merge of #104627 - calebzulawski:print-target-features, r=compiler-errorsMatthias Krüger-16/+19
2022-11-29v8a as default aarch64 targetTommy Chiang (oToToT)-0/+5
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-4/+4
2022-11-19Print all features with --print target-features, including aliases and tied f...Caleb Zulawski-16/+19
2022-11-12Update compiler/rustc_codegen_llvm/src/llvm_util.rsCaleb Zulawski-1/+1
2022-11-12Allow actual AVX512-related feature names in the case of some misleading aliasesCaleb Zulawski-0/+3
2022-11-09Simplify existing Diagnostic implementationsSLASHLogin-6/+16
2022-11-09Port `MissingFeatures` and `TargetFeatureDisableOrEnable`SLASHLogin-5/+5
2022-11-09Missing lifetime parameter and formattingSLASHLogin-4/+1
2022-11-09Change String in structs to &'a strSLASHLogin-3/+3
2022-11-09FormattingSLASHLogin-3/+8
2022-11-09Port unknown feature diagnostic to the new frameworkSLASHLogin-17/+3
2022-09-18Remove support for LLVM's legacy pass managerJosh Stone-35/+1
2022-09-14Auto merge of #99443 - jam1garner:mips-virt-feature, r=nagisabors-0/+4
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+0