2011-10-17 |
Owen Anderson | Rewrite most of MachODump to work through the generic...
|
commit | commitdiff | tree |
2011-10-17 |
Owen Anderson | Add an accessor to get the underlying MachO representation.
|
commit | commitdiff | tree |
2011-10-17 |
Owen Anderson | Use the correct predicate for determining if a branch...
|
commit | commitdiff | tree |
2011-10-17 |
Owen Anderson | Fix unused variable warning in the rare circumstance...
|
commit | commitdiff | tree |
2011-10-14 |
Owen Anderson | Update test for disabling of code/data marker labels...
|
commit | commitdiff | tree |
2011-10-14 |
Owen Anderson | Disable code/data region symbols on ELF targets, where...
|
commit | commitdiff | tree |
2011-10-13 |
Owen Anderson | SETEND is not allowed in an IT block.
|
commit | commitdiff | tree |
2011-10-12 |
Owen Anderson | The VMAs stored in the symbol table of a MachO file...
|
commit | commitdiff | tree |
2011-10-12 |
Owen Anderson | Don't label a STAB debugging symbol as a function symbol.
|
commit | commitdiff | tree |
2011-10-12 |
Owen Anderson | sectionContainsSymbol needs to be based on VMA's rather...
|
commit | commitdiff | tree |
2011-10-12 |
Owen Anderson | Section indices in MachO symbol tables begin at 1,...
|
commit | commitdiff | tree |
2011-10-11 |
Owen Anderson | Expose MachOObjectFile externally, like we do for COFF...
|
commit | commitdiff | tree |
2011-10-10 |
Owen Anderson | MCAtom extending methods need to extend the range of...
|
commit | commitdiff | tree |
2011-10-06 |
Owen Anderson | Fix the check for nested IT instructions in the disassembler...
|
commit | commitdiff | tree |
2011-10-05 |
Owen Anderson | Support a valid, but not very useful, encoding of CPSIE...
|
commit | commitdiff | tree |
2011-10-04 |
Owen Anderson | Teach the MC to output code/data region marker labels...
|
commit | commitdiff | tree |
2011-09-26 |
Owen Anderson | Remove extraneous commit garbage.
|
commit | commitdiff | tree |
2011-09-26 |
Owen Anderson | Fix an incorrect decoder test.
|
commit | commitdiff | tree |
2011-09-26 |
Owen Anderson | Remove incorrect testcases.
|
commit | commitdiff | tree |
2011-09-26 |
Owen Anderson | ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.
|
commit | commitdiff | tree |
2011-09-23 |
Owen Anderson | Teach the Thumb2 AsmParser to accept pre-indexed loads...
|
commit | commitdiff | tree |
2011-09-23 |
Owen Anderson | Fix incorrect disassembly test.
|
commit | commitdiff | tree |
2011-09-23 |
Owen Anderson | Add more fixed bits to USAT16 encoding to filter out...
|
commit | commitdiff | tree |
2011-09-23 |
Owen Anderson | Post-index loads/stores in still need to print the...
|
commit | commitdiff | tree |
2011-09-23 |
Owen Anderson | Reapply r140412 (Thumb2 reg-reg loads cannot target...
|
commit | commitdiff | tree |
2011-09-23 |
Owen Anderson | Revert r140412. This affects more instructions than...
|
commit | commitdiff | tree |
2011-09-23 |
Owen Anderson | Thumb2 register-shifted-register loads cannot target...
|
commit | commitdiff | tree |
2011-09-22 |
Owen Anderson | Add new files to CMake.
|
commit | commitdiff | tree |
2011-09-22 |
Owen Anderson | Start stubbing out MCModule and MCAtom, which provide...
|
commit | commitdiff | tree |
2011-09-21 |
Owen Anderson | Turns out that Thumb2 ADR doesn't need special printing...
|
commit | commitdiff | tree |
2011-09-21 |
Owen Anderson | Print out immediate offset versions of PC-relative...
|
commit | commitdiff | tree |
2011-09-21 |
Owen Anderson | These do not need to be conditional on the presence...
|
commit | commitdiff | tree |
2011-09-21 |
Owen Anderson | In the disassembler C API, be careful not to confuse...
|
commit | commitdiff | tree |
2011-09-20 |
Owen Anderson | Port over more Thumb2 encoding tests to decoding tests.
|
commit | commitdiff | tree |
2011-09-19 |
Owen Anderson | tMOVSr is not allowed in an IT block either.
|
commit | commitdiff | tree |
2011-09-19 |
Owen Anderson | CPS instructions are UNPREDICTABLE inside IT blocks.
|
commit | commitdiff | tree |
2011-09-19 |
Owen Anderson | Thumb2 TBB and TBH instructions are only allowed at...
|
commit | commitdiff | tree |
2011-09-19 |
Owen Anderson | Specify an additional fixed bit in the Thumb2 SSAT...
|
commit | commitdiff | tree |
2011-09-19 |
Owen Anderson | Handle STRT (and friends) like LDRT (and friends) for...
|
commit | commitdiff | tree |
2011-09-16 |
Owen Anderson | Bitfield mask instructions are unpredictable if the...
|
commit | commitdiff | tree |
2011-09-16 |
Owen Anderson | Add a testcase for another corner-case decoding.
|
commit | commitdiff | tree |
2011-09-16 |
Owen Anderson | Fix bitfield decoding based on Eli's feedback.
|
commit | commitdiff | tree |
2011-09-16 |
Owen Anderson | Thumb2 pre-indexed loads/stores use the restricted...
|
commit | commitdiff | tree |
2011-09-16 |
Owen Anderson | Fix disassembly of Thumb2 BFI instructions with bit...
|
commit | commitdiff | tree |
2011-09-16 |
Owen Anderson | Add fixed bits to correctly distinguish Thumb2 SSAT...
|
commit | commitdiff | tree |
2011-09-16 |
Owen Anderson | Fix disassembly of Thumb2 LDRSH with a #-0 offset.
|
commit | commitdiff | tree |
2011-09-16 |
Owen Anderson | Port over more Thumb2 assembly tests to disassembly...
|
commit | commitdiff | tree |
2011-09-16 |
Owen Anderson | Port over more Thumb2 assembly tests to disassembly...
|
commit | commitdiff | tree |
2011-09-15 |
Owen Anderson | Don't attach annotations to MCInst's. Instead, have...
|
commit | commitdiff | tree |
2011-09-15 |
Owen Anderson | The the MC disassembler C API to print in verbose mode...
|
commit | commitdiff | tree |
2011-09-15 |
Owen Anderson | Add support for stored annotations to MCInst, and provide...
|
commit | commitdiff | tree |
2011-09-14 |
Owen Anderson | Fix a crasher in Thumb2 MOV-immediate encoding for...
|
commit | commitdiff | tree |
2011-09-14 |
Owen Anderson | Nested IT blocks are UNPREDICTABLE. Mark them as such...
|
commit | commitdiff | tree |
2011-09-13 |
Owen Anderson | Make use of Eli's FileCheck sorcery to improve this...
|
commit | commitdiff | tree |
2011-09-13 |
Owen Anderson | Correct disassembly printing of Thumb2 post-incremented...
|
commit | commitdiff | tree |
2011-09-13 |
Owen Anderson | Teach the Thumb ASM parser that BKPT is allowed in...
|
commit | commitdiff | tree |
2011-09-13 |
Owen Anderson | Fix encoding of Thumb2 shifted register operands with...
|
commit | commitdiff | tree |
2011-09-12 |
Owen Anderson | Fix a failing ELF Thumb test. I _think_ this is right...
|
commit | commitdiff | tree |
2011-09-12 |
Owen Anderson | Thumb2 POP's don't allow the PC as an operand, and...
|
commit | commitdiff | tree |
2011-09-12 |
Owen Anderson | Fix encoding of PC-relative LDRSHW with an immediate...
|
commit | commitdiff | tree |
2011-09-12 |
Owen Anderson | There's no need to add additional predicate operands...
|
commit | commitdiff | tree |
2011-09-12 |
Owen Anderson | Port more encoding tests to decoding tests, and correct...
|
commit | commitdiff | tree |
2011-09-09 |
Owen Anderson | LDM writeback is not allowed if Rn is in the target...
|
commit | commitdiff | tree |
2011-09-09 |
Owen Anderson | Fix an ambiguously nested if.
|
commit | commitdiff | tree |
2011-09-09 |
Owen Anderson | Fix buildbot breakage caused by r139415. I missed...
|
commit | commitdiff | tree |
2011-09-09 |
Owen Anderson | Fix assembly/disassembly of Thumb2 ADR instructions...
|
commit | commitdiff | tree |
2011-09-09 |
Owen Anderson | Thumb unconditional branches are allowed in IT blocks...
|
commit | commitdiff | tree |
2011-09-08 |
Owen Anderson | All conditional branches are disallowed in IT blocks...
|
commit | commitdiff | tree |
2011-09-08 |
Owen Anderson | Soft fail CBZ/CBNZ in the disassembler if they appear...
|
commit | commitdiff | tree |
2011-09-08 |
Owen Anderson | Remove the "common" set of instructions shared between...
|
commit | commitdiff | tree |
2011-09-07 |
Owen Anderson | Create Thumb2 versions of STC/LDC, and reenable the...
|
commit | commitdiff | tree |
2011-09-07 |
Owen Anderson | Port more assembler tests over to disassembler tests...
|
commit | commitdiff | tree |
2011-09-06 |
Owen Anderson | memset_pattern16 uses a 16 BYTE pattern, not a 16 BIT...
|
commit | commitdiff | tree |
2011-09-06 |
Owen Anderson | Teach BasicAA about the aliasing properties of memset_pattern16.
|
commit | commitdiff | tree |
2011-09-06 |
Owen Anderson | Port more encoding tests over to Thumb2 decoding tests.
|
commit | commitdiff | tree |
2011-09-06 |
Owen Anderson | Try again at r138809 (make DSE more aggressive in removing...
|
commit | commitdiff | tree |
2011-09-03 |
Owen Anderson | Fix a truly heinous bug in DAGCombine related to AssertZext.
|
commit | commitdiff | tree |
2011-09-01 |
Owen Anderson | Merge the ARM disassembler header into the implementation...
|
commit | commitdiff | tree |
2011-09-01 |
Owen Anderson | Fix 80 columns violations.
|
commit | commitdiff | tree |
2011-09-01 |
Owen Anderson | t2Bcc is allowed to have a predicate without a preceding...
|
commit | commitdiff | tree |
2011-08-31 |
Owen Anderson | The asm parser currently selects the wrong encoding...
|
commit | commitdiff | tree |
2011-08-31 |
Owen Anderson | Fix encoding for tBcc with immediate offset operand.
|
commit | commitdiff | tree |
2011-08-31 |
Owen Anderson | When performing instruction selection for LDR_PRE_IMM...
|
commit | commitdiff | tree |
2011-08-31 |
Owen Anderson | Fix roundtripping of Thumb BL/BLX instructions with...
|
commit | commitdiff | tree |
2011-08-30 |
Owen Anderson | Fix issues with disassembly of IT instructions involving...
|
commit | commitdiff | tree |
2011-08-30 |
Owen Anderson | Fix encoding of CBZ/CBNZ Thumb2 instructions with immediate...
|
commit | commitdiff | tree |
2011-08-30 |
Owen Anderson | Fix encoding of PC-relative Thumb1 LDR's when using...
|
commit | commitdiff | tree |
2011-08-30 |
Owen Anderson | Fix encoding of Thumb1 B instructions with immediate...
|
commit | commitdiff | tree |
2011-08-30 |
Owen Anderson | Clean up whitespace.
|
commit | commitdiff | tree |
2011-08-30 |
Owen Anderson | Remove empty file.
|
commit | commitdiff | tree |
2011-08-30 |
Owen Anderson | Speculatively revert r138809 in an attempt to fix DragonEgg.
|
commit | commitdiff | tree |
2011-08-30 |
Owen Anderson | Port Thumb2 assembler tests over to disassembler tests.
|
commit | commitdiff | tree |
2011-08-30 |
Owen Anderson | When walking backwards to eliminate final stores to...
|
commit | commitdiff | tree |
2011-08-29 |
Owen Anderson | Add missing encoding information for some of the GPR...
|
commit | commitdiff | tree |
2011-08-29 |
Owen Anderson | Apply the same fix for the change in LDR_PRE_IMM/LDRB_PRE_IM...
|
commit | commitdiff | tree |
2011-08-29 |
Owen Anderson | Specify an additional fixed bit in the PLD/PLDW/PLI...
|
commit | commitdiff | tree |
2011-08-29 |
Owen Anderson | addrmode_imm12 and addrmode2_offset encode their immediate...
|
commit | commitdiff | tree |
2011-08-29 |
Owen Anderson | Improve handling of #-0 offsets for many more pre-indexed...
|
commit | commitdiff | tree |
2011-08-29 |
Owen Anderson | Add testcase for r138746.
|
commit | commitdiff | tree |
2011-08-29 |
Owen Anderson | Update the load-store optimizer for changes to the...
|
commit | commitdiff | tree |
next |