summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCInstrDesc.h
Commit message (Expand)AuthorAge
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-12
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* MC: mayAffectControlFlow() handling for variadic instructions.Jim Grosbach2013-07-22
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Fix inadvertant delete of 'has'.Jim Grosbach2012-12-20
* Clean up some DOxygen comments.Jim Grosbach2012-12-20
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-19
* Fix doc comment. '///' not '//'.Jim Grosbach2012-12-19
* Typo.Chad Rosier2012-09-24
* Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen2012-08-16
* Shrink and reorder some fields in MCOperandInfo to fit it in 8 bytes to reduc...Craig Topper2012-03-11
* Use uint16_t to store instruction implicit uses and defs. Reduces static data.Craig Topper2012-03-08
* Put instruction names into an indexed string table on the side, removing a po...Benjamin Kramer2012-02-10
* Move the Name field in MCInstrDesc to the end, saving 8 bytes of padding per ...Benjamin Kramer2012-02-09
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-06
* Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen2011-09-25
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-20
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-20
* Follow up to r138791.Evan Cheng2011-08-30
* Thumb2 parsing and encoding for IT blocks.Jim Grosbach2011-08-29
* Tidy up. 80 columns.Jim Grosbach2011-08-29
* Tidy up. Trailing whitespace.Jim Grosbach2011-08-16
* Add a new field to MCOperandInfo that contains information about the type of ...Benjamin Kramer2011-07-14
* Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson2011-07-13
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28