DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegClass...
[oota-llvm.git] / lib / Target / ARM / Disassembler / ThumbDisassemblerCore.h
2011-03-25 Johnny ChenDisassembleThumb2LdSt() did not handle t2LDRs correctly...
2011-03-25 Johnny ChenModify DisassembleThumb2LdStEx() to be more robust...
2011-03-25 Johnny ChenModify the wrong logic in the assert of DisassembleThum...
2011-03-24 Johnny ChenT2 Load/Store Multiple:
2011-03-22 Matt Beaumont-GayAvoid -Wunused-variable in -asserts builds
2011-03-18 Johnny ChenThe disassembler for Thumb was wrongly adding 4 to...
2011-03-17 Johnny ChenIt used to be that t_addrmode_s4 was used for both:
2011-02-28 Kevin EnderbyAdd missing whitespace in the formatting.
2011-02-28 Kevin EnderbyFix the arm's disassembler for blx that was building...
2011-02-18 Bruno Cardoso LopesAdd assembly parsing support for "msr" and also fix...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
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...