summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
...
* Fixed MOVr for "should be" encoding bits for Inst{19-16} = 0b0000.Johnny Chen2011-04-01
* MOVs should have Inst{19-16} as 0b0000, otherwise, the instruction is UNPREDI...Johnny Chen2011-04-01
* Fix the instruction table entries for AI1_adde_sube_s_irs multiclass definiti...Johnny Chen2011-04-01
* Fix a LDRT/LDRBT decoding bug where for Encoding A2, if Inst{4} != 0, we shou...Johnny Chen2011-04-01
* Fix LDRi12 immediate operand, which was changed to be the second operand in $...Johnny Chen2011-04-01
* Apply again changes to support ARM memory asm parsing. I removedBruno Cardoso Lopes2011-03-31
* Add a test case for a malformed LDC/LDC2 instructions with PUDW = 0b0000, whichJohnny Chen2011-03-31
* Fix single word and unsigned byte data transfer instruction encodings so thatJohnny Chen2011-03-31
* Add BLXi to the instruction table for disassembly purpose.Johnny Chen2011-03-31
* Remove stray empty test file.Daniel Dunbar2011-03-31
* Revert r128632 again, until I figure out what break the testsBruno Cardoso Lopes2011-03-31
* Reapply r128585 without generating a lib depedency cycle. An updated log:Bruno Cardoso Lopes2011-03-31
* Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and"Matt Beaumont-Gay2011-03-31
* - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT andBruno Cardoso Lopes2011-03-30
* Add a test case for thumb stc2 instruction.Johnny Chen2011-03-30
* Adding a test for "-inf" as well.Kevin Enderby2011-03-29
* Add a test case for MSRi.Johnny Chen2011-03-29
* Added support symbolic floating point constants in the MC assembler for InfinityKevin Enderby2011-03-29
* Add a thumb test file for printf (iOS 4.3).Johnny Chen2011-03-29
* A8.6.188 STC, STC2Johnny Chen2011-03-29
* Rename invalid-VLDMSDB-arm.txt to be invalid-VLDMSDB_UPD-arm.txt.Johnny Chen2011-03-29
* Add and modify some tests.Johnny Chen2011-03-29
* Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson2011-03-29
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-28
* Fix ARM disassembly for PLD/PLDW/PLI which suffers from code rot and add some...Johnny Chen2011-03-28
* Fixed the t2PLD and friends disassembly and add two test cases.Johnny Chen2011-03-26
* Add test for A8.6.246 UMULL to both arm-tests.txt amd thumb-tests.txt.Johnny Chen2011-03-25
* Add two test cases t2SMLABT and t2SMMULR for DisassembleThumb2Mul().Johnny Chen2011-03-25
* Fix DisassembleThumb2DPReg()'s handling of RegClass. Cannot hardcode GPRRegC...Johnny Chen2011-03-25
* DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegCl...Johnny Chen2011-03-25
* A8.6.226 TBB, TBH:Johnny Chen2011-03-25
* Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent...Johnny Chen2011-03-25
* MC: Improve some diagnostics on uses of '.' pseudo-symbol.Daniel Dunbar2011-03-25
* Instruction formats of SWP/SWPB were changed from LdStExFrm to MiscFrm. Modi...Johnny Chen2011-03-25
* Also need to handle invalid imod values for CPS2p.Johnny Chen2011-03-25
* Modify the wrong logic in the assert of DisassembleThumb2LdStDual() (the regi...Johnny Chen2011-03-25
* delegate the disassembly of t2ADR to the more generic t2ADDri12/t2SUBri12 ins...Johnny Chen2011-03-25
* The opcode names ("tLDM", "tLDM_UPD") used for conflict resolution have been ...Johnny Chen2011-03-24
* The ARM disassembler was confused with the 16-bit tSTMIA instruction.Johnny Chen2011-03-24
* Handle the added VBICiv*i* NEON instructions, too.Johnny Chen2011-03-24
* T2 Load/Store Multiple:Johnny Chen2011-03-24
* Plug a leak in the arm disassembler and put the tests back.Benjamin Kramer2011-03-24
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-24
* Remove these two test files as they cause llvm-i686-linux-vg_leak build to fa...Johnny Chen2011-03-24
* ADR was added with the wrong encoding for inst{24-21}, and the ARM decoder wa...Johnny Chen2011-03-24
* The r118201 added support for VORR (immediate). Update ARMDisassemblerCore.c...Johnny Chen2011-03-24
* Add comments to the handling of opcode CPS3p to reject invalid instruction en...Johnny Chen2011-03-24
* Load/Store Multiple:Johnny Chen2011-03-24
* STRT and STRBT was incorrectly tagged as IndexModeNone during the refactoring...Johnny Chen2011-03-24
* The r128103 fix to cope with the removal of addressing modes from the MC inst...Johnny Chen2011-03-24