aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCInstrDesc.h
Commit message (Expand)AuthorAgeFilesLines
* Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen2012-08-161-0/+7
* Shrink and reorder some fields in MCOperandInfo to fit it in 8 bytes to reduc...Craig Topper2012-03-111-6/+6
* Use uint16_t to store instruction implicit uses and defs. Reduces static data.Craig Topper2012-03-081-6/+6
* Put instruction names into an indexed string table on the side, removing a po...Benjamin Kramer2012-02-101-7/+0
* Move the Name field in MCInstrDesc to the end, saving 8 bytes of padding per ...Benjamin Kramer2012-02-091-1/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-91/+92
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-061-0/+4
* Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen2011-09-251-0/+8
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-201-0/+8
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-201-8/+0
* Follow up to r138791.Evan Cheng2011-08-301-0/+9
* Thumb2 parsing and encoding for IT blocks.Jim Grosbach2011-08-291-0/+12
* Tidy up. 80 columns.Jim Grosbach2011-08-291-1/+1
* Tidy up. Trailing whitespace.Jim Grosbach2011-08-161-45/+45
* Add a new field to MCOperandInfo that contains information about the type of ...Benjamin Kramer2011-07-141-0/+12
* Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson2011-07-131-0/+7
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-1/+1
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-0/+489