summaryrefslogtreecommitdiff
path: root/include/llvm/MC/SubtargetFeature.h
Commit message (Expand)AuthorAge
* 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