Fix the encoding of mrrc and mcrr family of instructions. Also add testcases for...
[oota-llvm.git] / test / MC / ARM / arm_instructions.s
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.