aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...Owen Anderson2010-11-301-5/+4
* Pseudo-ize Thumb2 jump tables with explicit MC lowering to the rawJim Grosbach2010-11-291-8/+2
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-161-42/+29
* Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.Evan Cheng2010-11-031-3/+3
* Detabify and clean up 80 column violations.Jim Grosbach2010-10-131-37/+46
* Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoidBob Wilson2010-08-171-9/+2
* Move the Thumb2 SSAT and USAT optional shift operator out of theBob Wilson2010-08-131-9/+13
* Refactor the code for disassembling Thumb2 saturate instructions along theBob Wilson2010-08-131-56/+39
* Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm.Johnny Chen2010-08-111-2/+2
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-301-40/+51
* Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach2010-07-161-11/+11
* Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman2010-06-181-21/+21
* Modified some assert() msg strings; no other functionality change.Johnny Chen2010-04-211-14/+14
* Thumb instructions which have reglist operands at the end and predicate operandsJohnny Chen2010-04-211-12/+25
* Better error-handling of getBitFieldInvMask() where msb < lsb (encoding error),Johnny Chen2010-04-201-6/+14
* Better error-handling for DisassembleThumb2DPModImm() with 2-reg operands whereJohnny Chen2010-04-201-1/+4
* Better error-handling for DisassembleThumb2DPSoReg() where the 3-reg operandJohnny Chen2010-04-191-3/+6
* Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build.Johnny Chen2010-04-151-1/+1
* For t2BFI disassembly, apply the same error checking as in r101205.Johnny Chen2010-04-141-1/+4
* Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()Johnny Chen2010-04-141-137/+154
* Fixed warnings pointed out by clang.Johnny Chen2010-04-071-2/+16
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+2187