Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Target / ARM / ARMAddressingModes.h
2010-07-14 Bob WilsonRemove restriction on NEON alignment values. Some...
2010-07-13 Bob WilsonMove NEON "modified immediate" encode/decode into ARMAd...
2010-07-06 Bob WilsonRepresent NEON load/store alignments in bytes, not...
2010-04-13 Johnny ChenChanged getSOImmValRotate()'s hunt retry logic to ignor...
2010-04-13 Bob WilsonReplace r101053 with a fix for getSOImmValRotate()...
2010-04-12 Johnny ChenFixed a crasher in arm disassembler within ARMInstPrint...
2010-03-20 Bob WilsonRe-commit r98683 ("remove redundant writeback flag...
2010-03-17 Johnny Chen98745 contains something unrelated to the patch.
2010-03-17 Johnny ChenAdded sub-formats to the NeonI/NeonXI instructions...
2010-03-16 Bob WilsonRevert 98683. It is breaking something in the disassem...
2010-03-16 Bob WilsonRemove redundant writeback flag from ARM address mode...
2010-03-16 Bob WilsonRemove redundant writeback flag in ARM addressing mode 5.
2010-03-16 Bob WilsonRemove the writeback flag from ARM's address mode 4...
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-16 Bob WilsonStop using the old pre-UAL syntax for LDM/STM instructi...
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-11-07 Jim GrosbachSupport alignment specifier for NEON vld/vst instructions
2009-10-21 Jim GrosbachImprove handling of immediates by splitting 32-bit...
2009-10-19 Chris Lattnerreduce #includes
2009-08-11 Jim GrosbachWhitespace cleanup. Remove trailing whitespace.
2009-07-28 Evan Cheng- More refactoring. This gets rid of all of the getOpco...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Evan ChengChange how so_imm and t2_so_imm are handled. At instruc...
2009-07-01 Bob WilsonAdd a new addressing mode for NEON load/store instructions.
2009-07-01 Bob WilsonFix up a comment: besides the >80col lines, the operati...
2009-06-29 Evan ChengImplement Thumb2 ldr.
2009-06-23 Evan ChengInitial Thumb2 support. Majority of the work is done...
2009-03-30 Bob WilsonFix comment to match function name.
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-01-19 Evan ChengARM backend contribution from Apple.