Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add ↵ | Craig Topper | 2014-04-29 | 1 | -6/+6 |
| | | | | | | 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Sparc edition llvm-svn: 207502 | ||||
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -2/+2 |
| | | | | | | | definition below all of the header #include lines, lib/Target/... edition. llvm-svn: 206842 | ||||
* | [MC] Require an MCContext when constructing an MCDisassembler. | Lang Hames | 2014-04-15 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | This patch re-introduces the MCContext member that was removed from MCDisassembler in r206063, and requires that an MCContext be passed in at MCDisassembler construction time. (Previously the MCContext member had been initialized in an ad-hoc fashion after construction). The MCCContext member can be used by MCDisassembler sub-classes to construct constant or target-specific MCExprs. This patch updates disassemblers for in-tree targets, and provides the MCRegisterInfo instance that some disassemblers were using through the MCContext (previously those backends were constructing their own MCRegisterInfo instances). llvm-svn: 206241 | ||||
* | [Sparc] Add support for decoding 'swap' instruction. | Venkatraman Govindaraju | 2014-03-09 | 1 | -0/+36 |
| | | | | llvm-svn: 203424 | ||||
* | [Sparc] Add return/rett instruction to Sparc backend. | Venkatraman Govindaraju | 2014-03-02 | 1 | -0/+30 |
| | | | | llvm-svn: 202666 | ||||
* | [Sparc] Add support for decoding jmpl/retl/ret instruction. | Venkatraman Govindaraju | 2014-03-02 | 1 | -0/+36 |
| | | | | llvm-svn: 202663 | ||||
* | [Sparc] Add support for parsing fcmp with %fcc registers. | Venkatraman Govindaraju | 2014-03-02 | 1 | -0/+13 |
| | | | | llvm-svn: 202610 | ||||
* | [Sparc] Add support to decode negative simm13 operands in the sparc ↵ | Venkatraman Govindaraju | 2014-03-01 | 1 | -0/+9 |
| | | | | | | disassembler. llvm-svn: 202578 | ||||
* | [Sparc] Add support for decoding call instructions in the sparc disassembler. | Venkatraman Govindaraju | 2014-03-01 | 1 | -0/+21 |
| | | | | llvm-svn: 202577 | ||||
* | [Sparc] Add support to disassemble sparc memory instructions. | Venkatraman Govindaraju | 2014-03-01 | 1 | -0/+110 |
| | | | | llvm-svn: 202575 | ||||
* | [Sparc] Replace (unsigned)-1 with ~OU as suggested by Reid Kleckner. | Venkatraman Govindaraju | 2014-01-12 | 1 | -9/+9 |
| | | | | llvm-svn: 199031 | ||||
* | [Sparc] Explicitly cast -1 to unsigned to fix buildbot errors. | Venkatraman Govindaraju | 2014-01-06 | 1 | -8/+8 |
| | | | | llvm-svn: 198592 | ||||
* | [Sparc] Add initial implementation of disassembler for sparc | Venkatraman Govindaraju | 2014-01-06 | 1 | -0/+228 |
llvm-svn: 198591 |