aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/SubtargetFeature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove template from function that is only used with one type after r165092.Craig Topper2012-10-041-4/+5
* Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper2012-10-031-24/+0
* Release build: guard dump functions withManman Ren2012-09-121-1/+1
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-051-3/+3
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-8/+8
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-061-2/+1
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-161-11/+10
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-0/+32
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-18/+22
* Eliminate one extra conversion.Evan Cheng2011-07-011-1/+1
* Another misuse of StringRef. MSVC is very sensitive to that kind of error.Francois Pichet2011-07-011-2/+2
* Fix use after free.Rafael Espindola2011-07-011-1/+1
* Switch SubtargetFeatures from std::string to StringRef.Evan Cheng2011-07-011-22/+19
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-41/+21
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-291-0/+384