| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminated the classification of control registers into %ecr_ | Sean Callanan | 2010-05-06 | 1 | -0/+3 |
* | Thumb instructions which have reglist operands at the end and predicate operands | Johnny Chen | 2010-04-21 | 1 | -2/+5 |
* | When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS... | Johnny Chen | 2010-04-20 | 1 | -0/+3 |
* | For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11... | Johnny Chen | 2010-04-20 | 1 | -0/+3 |
* | According to A8.6.16 B (Encoding T3) and A8.3 Conditional execution -- A8.3.1 | Johnny Chen | 2010-04-19 | 1 | -0/+3 |
* | ARM disassembler did not react to recent changes to the NEON instruction table. | Johnny Chen | 2010-04-19 | 1 | -0/+4 |
* | testcase for r101538, patch by Nico Schmidt! | Chris Lattner | 2010-04-17 | 1 | -0/+3 |
* | Minor change to make the test case comply with Vd<0> == '0' when Q == '1'. | Johnny Chen | 2010-04-16 | 1 | -1/+1 |
* | Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a | Johnny Chen | 2010-04-16 | 1 | -0/+3 |
* | In the same spirit of r101524, which removed the assert() from printAddrMode2... | Johnny Chen | 2010-04-16 | 1 | -0/+3 |
* | Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed | Johnny Chen | 2010-04-16 | 1 | -0/+3 |
* | Added another test case for am3offset operand, testing Rn, #+/-imm8. | Johnny Chen | 2010-04-15 | 1 | -0/+3 |
* | Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, not | Johnny Chen | 2010-04-15 | 1 | -0/+3 |
* | tests: MC/Disassembler tests depend on ARM support being compiler in. | Daniel Dunbar | 2010-04-15 | 1 | -1/+3 |
* | Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling | Johnny Chen | 2010-04-12 | 1 | -0/+3 |
* | unXFAIL, arm disassembler was reenabled. | Benjamin Kramer | 2010-04-07 | 3 | -3/+0 |
* | Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu... | Evan Cheng | 2010-04-05 | 3 | -0/+3 |
* | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 3 | -0/+184 |
* | Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes | Kevin Enderby | 2010-03-08 | 1 | -1/+10 |
* | add encoder support and tests for rdtscp | Chris Lattner | 2010-02-13 | 1 | -1/+4 |
* | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner | 2010-02-13 | 1 | -0/+12 |
* | add some disassemble testcases for weird instructions | Chris Lattner | 2010-02-12 | 1 | -0/+14 |
* | specify a triple to use, fixing the test on non-x86-64 hosts. | Chris Lattner | 2009-12-22 | 1 | -1/+1 |
* | various cleanups, make the disassemble reject lines with too much | Chris Lattner | 2009-12-22 | 1 | -1/+1 |
* | rewrite the file parser for the disassembler, implementing support for | Chris Lattner | 2009-12-22 | 2 | -0/+19 |