Put Darwin-specific code inside an __APPLE__ ifdef.
[oota-llvm.git] / lib / Target / ARM / Disassembler / ThumbDisassemblerCore.h
2011-08-04 Owen AndersonFix broken encodings for the Thumb2 LDRD/STRD instructions.
2011-07-27 Jim GrosbachARM parsing and encoding of SBFX and UBFX.
2011-07-26 Jim GrosbachARM cleanup of rot_imm encoding.
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT instruction.
2011-07-22 Jim GrosbachARM SSAT instruction 5-bit immediate handling.
2011-07-22 Jim GrosbachThumb assembly support for SETEND instruction.
2011-07-20 Jim GrosbachARM PKH shift ammount operand printing tweaks.
2011-07-20 Jim GrosbachARM: Tidy up representation of PKH instruction.
2011-07-18 Owen AndersonRevamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD...
2011-07-18 Owen AndersonRe-apply r135319 with a fix for the constant island...
2011-07-16 Owen AndersonRevert r135319 in an attempt to get to unbreak testers.
2011-07-15 Owen AndersonGet rid of the separate opcodes for the Darwin versions...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-05-25 Cameron ZwarichRestore an accidentally removed comment.
2011-05-25 Cameron ZwarichChange the order of tBX's operands so that the predicat...
2011-05-25 Cameron ZwarichRename tBX_Rm to tBX.
2011-05-18 Johnny ChenDisassembly of tBcc was wrongly adding 4 to the SignExt...
2011-04-15 Johnny ChenThumb2 BFC was insufficiently encoded.
2011-04-14 Johnny ChenAdd sanity checkings for Thumb2 Load/Store Register...
2011-04-13 Johnny ChenThumb disassembler did not handle tBRIND (indirect...
2011-04-13 Johnny ChenThe LDR*T/STR*T (unpriviledged load/store) operations...
2011-04-13 Johnny ChenCheck the corner cases for t2LDRSHi12 correctly and...
2011-04-13 Johnny ChenFix a bug where for t2MOVCCi disassembly, the TIED_TO...
2011-04-12 Johnny ChenAdd sanity check for Ld/St Dual forms of Thumb2 instruc...
2011-04-12 Johnny ChenThe Thumb2 RFE instructions need to have their second...
2011-04-12 Johnny ChenAdd bad register checks for Thumb2 Ld/St instructions.
2011-04-12 Johnny ChenThe Thumb2 Ld, St, and Preload instructions with the...
2011-04-12 Johnny ChenPrint out a debug message when the reglist fails the...
2011-04-12 Johnny ChenA8.6.16 B
2011-04-11 Johnny ChenThumb disassembler was erroneously rejecting "blx sp...
2011-04-11 Johnny ChenFix the bug where the immediate shift amount for Thumb...
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-04-08 Johnny ChenSanity check the option operand for DMB/DSB.
2011-03-28 Johnny ChenFix ARM disassembly for PLD/PLDW/PLI which suffers...
2011-03-26 Johnny ChenFixed the t2PLD and friends disassembly and add two...
2011-03-25 Johnny ChenFix DisassembleThumb2DPReg()'s handling of RegClass...
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...