Use range-based for loop. NFC
[oota-llvm.git] / include / llvm / MC / SubtargetFeature.h
2016-01-03 Craig TopperUse range-based for loop. NFC
2015-12-15 Weiming ZhaoBump up MAX_SUBTARGET_FEATURES
2015-07-21 Akira HatanakaBump the size of FeatureBitset up to 96-bits.
2015-06-05 John Brawn[ARM] Add knowledge of FPU subtarget features to Target...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-31 Craig TopperMake llc use getHostCPUFeatures when 'native' is specif...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-05-06 Eric ChristopherArrayRef-ize the Feature and Processor tables for Subta...
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 unused argument from AddFeature.
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.
2013-04-08 Matt ArsenaultUpdate documentation.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-03 Craig TopperRemove unused function that used to get itineraries...
2012-09-05 Roman DivackyConstify subtarget info properly so that we dont cast...
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
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...