Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MCInstrAnalysis: Don't crash on instructions with no operands. | Benjamin Kramer | 2011-09-19 | 1 | -1/+2 |
| | | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140027 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Add MCInstrAnalysis class. This allows the targets to specify own versions ↵ | Benjamin Kramer | 2011-08-08 | 1 | -0/+20 |
of MCInstrDescs functions. - Add overrides for ARM. - Teach llvm-objdump to use this instead of plain MCInstrDesc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137059 91177308-0d34-0410-b5e6-96231b3b80d8 |