aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/SubtargetFeature.h
AgeCommit message (Expand)Author
2013-04-08Update documentation.Matt Arsenault
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-10-03Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper
2012-09-05Constify subtarget info properly so that we dont cast away the const inRoman Divacky
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-07-01Fix use after free.Rafael Espindola
2011-07-01Switch SubtargetFeatures from std::string to StringRef.Evan Cheng
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng