summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/SubtargetFeature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-8/+8
* SubTargetFeature.cpp: it seems the size of this SmallVector should be 3Hans Wennborg2014-08-111-1/+1
* Make the split function use StringRef::split.Eric Christopher2014-05-131-19/+3
* Use a range based for loop for the SubtargetFeatures print function.Eric Christopher2014-05-061-2/+2
* Fix odd formatting that snuck into last patch.Eric Christopher2014-05-061-3/+3
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-061-60/+46
* Have the SubtargetFeature help routine just not return a number andEric Christopher2014-05-061-6/+4
* Revert "Walk back commits for unused function parameters - they're still being"Eric Christopher2014-05-061-19/+5
* Walk back commits for unused function parameters - they're still beingEric Christopher2014-05-051-5/+19
* Remove a now unnecessary function since all calls have one versionEric Christopher2014-05-051-17/+4
* Remove a call to std::exit in a library. Make "Help" returnEric Christopher2014-05-051-5/+7
* Remove unused argument from AddFeature.Eric Christopher2014-05-051-3/+2
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-1/+1
* Reverting r199886 (Prevent repetitive warnings for unrecognized processors an...Artyom Skrobov2014-01-251-34/+20
* Prevent repetitive warnings for unrecognized processors and featuresArtyom Skrobov2014-01-231-20/+34
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-131-4/+1
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-071-2/+1
* Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer2012-10-201-2/+2
* 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
OpenPOWER on IntegriCloud