summaryrefslogtreecommitdiff
path: root/include/llvm/MC/SubtargetFeature.h
Commit message (Expand)AuthorAge
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-06
* Revert "Walk back commits for unused function parameters - they're still being"Eric Christopher2014-05-06
* Walk back commits for unused function parameters - they're still beingEric Christopher2014-05-05
* Remove unused argument from AddFeature.Eric Christopher2014-05-05
* Reverting r199886 (Prevent repetitive warnings for unrecognized processors an...Artyom Skrobov2014-01-25
* Prevent repetitive warnings for unrecognized processors and featuresArtyom Skrobov2014-01-23
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-13
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-07
* Update documentation.Matt Arsenault2013-04-08
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper2012-10-03
* Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-05
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Fix use after free.Rafael Espindola2011-07-01
* Switch SubtargetFeatures from std::string to StringRef.Evan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29