2011-03-15 |
Johnny Chen | Fixed an ARM disassembler bug where it does not handle...
|
commit | commitdiff | tree |
2011-03-09 |
Johnny Chen | LLVM combines the offset mode of A8.6.199 A1 & A2 into...
|
commit | commitdiff | tree |
2010-08-12 |
Johnny Chen | Cleaned up the for-disassembly-only entries in the...
|
commit | commitdiff | tree |
2010-08-12 |
Johnny Chen | The autogened decoder was confusing the ARM STRBT for...
|
commit | commitdiff | tree |
2010-08-11 |
Johnny Chen | Changed the format of DMBsy, DSBsy, and friends from...
|
commit | commitdiff | tree |
2010-04-21 |
Johnny Chen | Modified some assert() msg strings; no other functionality...
|
commit | commitdiff | tree |
2010-04-21 |
Johnny Chen | Thumb instructions which have reglist operands at the...
|
commit | commitdiff | tree |
2010-04-20 |
Johnny Chen | Better error-handling of getBitFieldInvMask() where...
|
commit | commitdiff | tree |
2010-04-20 |
Johnny Chen | When doing Thumb disassembly, there's no need to consider...
|
commit | commitdiff | tree |
2010-04-20 |
Johnny Chen | For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT...
|
commit | commitdiff | tree |
2010-04-20 |
Johnny Chen | Better error-handling for DisassembleThumb2DPModImm...
|
commit | commitdiff | tree |
2010-04-20 |
Johnny Chen | More IT instruction error-handling improvements from...
|
commit | commitdiff | tree |
2010-04-19 |
Johnny Chen | Better error handling of invalid IT mask '0000', instead...
|
commit | commitdiff | tree |
2010-04-19 |
Johnny Chen | According to A8.6.16 B (Encoding T3) and A8.3 Conditional...
|
commit | commitdiff | tree |
2010-04-19 |
Johnny Chen | Better error-handling for DisassembleThumb2DPSoReg...
|
commit | commitdiff | tree |
2010-04-19 |
Johnny Chen | ARM disassembler did not react to recent changes to...
|
commit | commitdiff | tree |
2010-04-16 |
Johnny Chen | Cast to (uint64_t) instead of relying on the "ul" suffix.
|
commit | commitdiff | tree |
2010-04-16 |
Johnny Chen | Fixed logic error. Should check Builder for validity...
|
commit | commitdiff | tree |
2010-04-16 |
Johnny Chen | Minor change to make the test case comply with Vd<0...
|
commit | commitdiff | tree |
2010-04-16 |
Johnny Chen | Fixed a bug in DisassembleN1RegModImmFrm() where a...
|
commit | commitdiff | tree |
2010-04-16 |
Johnny Chen | In the same spirit of r101524, which removed the assert...
|
commit | commitdiff | tree |
2010-04-16 |
Johnny Chen | Multiclass LdStCop was using pre-UAL syntax LDC<c>L...
|
commit | commitdiff | tree |
2010-04-16 |
Johnny Chen | Remove the assert() from printAddrMode2OffsetOperand...
|
commit | commitdiff | tree |
2010-04-15 |
Johnny Chen | Added another test case for am3offset operand, testing...
|
commit | commitdiff | tree |
2010-04-15 |
Johnny Chen | Fixed a bug in ARM disassembly where LDRSBT should...
|
commit | commitdiff | tree |
2010-04-15 |
Johnny Chen | DEBUG() print out "Unknown format" msg.
|
commit | commitdiff | tree |
2010-04-15 |
Johnny Chen | Wrap the error msgs in DEBUG() macro so that they won...
|
commit | commitdiff | tree |
2010-04-14 |
Johnny Chen | Fixed another assert exposed by fuzzing. Now, the...
|
commit | commitdiff | tree |
2010-04-14 |
Johnny Chen | For t2BFI disassembly, apply the same error checking...
|
commit | commitdiff | tree |
2010-04-14 |
Johnny Chen | Fixed another assert exposed by fuzzing. The utility...
|
commit | commitdiff | tree |
2010-04-14 |
Johnny Chen | Fixed another assert exposed by fuzzing. Now, when...
|
commit | commitdiff | tree |
2010-04-14 |
Johnny Chen | Fixed an assert() exposed by fuzzing. Now, instead...
|
commit | commitdiff | tree |
2010-04-13 |
Johnny Chen | Changed getSOImmValRotate()'s hunt retry logic to ignore...
|
commit | commitdiff | tree |
2010-04-12 |
Johnny Chen | Fixed a crasher in arm disassembler within ARMInstPrinter...
|
commit | commitdiff | tree |
2010-04-09 |
Johnny Chen | If all the bit positions are not specified; do not...
|
commit | commitdiff | tree |
2010-04-09 |
Johnny Chen | ARM decoder emitter should print out useful information...
|
commit | commitdiff | tree |
2010-04-08 |
Johnny Chen | Now that Evan Cheng has fixed the coalescer bug (r100804...
|
commit | commitdiff | tree |
2010-04-07 |
Johnny Chen | Missed this one line for the previous checkin to fix...
|
commit | commitdiff | tree |
2010-04-07 |
Johnny Chen | Fixed warnings pointed out by clang.
|
commit | commitdiff | tree |
2010-04-07 |
Johnny Chen | Fixed warnings pointed out by clang.
|
commit | commitdiff | tree |
2010-04-07 |
Johnny Chen | Fixed 3 warnings pointed out by clang.
|
commit | commitdiff | tree |
2010-04-07 |
Johnny Chen | Re-enable ARM/Thumb disassembler and add a workaround...
|
commit | commitdiff | tree |
2010-04-05 |
Johnny Chen | Get rid of traling whitespaces. No functionality change.
|
commit | commitdiff | tree |
2010-04-05 |
Johnny Chen | The disassembler impl. of MCDisassembler::getInstruction...
|
commit | commitdiff | tree |
2010-04-03 |
Johnny Chen | Get rid of the middleman (ARMAlgorithm), which causes...
|
commit | commitdiff | tree |
2010-04-03 |
Johnny Chen | Fix comment.
|
commit | commitdiff | tree |
2010-04-03 |
Johnny Chen | Register ARMAlgorithm::DoCleanup() to be called on...
|
commit | commitdiff | tree |
2010-04-02 |
Johnny Chen | Fix another build warning.
|
commit | commitdiff | tree |
2010-04-02 |
Johnny Chen | Move variable "Bits" declaration/definition into the...
|
commit | commitdiff | tree |
2010-04-02 |
Johnny Chen | Fixed build warning.
|
commit | commitdiff | tree |
2010-04-02 |
Johnny Chen | Change from .../Support/DataTypes.h to .../System/DataTypes.h.
|
commit | commitdiff | tree |
2010-04-02 |
Johnny Chen | Second try of initial ARM/Thumb disassembler check...
|
commit | commitdiff | tree |
2010-03-29 |
Johnny Chen | Add NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector...
|
commit | commitdiff | tree |
2010-03-27 |
Johnny Chen | Add NVMulSLFrm to represent "3-register multiply with...
|
commit | commitdiff | tree |
2010-03-26 |
Johnny Chen | Remove the duplicate multiclass N3VSh_QHSD and use...
|
commit | commitdiff | tree |
2010-03-26 |
Johnny Chen | Add NVExtFrm to represent NEON Vector Extract Instructions...
|
commit | commitdiff | tree |
2010-03-26 |
Johnny Chen | Add N3RegVShFrm to represent 3-Register Vector Shift...
|
commit | commitdiff | tree |
2010-03-26 |
Johnny Chen | Add N3RegFrm to represent "NEON 3 vector register format...
|
commit | commitdiff | tree |
2010-03-26 |
Johnny Chen | Add N2RegVShLFrm and N2RegVShRFrm formats so that the...
|
commit | commitdiff | tree |
2010-03-25 |
Johnny Chen | Removed instruction class NI from ARMInstrFormats.td.
|
commit | commitdiff | tree |
2010-03-25 |
Johnny Chen | Add NVDupLnFrm and change NVDupLane class to use that...
|
commit | commitdiff | tree |
2010-03-25 |
Johnny Chen | Add NVCVTFrm (NEON Convert with fractional bits immediate...
|
commit | commitdiff | tree |
2010-03-25 |
Johnny Chen | Added a new instruction class NVDupLane to be inherited...
|
commit | commitdiff | tree |
2010-03-24 |
Johnny Chen | Trivial formating change.
|
commit | commitdiff | tree |
2010-03-24 |
Johnny Chen | Reverted r99326 which added NVdVmVCVTFrm, and later...
|
commit | commitdiff | tree |
2010-03-24 |
Johnny Chen | Reverted r99376. The disassembler will deal with the...
|
commit | commitdiff | tree |
2010-03-24 |
Johnny Chen | Mark VMOVDneon and VMOVQ as having the N2RegFrm form...
|
commit | commitdiff | tree |
2010-03-24 |
Johnny Chen | Renamed NVdVmImmFrm and NVdVmVCVTFrm to the more proper...
|
commit | commitdiff | tree |
2010-03-23 |
Johnny Chen | Renamed NVdImmFrm to N1RegModImmFrm.
|
commit | commitdiff | tree |
2010-03-23 |
Johnny Chen | Fix typo in the comment for N3VX class.
|
commit | commitdiff | tree |
2010-03-23 |
Johnny Chen | Add comment.
|
commit | commitdiff | tree |
2010-03-23 |
Johnny Chen | Add New NEON Format NVdVmVCVTFrm.
|
commit | commitdiff | tree |
2010-03-23 |
Johnny Chen | Add New NEON Format NVdVmImmFrm.
|
commit | commitdiff | tree |
2010-03-23 |
Johnny Chen | Add New NEON Format NVdImmFrm.
|
commit | commitdiff | tree |
2010-03-20 |
Johnny Chen | Add NLdStFrm Format.
|
commit | commitdiff | tree |
2010-03-19 |
Johnny Chen | Revert r98679. The disassembler will be updated to...
|
commit | commitdiff | tree |
2010-03-19 |
Johnny Chen | Renumber LdStExFrm from 28 to 11 and shift the existing...
|
commit | commitdiff | tree |
2010-03-17 |
Johnny Chen | Revert 98745 with respect to the addition of NEONFrm...
|
commit | commitdiff | tree |
2010-03-17 |
Johnny Chen | Fixed a bug in the IT mask printing where T means the...
|
commit | commitdiff | tree |
2010-03-17 |
Johnny Chen | Refines 98745 so that it only contains the patch related...
|
commit | commitdiff | tree |
2010-03-17 |
Johnny Chen | 98745 contains something unrelated to the patch.
|
commit | commitdiff | tree |
2010-03-17 |
Johnny Chen | Added sub-formats to the NeonI/NeonXI instructions...
|
commit | commitdiff | tree |
2010-03-16 |
Johnny Chen | Disambiguate the *_UPD and * variants by specifying...
|
commit | commitdiff | tree |
2010-03-16 |
Johnny Chen | Initial ARM/Thumb disassembler check-in. It consists...
|
commit | commitdiff | tree |
2010-03-11 |
Johnny Chen | Set the (Format)F filed of t2Int_MemBarrierV7 & t2Int_SyncBa...
|
commit | commitdiff | tree |
2010-03-11 |
Johnny Chen | Added Thumb2 LDRD/STRD pre/post variants for disassembly...
|
commit | commitdiff | tree |
2010-03-10 |
Johnny Chen | Factored out the disassembly printing of CPS option...
|
commit | commitdiff | tree |
2010-03-09 |
Johnny Chen | MSR (Move to Special Register from ARM core register...
|
commit | commitdiff | tree |
2010-03-05 |
Johnny Chen | Trivial comment change.
|
commit | commitdiff | tree |
2010-03-04 |
Johnny Chen | Drop the ".w" qualifier for t2UXTB16* instructions...
|
commit | commitdiff | tree |
2010-03-04 |
Johnny Chen | Added 32-bit Thumb instructions for Preload Data (PLD...
|
commit | commitdiff | tree |
2010-03-03 |
Johnny Chen | Modified the asm string of 16-bit Thumb MUL instruction...
|
commit | commitdiff | tree |
2010-03-03 |
Johnny Chen | Added 32-bit Thumb instructions LDRT, LDRBT, LDRHT...
|
commit | commitdiff | tree |
2010-03-03 |
Johnny Chen | Added 32-bit Thumb instructions t2NOP, t2YIELD, t2WFE...
|
commit | commitdiff | tree |
2010-03-03 |
Johnny Chen | Added 32-bit Thumb instructions t2DMB variants, t2DSB...
|
commit | commitdiff | tree |
2010-03-02 |
Johnny Chen | Added 32-bit Thumb instruction CLREX (Clear-Exclusive...
|
commit | commitdiff | tree |
2010-03-02 |
Johnny Chen | Removed the extra S from the multiclass def T2I_adde_sube_s_...
|
commit | commitdiff | tree |
2010-03-02 |
Johnny Chen | Added 32-bit Thumb instructions: CPS, SDIV, UDIV, SXTB16...
|
commit | commitdiff | tree |
2010-03-02 |
Johnny Chen | AL is an optional mnemonic extension for always, except...
|
commit | commitdiff | tree |
2010-03-02 |
Johnny Chen | Change some asm shift opcode strings to lowercase.
|
commit | commitdiff | tree |
next |