summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/SubtargetFeature.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Subtarget] Move SubtargetFeatureKV/SubtargetInfoKV from SubtargetFeature.h t...Craig Topper2019-03-051-187/+1
* [SubtargetFeatures] Don't call ApplyFeatureFlag if the feature name is '+help'Craig Topper2019-03-041-2/+2
* [SubtargetFeatuers] Simplify the code used to imply features from CPU name.Craig Topper2019-03-041-14/+7
* [Subtarget] Remove static global constructor call from the tablegened subtarg...Craig Topper2019-03-011-18/+14
* [MC] Make SubtargetFeatureKV only store one FeatureBitset and use an 'unsigne...Craig Topper2019-02-181-11/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* SubtargetFeature: Cleanup; NFCMatthias Braun2017-02-211-65/+31
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko2017-02-091-8/+11
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* [MC] Remove guard(s). NFCI.Davide Italiano2016-08-221-2/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-0/+1
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* (NFC) Change SubtargetFeatures::ToggleFeature andArtyom Skrobov2016-01-051-12/+6
* Use std::is_sorted instead of manual loops. NFCCraig Topper2016-01-031-8/+4
* [ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth2015-09-101-1/+1
* [ARM] Add knowledge of FPU subtarget features to TargetParserJohn Brawn2015-06-051-22/+33
* [MC] Replace custom string join function with the one from StringExtras.Benjamin Kramer2015-05-281-22/+2
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-11/+12
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-12/+11
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-11/+12
* Make llc use getHostCPUFeatures when 'native' is specified for cpu.Craig Topper2015-03-311-2/+3
* Convert feature strings to lowercase even if they have a '+'/'-' in front of ...Craig Topper2015-03-281-1/+1
* Update comment to match code behavior.Craig Topper2015-03-281-1/+1
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-12/+11
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-11/+12
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-12/+11
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-11/+12
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-8/+8
* SubTargetFeature.cpp: it seems the size of this SmallVector should be 3Hans Wennborg2014-08-111-1/+1
* Make the split function use StringRef::split.Eric Christopher2014-05-131-19/+3
* Use a range based for loop for the SubtargetFeatures print function.Eric Christopher2014-05-061-2/+2
* Fix odd formatting that snuck into last patch.Eric Christopher2014-05-061-3/+3
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-061-60/+46
* Have the SubtargetFeature help routine just not return a number andEric Christopher2014-05-061-6/+4
* Revert "Walk back commits for unused function parameters - they're still being"Eric Christopher2014-05-061-19/+5
* Walk back commits for unused function parameters - they're still beingEric Christopher2014-05-051-5/+19
* Remove a now unnecessary function since all calls have one versionEric Christopher2014-05-051-17/+4
* Remove a call to std::exit in a library. Make "Help" returnEric Christopher2014-05-051-5/+7
* Remove unused argument from AddFeature.Eric Christopher2014-05-051-3/+2
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-1/+1
* Reverting r199886 (Prevent repetitive warnings for unrecognized processors an...Artyom Skrobov2014-01-251-34/+20
* Prevent repetitive warnings for unrecognized processors and featuresArtyom Skrobov2014-01-231-20/+34
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-131-4/+1
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-071-2/+1
* Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer2012-10-201-2/+2
* Remove template from function that is only used with one type after r165092.Craig Topper2012-10-041-4/+5
OpenPOWER on IntegriCloud