aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-12-07Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson1-5/+5
2010-12-01Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson1-3/+0
2010-11-30Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...Owen Anderson1-35/+0
2010-11-03Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.Evan Cheng1-6/+6
2010-10-13Detabify and clean up 80 column violations.Jim Grosbach1-1/+2
2010-09-28Add ARM Disassembler to the CMake build.Oscar Fuentes1-2/+2
2010-09-08ARM/Disassembler: Fix definitions incompatible(unsigned and uint32_t) to Cygw...NAKAMURA Takumi1-2/+2
2010-08-12The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .tdJohnny Chen1-0/+7
2010-08-11Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson1-1/+1
2010-04-20For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11...Johnny Chen1-5/+5
2010-04-20More IT instruction error-handling improvements from fuzzing.Johnny Chen1-3/+17
2010-04-19Better error handling of invalid IT mask '0000', instead of just asserting.Johnny Chen1-3/+9
2010-04-16Fixed logic error. Should check Builder for validity before calling SetSessionJohnny Chen1-3/+2
2010-04-14Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()Johnny Chen1-1/+1
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan1-2/+11
2010-04-05Get rid of traling whitespaces. No functionality change.Johnny Chen1-1/+1
2010-04-05The disassembler impl. of MCDisassembler::getInstruction() was using the patternJohnny Chen1-5/+23
2010-04-02Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen1-0/+532
2010-03-16--- Reverse-merging r98637 into '.':Bob Wilson1-513/+0
2010-03-16Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen1-0/+513