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