aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCInstrInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."Jakob Stoklund Olesen2012-03-151-2/+2
* Re-commit r152202 hopefully fixing the MSVC linker error.Craig Topper2012-03-081-2/+2
* Revert r152202 as it's causing internal buildbot failures.Chad Rosier2012-03-071-2/+2
* Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect...Craig Topper2012-03-071-2/+2
* Put instruction names into an indexed string table on the side, removing a po...Benjamin Kramer2012-02-101-3/+14
* IndentationEvan Cheng2011-06-291-1/+1
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-0/+51