Use std::bitset for SubtargetFeatures
[oota-llvm.git] / include / llvm / MC / MCInstrDesc.h
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
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
2015-01-12 Tom StellardTarget: Allow target specific operand types
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2013-09-12 Joey GoulySomehow this important part of the patch, where I actua...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-07-22 Jim GrosbachMC: mayAffectControlFlow() handling for variadic instru...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-20 Jim GrosbachFix inadvertant delete of 'has'.
2012-12-20 Jim GrosbachClean up some DOxygen comments.
2012-12-19 Jim GrosbachMC: Add MCInstrDesc::mayAffectControlFlow() method.
2012-12-19 Jim GrosbachFix doc comment. '///' not '//'.
2012-09-24 Chad RosierTypo.
2012-08-16 Jakob Stoklund OlesenAdd an MCID::Select flag and TII hooks for optimizing...
2012-03-11 Craig TopperShrink and reorder some fields in MCOperandInfo to...
2012-03-08 Craig TopperUse uint16_t to store instruction implicit uses and...
2012-02-10 Benjamin KramerPut instruction names into an indexed string table...
2012-02-09 Benjamin KramerMove the Name field in MCInstrDesc to the end, saving...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-09-25 Jakob Stoklund OlesenAdd target hook for pseudo instruction expansion.
2011-09-20 Andrew TrickRestore hasPostISelHook tblgen flag.
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-08-30 Evan ChengFollow up to r138791.
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-29 Jim GrosbachTidy up. 80 columns.
2011-08-16 Jim GrosbachTidy up. Trailing whitespace.
2011-07-14 Benjamin KramerAdd a new field to MCOperandInfo that contains informat...
2011-07-13 Owen AndersonAdd a target-indepedent entry to MCInstrDesc to describ...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...