summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/MC/Hexagon/HexagonMCCodeEmitterTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning out google tests from MC.Colin LeMahieu2014-11-251-53/+0
| | | | llvm-svn: 222770
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-041-0/+53
| | | | llvm-svn: 221210
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-241-53/+0
| | | | | | | | | | | Modified library structure to deal with circular dependency between HexagonInstPrinter and HexagonMCInst. Adding encoding bits for add opcode. Adding llvm-mc tests. Removing unit tests. http://reviews.llvm.org/D5624 llvm-svn: 220584
* Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi2014-10-231-0/+53
| | | | | | It brought cyclic dependecy between HexagonAsmPrinter and HexagonDesc. llvm-svn: 220478
* [Hexagon] Adding encoding bits for add opcode.Colin LeMahieu2014-10-221-53/+0
| | | | | | | | | Adding llvm-mc tests. Removing unit tests. http://reviews.llvm.org/D5624 llvm-svn: 220427
* Add unit tests to verify Hexagon emission.Sid Manning2014-10-031-0/+53
Add the test cases I overlooked, part of the original commit, http://reviews.llvm.org/D5523 llvm-svn: 219016
OpenPOWER on IntegriCloud