Re-commit r235560: Switch lowering: extract jump tables and bit tests before building...
[oota-llvm.git] / test / MC / ARM / arm_instructions.s
2014-11-03 Charlie TurnerRemove the cortex-a9-mp CPU.
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2012-05-11 Silviu BarangaFixed the LLVM ARM v7 assembler and instruction printer...
2011-10-05 Owen AndersonSupport a valid, but not very useful, encoding of CPSIE...
2011-07-29 Jim GrosbachARM update tests for CPS instruction.
2011-07-28 Jim GrosbachUpdate ARM tests for parsing and encoding of WFE, WFI...
2011-07-26 Jim GrosbachARM parsing and encoding tests for load/store exclusive...
2011-07-21 Jim GrosbachARM parsing and encoding tests for SBC instruction.
2011-07-21 Jim GrosbachARM assembly parsing support for RSC instruction.
2011-07-21 Jim GrosbachARM assembly parsing support for RSB instruction.
2011-07-21 Jim GrosbachARM parsing and encodings tests for saturating arithmet...
2011-07-20 Jim GrosbachAdd parsing/encoding tests for ARM ORR instruction.
2011-07-20 Jim GrosbachConsolidate ARM NOP encoding test.
2011-07-19 Jim GrosbachTweak ARM assembly parsing and printing of MSR instruction.
2011-07-19 Jim GrosbachARM assembly parsing of MRS instruction.
2011-07-19 Jim GrosbachMove mr[r]c[2] ARM tests and tidy up a bit.
2011-07-14 Jim GrosbachAdd some testcases for ARM MLA/MLS instructions.
2011-07-14 Jim GrosbachARM MCRR/MCRR2 immediate operand range checking.
2011-07-14 Jim GrosbachARM MCR/MCR2 assembly parsing operand constraints.
2011-07-14 Jim GrosbachEnable some tests we now handle correctly.
2011-07-14 Jim GrosbachUpdate ARM Assembly of LDM/STM.
2011-07-14 Jim GrosbachARM ISB assembly parsing tests.
2011-07-14 Jim GrosbachARM ISB instruction assembly parsing.
2011-07-14 Jim GrosbachRemove duplicate tests.
2011-07-13 Jim GrosbachARM Assembler support for DMB instruction.
2011-07-13 Jim GrosbachShuffle ARM assembly tests a bit.
2011-06-27 Jim GrosbachARM assembler support for ldmfd/stmfd mnemonics.
2011-05-31 Bruno Cardoso LopesFix ssat and ssat16 encodings for ARM and Thumb. The...
2011-05-25 Bruno Cardoso LopesFix PR9762
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-18 Owen AndersonAdd support to the ARM asm parser for the register...
2011-02-18 Bruno Cardoso LopesAdd assembly parsing support for "msr" and also fix...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-02-07 Bruno Cardoso LopesAdd support for parsing dmb/dsb instructions
2011-01-26 Bruno Cardoso Lopesfix the encoding and add testcases for ARM nop, yield...
2011-01-21 Bruno Cardoso LopesFix the encoding of QADD/SUB, QDADD/SUB. While qadd16...
2011-01-20 Bruno Cardoso LopesAdd testcases for clz encoding
2011-01-20 Bruno Cardoso LopesFix the encoding and parsing of clrex instruction
2011-01-20 Bruno Cardoso Lopes- Use a more appropriate name for Owen's ARM Parser...
2011-01-19 Bruno Cardoso LopesFix the encoding of mrrc and mcrr family of instruction...
2011-01-18 Bruno Cardoso LopesFix MRS encoding for arm and thumb.
2011-01-18 Bruno Cardoso LopesFix the encoding of t2ISB by using the right class...
2011-01-18 Bruno Cardoso LopesFollow the current hack set and enable the correct...
2011-01-18 Bruno Cardoso LopesAdd support for parsing and encoding ARM's official...
2011-01-11 Daniel DunbarMcARM: Add more hard coded logic to SplitMnemonicAndCC...
2010-12-15 Kevin EnderbyAdd some more MC tests for ARM arithmetic instructions...
2010-12-09 Kevin EnderbyAdd support for parsing ARM arithmetic instructions...
2010-11-21 Bill WendlingAdd encoding for ARM "trap" instruction.
2010-11-18 Bill WendlingAdd support for parsing the writeback ("!") token.
2010-11-16 Bill WendlingTest encodings for LDM and STM.
2010-11-02 Bill WendlingRename getAddrModeImm12OpValue to getAddrModeImmOpValue...
2010-11-01 Jim GrosbachMark ARM subtarget features that are available for...
2010-10-29 Chris Lattneradd simple support for addrmode5 operands, allowing
2010-10-28 Chris Lattnermost simple arm instructions match correctly now,
2010-10-28 Chris Lattnerfix the asmmatcher generator to handle targets with...
2010-10-02 Chris Lattnermove ARM MC tests up one level.