aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/SubtargetFeature.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+3
2019-03-05[Subtarget] Move SubtargetFeatureKV/SubtargetInfoKV from SubtargetFeature.h t...Craig Topper1-187/+1
2019-03-04[SubtargetFeatures] Don't call ApplyFeatureFlag if the feature name is '+help'Craig Topper1-2/+2
2019-03-04[SubtargetFeatuers] Simplify the code used to imply features from CPU name.Craig Topper1-14/+7
2019-03-01[Subtarget] Remove static global constructor call from the tablegened subtarg...Craig Topper1-18/+14
2019-02-18[MC] Make SubtargetFeatureKV only store one FeatureBitset and use an 'unsigne...Craig Topper1-11/+11
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-02-21SubtargetFeature: Cleanup; NFCMatthias Braun1-65/+31
2017-02-09[MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko1-8/+11
2017-01-28Cleanup dump() functions.Matthias Braun1-0/+2
2016-08-22[MC] Remove guard(s). NFCI.Davide Italiano1-2/+0
2016-04-18[NFC] Header cleanupMehdi Amini1-0/+1
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-1/+1
2016-01-05(NFC) Change SubtargetFeatures::ToggleFeature andArtyom Skrobov1-12/+6
2016-01-03Use std::is_sorted instead of manual loops. NFCCraig Topper1-8/+4
2015-09-10[ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth1-1/+1
2015-06-05[ARM] Add knowledge of FPU subtarget features to TargetParserJohn Brawn1-22/+33
2015-05-28[MC] Replace custom string join function with the one from StringExtras.Benjamin Kramer1-22/+2
2015-05-26Use std::bitset for SubtargetFeatures.Michael Kuperstein1-11/+12
2015-05-13Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein1-12/+11
2015-05-13Use std::bitset for SubtargetFeaturesMichael Kuperstein1-11/+12
2015-03-31Make llc use getHostCPUFeatures when 'native' is specified for cpu.Craig Topper1-2/+3
2015-03-28Convert feature strings to lowercase even if they have a '+'/'-' in front of ...Craig Topper1-1/+1
2015-03-28Update comment to match code behavior.Craig Topper1-1/+1
2015-03-24Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein1-12/+11
2015-03-24Use std::bitset for SubtargetFeaturesMichael Kuperstein1-11/+12
2015-02-19Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein1-12/+11
2015-02-19Use std::bitset for SubtargetFeaturesMichael Kuperstein1-11/+12
2014-08-30Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper1-8/+8
2014-08-11SubTargetFeature.cpp: it seems the size of this SmallVector should be 3Hans Wennborg1-1/+1
2014-05-13Make the split function use StringRef::split.Eric Christopher1-19/+3
2014-05-06Use a range based for loop for the SubtargetFeatures print function.Eric Christopher1-2/+2
2014-05-06Fix odd formatting that snuck into last patch.Eric Christopher1-3/+3
2014-05-06ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher1-60/+46
2014-05-06Have the SubtargetFeature help routine just not return a number andEric Christopher1-6/+4
2014-05-06Revert "Walk back commits for unused function parameters - they're still being"Eric Christopher1-19/+5
2014-05-05Walk back commits for unused function parameters - they're still beingEric Christopher1-5/+19
2014-05-05Remove a now unnecessary function since all calls have one versionEric Christopher1-17/+4
2014-05-05Remove a call to std::exit in a library. Make "Help" returnEric Christopher1-5/+7
2014-05-05Remove unused argument from AddFeature.Eric Christopher1-3/+2
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-1/+1
2014-01-25Reverting r199886 (Prevent repetitive warnings for unrecognized processors an...Artyom Skrobov1-34/+20
2014-01-23Prevent repetitive warnings for unrecognized processors and featuresArtyom Skrobov1-20/+34
2013-10-13MC: Don't assume incoming StringRef's are null terminated.Will Dietz1-4/+1
2013-10-07Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola1-2/+1
2012-10-20Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer1-2/+2