Switch SubRegSet to using symbolic SubRegIndices
[oota-llvm.git] / lib / Target / ARM / Disassembler /
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 ChenFor t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT...
2010-04-20 Johnny ChenBetter error-handling for DisassembleThumb2DPModImm...
2010-04-20 Johnny ChenMore IT instruction error-handling improvements from...
2010-04-19 Johnny ChenBetter error handling of invalid IT mask '0000', instea...
2010-04-19 Johnny ChenAccording to A8.6.16 B (Encoding T3) and A8.3 Condition...
2010-04-19 Johnny ChenBetter error-handling for DisassembleThumb2DPSoReg...
2010-04-19 Johnny ChenARM disassembler did not react to recent changes to...
2010-04-16 Johnny ChenCast to (uint64_t) instead of relying on the "ul" suffix.
2010-04-16 Johnny ChenFixed logic error. Should check Builder for validity...
2010-04-16 Johnny ChenFixed a bug in DisassembleN1RegModImmFrm() where a...
2010-04-15 Johnny ChenDEBUG() print out "Unknown format" msg.
2010-04-15 Johnny ChenWrap the error msgs in DEBUG() macro so that they won...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. Now, the...
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-14 Johnny ChenFixed another assert exposed by fuzzing. Now, when...
2010-04-14 Johnny ChenFixed an assert() exposed by fuzzing. Now, instead...
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-07 Johnny ChenMissed this one line for the previous checkin to fix...
2010-04-07 Johnny ChenFixed warnings pointed out by clang.
2010-04-07 Johnny ChenFixed warnings pointed out by clang.
2010-04-07 Johnny ChenFixed 3 warnings pointed out by clang.
2010-04-07 Johnny ChenRe-enable ARM/Thumb disassembler and add a workaround...
2010-04-05 Johnny ChenGet rid of traling whitespaces. No functionality change.
2010-04-05 Johnny ChenThe disassembler impl. of MCDisassembler::getInstructio...
2010-04-05 Evan ChengTemporarily remove to disable building of ARM disassembler.
2010-04-05 Evan ChengRe-apply 100265 but instead disable building of ARM...
2010-04-05 Evan ChengReverting 100265 to try to get buildbots green again...
2010-04-03 Johnny ChenGet rid of the middleman (ARMAlgorithm), which causes...
2010-04-03 Johnny ChenFix comment.
2010-04-03 Johnny ChenRegister ARMAlgorithm::DoCleanup() to be called on...
2010-04-02 Johnny ChenFix another build warning.
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...