summary refs log tree commit diff
path: root/src/librustc_driver/target_features.rs
AgeCommit message (Expand)AuthorLines
2016-06-22Add target_features for the bit manipulation instruction sets: BMI 1.0, BMI 2...gnzlbg-0/+3
2016-04-20Check that the feature strings are well-formedAndrea Canciani-0/+1
2016-04-20Make the feature whitelists constantsAndrea Canciani-25/+25
2016-04-19Distinguish different `vfp?` featuresAndrea Canciani-1/+7
2016-04-19Do not intern NUL terminatorsAndrea Canciani-1/+1
2016-04-09Expose the features computed from LLVM in `cfg!`Andrea Canciani-63/+31
2015-11-10Rustfmting librustc_driver.Jose Narvaez-21/+10
2015-08-17Add some SIMD target_feature cfg's when appropriate.Huon Wilson-0/+98