about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/llvm_util.rs
AgeCommit message (Expand)AuthorLines
2019-04-23Add f16c target_featuregnzlbg-0/+1
2019-04-19Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppeMazdak Farrokhzad-1/+1
2019-04-18Use -mergefunc-use-aliases for any LLVM >= 8Josh Stone-1/+1
2019-04-17whitelist rtm x86 cpu featuretyler-0/+1
2019-02-18librustc_codegen_llvm => 2018Taiki Endo-2/+2
2019-02-14Whitelist the ARM v8 target-featuregnzlbg-0/+1
2019-02-13Whitelist the ARM v6 target-featuregnzlbg-0/+1
2019-01-30Add MOVBE featureJethro Beekman-0/+1
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-3/+3
2019-01-05Add a target option "merge-functions" taking values in ("disabled",Peter Jin-1/+9
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-21Enable emission of alignment attrs for pointer paramsNikita Popov-0/+4
2018-12-14rustc: Add the `cmpxchg16b` target feature on x86/x86_64Alex Crichton-0/+2
2018-12-12x86: Add the `adx` target feature to whitelistAlex Crichton-0/+1
2018-11-30Enable -mergefunc-use-aliasesNikita Popov-0/+3
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-11-10Auto merge of #55650 - nikic:funnel-shift, r=nagisabors-0/+4
2018-11-08Disable wasm32 features on emscriptenNikita Popov-1/+2
2018-11-03Implement rotate using funnel shift on LLVM >= 7Nikita Popov-0/+4
2018-10-12exit with status code 101 on fatal LLVM errorAndy Russell-0/+2
2018-10-08codegen_llvm: improve allocationsljedrz-2/+3
2018-09-05Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddybbors-0/+1
2018-09-03whitelist some ARM featuresJorge Aparicio-0/+4
2018-08-31rustc: Prepare the `atomics` feature for wasmAlex Crichton-0/+1
2018-08-28Fix warnings about the `native` target-cpuAlex Crichton-0/+18
2018-08-08Add wasm32 simd128 target featuregnzlbg-0/+6
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-1/+1
2018-07-25ARM: expose `rclass` and `dsp` target featuresPaolo Teti-0/+2
2018-07-06ARM: expose the "mclass" target featureJorge Aparicio-0/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+255