Fix instruction description of VMOV (between two ARM core registers and two single...
[oota-llvm.git] / test / MC / ARM / simple-fp-encoding.s
2012-07-10 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-09 Chad RosierRevert r159938 (and r159945) to appease the buildbots.
2012-07-09 Richard BartonFix instruction description of VMOV (between two ARM...
2012-04-20 Jim GrosbachARM some VFP tblgen'erated two-operand aliases.
2012-04-20 Jim GrosbachTidy up. Formatting.
2012-03-16 Jim GrosbachARM vmrs system registers mvfr0 and mvfr1 handling.
2012-03-15 Jim GrosbachARM case-insensitive checking for APSR_nzcv.
2012-03-15 Kristof BeylsFix VCVT decoding (between floating-point and fixed...
2012-01-20 Jim GrosbachNEON use vmov.i32 to splat some f32 values into vectors.
2011-12-22 Jim GrosbachARM VFP assembly parsing and encoding for VCVT(float...
2011-12-21 Jim GrosbachARM VFP optional data type on VMOV GPR<-->SPR.
2011-11-15 Jim GrosbachARM assembly parsing for optional datatype suffix on...
2011-11-15 Jim GrosbachARM assembly parsing for two-operand form of 'mul'...
2011-11-14 Jim GrosbachARM VLDR/VSTR instructions don't need a size suffix.
2011-11-11 Jim GrosbachARM optional size suffix for VLDR/VSTR syntax.
2011-11-11 Jim GrosbachARM allow Q registers in vldm/vstm register lists.
2011-10-03 Jim GrosbachARM assembly parsing and encoding for VMOV immediate.
2011-10-03 Jim GrosbachARM parsing/encoding for VCMP/VCMPE.
2011-10-03 Jim GrosbachARM assembly parsing and encoding for VMRS/FMSTAT.
2011-08-29 Owen AndersonAdd missing encoding information for some of the GPR...
2011-08-29 Owen AndersonImprove handling of #-0 offsets for many more pre-index...
2011-02-10 Jim GrosbachDo AsmMatcher operand classification per-opcode.
2011-01-26 Bruno Cardoso LopesAdd encoding testcases for ARM vcvtr variations
2011-01-18 Owen AndersonWhen matching asm operands, always try to match the...
2011-01-18 Bruno Cardoso LopesCreate two new generic classes to represent the followi...
2010-11-17 Bill WendlingProper encoding for VLDM and VSTM instructions. The...
2010-11-04 Bill WendlingAdd encoding for VSTR.
2010-11-03 Bill WendlingThe MC code couldn't handle ARM LDR instructions with...
2010-11-02 Bill WendlingRename getAddrModeImm12OpValue to getAddrModeImmOpValue...
2010-11-01 Bill WendlingUse ARM-style comments.
2010-11-01 Jim GrosbachMark ARM subtarget features that are available for...
2010-10-29 Bill WendlingSome instructions end with an "ls" prefix, but it doesn...