aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/SubtargetFeature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+4
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+14
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-9/+9
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-99/+55
* 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