summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in the comment.Johnny Chen2011-04-191-1/+1
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-111-0/+8
* Fixed the t2PLD and friends disassembly and add two test cases.Johnny Chen2011-03-261-2/+35
* Plug a leak by ThumbDisassembler::getInstruction(), thanks to Benjamin Kramer!Johnny Chen2011-03-241-3/+1
* Plug a leak in the arm disassembler and put the tests back.Benjamin Kramer2011-03-241-3/+2
* For ARM Disassembler, start a newline to dump the opcode and friends for an i...Johnny Chen2011-03-221-1/+1
* LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT.Johnny Chen2011-03-091-0/+3
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-081-7/+7
* Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson2010-12-071-5/+5
* Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson2010-12-011-3/+0
* Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...Owen Anderson2010-11-301-35/+0
* Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.Evan Cheng2010-11-031-6/+6
* Detabify and clean up 80 column violations.Jim Grosbach2010-10-131-1/+2
* Add ARM Disassembler to the CMake build.Oscar Fuentes2010-09-281-2/+2
* ARM/Disassembler: Fix definitions incompatible(unsigned and uint32_t) to Cygw...NAKAMURA Takumi2010-09-081-2/+2
* The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .tdJohnny Chen2010-08-121-0/+7
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-111-1/+1
* For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11...Johnny Chen2010-04-201-5/+5
* More IT instruction error-handling improvements from fuzzing.Johnny Chen2010-04-201-3/+17
* Better error handling of invalid IT mask '0000', instead of just asserting.Johnny Chen2010-04-191-3/+9
* Fixed logic error. Should check Builder for validity before calling SetSessionJohnny Chen2010-04-161-3/+2
* Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()Johnny Chen2010-04-141-1/+1
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-131-2/+11
* Get rid of traling whitespaces. No functionality change.Johnny Chen2010-04-051-1/+1
* The disassembler impl. of MCDisassembler::getInstruction() was using the patternJohnny Chen2010-04-051-5/+23
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+532
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-161-513/+0
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-161-0/+513
OpenPOWER on IntegriCloud