summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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