Fix some cases where StringRef was being passed by const reference. Remove const...
[oota-llvm.git] / lib / MC / SubtargetFeature.cpp
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-11 Hans WennborgSubTargetFeature.cpp: it seems the size of this SmallVe...
2014-05-13 Eric ChristopherMake the split function use StringRef::split.
2014-05-06 Eric ChristopherUse a range based for loop for the SubtargetFeatures...
2014-05-06 Eric ChristopherFix odd formatting that snuck into last patch.
2014-05-06 Eric ChristopherArrayRef-ize the Feature and Processor tables for Subta...
2014-05-06 Eric ChristopherHave the SubtargetFeature help routine just not return...
2014-05-06 Eric ChristopherRevert "Walk back commits for unused function parameter...
2014-05-05 Eric ChristopherWalk back commits for unused function parameters -...
2014-05-05 Eric ChristopherRemove a now unnecessary function since all calls have...
2014-05-05 Eric ChristopherRemove a call to std::exit in a library. Make "Help...
2014-05-05 Eric ChristopherRemove unused argument from AddFeature.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-01-25 Artyom SkrobovReverting r199886 (Prevent repetitive warnings for...
2014-01-23 Artyom SkrobovPrevent repetitive warnings for unrecognized processors...
2013-10-13 Will DietzMC: Don't assume incoming StringRef's are null terminated.
2013-10-07 Rafael EspindolaFix the documentation of getDefaultSubtargetFeatures.
2012-10-20 Benjamin KramerSymbol hygiene: Make sure declarations and definitions...
2012-10-04 Craig TopperRemove template from function that is only used with...
2012-10-03 Craig TopperRemove unused function that used to get itineraries...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-05 Roman DivackyConstify subtarget info properly so that we dont cast...
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-01 Evan ChengEliminate one extra conversion.
2011-07-01 Francois PichetAnother misuse of StringRef. MSVC is very sensitive...
2011-07-01 Rafael EspindolaFix use after free.
2011-07-01 Evan ChengSwitch SubtargetFeatures from std::string to StringRef.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...