aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/SubtargetFeature.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+5
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-131-6/+6
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-071-2/+1
* Update documentation.Matt Arsenault2013-04-081-3/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper2012-10-031-4/+0
* 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-11/+11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-0/+6
* Fix use after free.Rafael Espindola2011-07-011-1/+1
* Switch SubtargetFeatures from std::string to StringRef.Evan Cheng2011-07-011-7/+6
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-18/+10
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-291-0/+118