Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 (which...
[oota-llvm.git] / lib / Target / ARM / Disassembler / ThumbDisassemblerCore.h
2011-02-08 Owen AndersonRevert both r121082 (which broke a bunch of constant...
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-11-30 Owen AndersonSimplify the encoding of reg+/-imm12 values that allow...
2010-11-29 Jim GrosbachPseudo-ize Thumb2 jump tables with explicit MC lowering...
2010-11-16 Bill WendlingEncode the multi-load/store instructions with their...
2010-11-03 Evan ChengAdd support to match @llvm.prefetch to pld / pldw ...
2010-10-13 Jim GrosbachDetabify and clean up 80 column violations.
2010-08-17 Bob WilsonChange ARM PKHTB and PKHBT instructions to use a shift_...
2010-08-13 Bob WilsonMove the Thumb2 SSAT and USAT optional shift operator...
2010-08-13 Bob WilsonRefactor the code for disassembling Thumb2 saturate...
2010-08-11 Johnny ChenChanged the format of DMBsy, DSBsy, and friends from...
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...
2010-06-18 Dan GohmanStart TargetRegisterClass indices at 0 instead of 1...
2010-04-21 Johnny ChenModified some assert() msg strings; no other functional...
2010-04-21 Johnny ChenThumb instructions which have reglist operands at the...
2010-04-20 Johnny ChenBetter error-handling of getBitFieldInvMask() where...
2010-04-20 Johnny ChenBetter error-handling for DisassembleThumb2DPModImm...
2010-04-19 Johnny ChenBetter error-handling for DisassembleThumb2DPSoReg...
2010-04-15 Johnny ChenWrap the error msgs in DEBUG() macro so that they won...
2010-04-14 Johnny ChenFor t2BFI disassembly, apply the same error checking...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. The utility...
2010-04-07 Johnny ChenFixed warnings pointed out by clang.
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...