summaryrefslogtreecommitdiff
path: root/lib/MC/SubtargetFeature.cpp
Commit message (Expand)AuthorAge
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Eliminate one extra conversion.Evan Cheng2011-07-01
* Another misuse of StringRef. MSVC is very sensitive to that kind of error.Francois Pichet2011-07-01
* Fix use after free.Rafael Espindola2011-07-01
* Switch SubtargetFeatures from std::string to StringRef.Evan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29