about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
AgeCommit message (Expand)AuthorLines
2020-11-18Rollup merge of #78361 - DevJPM:master, r=workingjubileeMara Bos-0/+10
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-8/+5
2020-11-12fully exploited the dropped support of LLVM 8DevJPM-5/+3
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-9/+4
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-8/+5
2020-10-26Updated documentation, x86 feature detection testing, and removed LLVM 9 excl...DevJPM-0/+5
2020-10-25Updated the list of white-listed target features for x86DevJPM-0/+5
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-8/+6
2020-10-13Replace absolute paths with relative onesest31-1/+1
2020-10-13Auto merge of #76830 - Artoria2e5:tune, r=nagisabors-5/+17
2020-10-05Pass tune-cpu to LLVMMingye Wang-5/+17
2020-10-04Move target feature whitelist from cg_llvm to cg_ssabjorn3-149/+1
2020-09-20Remove MMX from RustMateusz MikuĊ‚a-1/+0
2020-08-30mv compiler to compiler/mark-0/+368