summaryrefslogtreecommitdiff
path: root/test/MC/ARM/arm_instructions.s
Commit message (Expand)AuthorAge
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30
* Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga2012-05-11
* Support a valid, but not very useful, encoding of CPSIE where none of the AIF...Owen Anderson2011-10-05
* ARM update tests for CPS instruction.Jim Grosbach2011-07-29
* Update ARM tests for parsing and encoding of WFE, WFI and YIELD.Jim Grosbach2011-07-28
* ARM parsing and encoding tests for load/store exclusive instructions.Jim Grosbach2011-07-26
* ARM parsing and encoding tests for SBC instruction.Jim Grosbach2011-07-21
* ARM assembly parsing support for RSC instruction.Jim Grosbach2011-07-21
* ARM assembly parsing support for RSB instruction.Jim Grosbach2011-07-21
* ARM parsing and encodings tests for saturating arithmetic insns.Jim Grosbach2011-07-21
* Add parsing/encoding tests for ARM ORR instruction.Jim Grosbach2011-07-20
* Consolidate ARM NOP encoding test.Jim Grosbach2011-07-20
* Tweak ARM assembly parsing and printing of MSR instruction.Jim Grosbach2011-07-19
* ARM assembly parsing of MRS instruction.Jim Grosbach2011-07-19
* Move mr[r]c[2] ARM tests and tidy up a bit.Jim Grosbach2011-07-19
* Add some testcases for ARM MLA/MLS instructions.Jim Grosbach2011-07-14
* ARM MCRR/MCRR2 immediate operand range checking.Jim Grosbach2011-07-14
* ARM MCR/MCR2 assembly parsing operand constraints.Jim Grosbach2011-07-14
* Enable some tests we now handle correctly.Jim Grosbach2011-07-14
* Update ARM Assembly of LDM/STM.Jim Grosbach2011-07-14
* ARM ISB assembly parsing tests.Jim Grosbach2011-07-14
* ARM ISB instruction assembly parsing.Jim Grosbach2011-07-14
* Remove duplicate tests.Jim Grosbach2011-07-14
* ARM Assembler support for DMB instruction.Jim Grosbach2011-07-13
* Shuffle ARM assembly tests a bit.Jim Grosbach2011-07-13
* ARM assembler support for ldmfd/stmfd mnemonics.Jim Grosbach2011-06-27
* Fix ssat and ssat16 encodings for ARM and Thumb. The bit position valueBruno Cardoso Lopes2011-05-31
* Fix PR9762Bruno Cardoso Lopes2011-05-25
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-24
* Add support to the ARM asm parser for the register-shifted-register forms of ...Owen Anderson2011-03-18
* Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes2011-02-18
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-14
* Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes2011-02-07
* fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructionsBruno Cardoso Lopes2011-01-26
* Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm",Bruno Cardoso Lopes2011-01-21
* Add testcases for clz encodingBruno Cardoso Lopes2011-01-20
* Fix the encoding and parsing of clrex instructionBruno Cardoso Lopes2011-01-20
* - Use a more appropriate name for Owen's ARM Parser isMCR hack since the same...Bruno Cardoso Lopes2011-01-20
* Fix the encoding of mrrc and mcrr family of instructions. Also add testcases ...Bruno Cardoso Lopes2011-01-19
* Fix MRS encoding for arm and thumb.Bruno Cardoso Lopes2011-01-18
* Fix the encoding of t2ISB by using the right class and also parse it correctlyBruno Cardoso Lopes2011-01-18
* Follow the current hack set and enable the correct parsing of bkpt while in t...Bruno Cardoso Lopes2011-01-18
* Add support for parsing and encoding ARM's official syntax for the BFI instru...Bruno Cardoso Lopes2011-01-18
* McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out theDaniel Dunbar2011-01-11
* Add some more MC tests for ARM arithmetic instructions that update or don'tKevin Enderby2010-12-15
* Add support for parsing ARM arithmetic instructions that update or don't updateKevin Enderby2010-12-09
* Add encoding for ARM "trap" instruction.Bill Wendling2010-11-21
* Add support for parsing the writeback ("!") token.Bill Wendling2010-11-18
* Test encodings for LDM and STM.Bill Wendling2010-11-16
* Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to workBill Wendling2010-11-02