summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCInstrInfo.h
Commit message (Expand)AuthorAge
* Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."Jakob Stoklund Olesen2012-03-15
* Re-commit r152202 hopefully fixing the MSVC linker error.Craig Topper2012-03-08
* Revert r152202 as it's causing internal buildbot failures.Chad Rosier2012-03-07
* Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect...Craig Topper2012-03-07
* Put instruction names into an indexed string table on the side, removing a po...Benjamin Kramer2012-02-10
* IndentationEvan Cheng2011-06-29
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28