| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in the comment. | Johnny Chen | 2011-04-19 | 1 | -1/+1 |
* | Adding support for printing operands symbolically to llvm's public 'C' | Kevin Enderby | 2011-04-11 | 1 | -0/+8 |
* | Fixed the t2PLD and friends disassembly and add two test cases. | Johnny Chen | 2011-03-26 | 1 | -2/+35 |
* | Plug a leak by ThumbDisassembler::getInstruction(), thanks to Benjamin Kramer! | Johnny Chen | 2011-03-24 | 1 | -3/+1 |
* | Plug a leak in the arm disassembler and put the tests back. | Benjamin Kramer | 2011-03-24 | 1 | -3/+2 |
* | For ARM Disassembler, start a newline to dump the opcode and friends for an i... | Johnny Chen | 2011-03-22 | 1 | -1/+1 |
* | LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT. | Johnny Chen | 2011-03-09 | 1 | -0/+3 |
* | Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ... | Owen Anderson | 2011-02-08 | 1 | -7/+7 |
* | Second attempt at converting Thumb2's LDRpci, including updating the gazillio... | Owen Anderson | 2010-12-07 | 1 | -5/+5 |
* | Add correct encodings for STRD and LDRD, including fixup support. Additional... | Owen Anderson | 2010-12-01 | 1 | -3/+0 |
* | Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ... | Owen Anderson | 2010-11-30 | 1 | -35/+0 |
* | Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536. | Evan Cheng | 2010-11-03 | 1 | -6/+6 |
* | Detabify and clean up 80 column violations. | Jim Grosbach | 2010-10-13 | 1 | -1/+2 |
* | Add ARM Disassembler to the CMake build. | Oscar Fuentes | 2010-09-28 | 1 | -2/+2 |
* | ARM/Disassembler: Fix definitions incompatible(unsigned and uint32_t) to Cygw... | NAKAMURA Takumi | 2010-09-08 | 1 | -2/+2 |
* | The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .td | Johnny Chen | 2010-08-12 | 1 | -0/+7 |
* | Move the ARM SSAT and USAT optional shift amount operand out of the | Bob Wilson | 2010-08-11 | 1 | -1/+1 |
* | For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11... | Johnny Chen | 2010-04-20 | 1 | -5/+5 |
* | More IT instruction error-handling improvements from fuzzing. | Johnny Chen | 2010-04-20 | 1 | -3/+17 |
* | Better error handling of invalid IT mask '0000', instead of just asserting. | Johnny Chen | 2010-04-19 | 1 | -3/+9 |
* | Fixed logic error. Should check Builder for validity before calling SetSession | Johnny Chen | 2010-04-16 | 1 | -3/+2 |
* | Fixed another assert exposed by fuzzing. The utility function getRegisterEnum() | Johnny Chen | 2010-04-14 | 1 | -1/+1 |
* | Fixed a nasty layering violation in the edis source | Sean Callanan | 2010-04-13 | 1 | -2/+11 |
* | Get rid of traling whitespaces. No functionality change. | Johnny Chen | 2010-04-05 | 1 | -1/+1 |
* | The disassembler impl. of MCDisassembler::getInstruction() was using the pattern | Johnny Chen | 2010-04-05 | 1 | -5/+23 |
* | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 1 | -0/+532 |
* | --- Reverse-merging r98637 into '.': | Bob Wilson | 2010-03-16 | 1 | -513/+0 |
* | Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend | Johnny Chen | 2010-03-16 | 1 | -0/+513 |