summaryrefslogtreecommitdiff
path: root/lib/MC/SubtargetFeature.cpp
Commit message (Expand)AuthorAge
* 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
* Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer2012-10-20
* Remove template from function that is only used with one type after r165092.Craig Topper2012-10-04
* Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper2012-10-03
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-05
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-06
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-16
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Eliminate one extra conversion.Evan Cheng2011-07-01
* Another misuse of StringRef. MSVC is very sensitive to that kind of error.Francois Pichet2011-07-01
* 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