aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
2011-11-15ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach
2011-11-15ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach
2011-11-15Thumb2 two-operand 'mul' instruction wide encoding parsing.Jim Grosbach
2011-11-15Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...Owen Anderson
2011-11-15Thumb2 assembly parsing for mul.w in IT block fix.Jim Grosbach
2011-11-15ARM parsing datatype suffix variants for register-writeback VLD1/VST1 instruc...Jim Grosbach
2011-11-15Fix typo in comment.Jay Foad
2011-11-15Make use of MachinePointerInfo::getFixedStack. This removes all mentionJay Foad
2011-11-15Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad
2011-11-15Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng
2011-11-15ARM parsing datatype suffix variants for fixed-writeback VLD1/VST1 instructions.Jim Grosbach
2011-11-14ARM parsing datatype suffix variants for non-writeback VST1 instructions.Jim Grosbach
2011-11-14ARM parsing datatype suffix variants for non-writeback VLD1 instructions.Jim Grosbach
2011-11-14Add explanatory comment.Jim Grosbach
2011-11-14Split out the plain '.{8|16|32|64}' suffix handling.Jim Grosbach
2011-11-14ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.Jim Grosbach
2011-11-14Supporting inline memmove isn't going to be worthwhile. The only way to avoidChad Rosier
2011-11-14ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach
2011-11-14Add support for inlining small memcpys.Chad Rosier
2011-11-14Fix a performance regression from r144565. Positive offsets were being loweredChad Rosier
2011-11-14ARM assembly parsing type suffix options for VLDR/VSTR.Jim Grosbach
2011-11-14Add support for Thumb load/stores with negative offsets.Chad Rosier
2011-11-14Tidy up. 80 column.Jim Grosbach
2011-11-14Add support for ARM halfword load/stores and signed byte loads with negativeChad Rosier
2011-11-13The order in which the predicate is added differs between Thumb and ARM mode....Chad Rosier
2011-11-13Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...Chad Rosier
2011-11-13Fix comments.Chad Rosier
2011-11-13Add support for emitting both signed- and zero-extend loads. Fix Chad Rosier
2011-11-12build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar
2011-11-12ARM refactor simple immediate asm operand render methods.Jim Grosbach
2011-11-12Re-apply 144430, this time with the associated isel and disassmbler bits.Jim Grosbach
2011-11-11Oops. Missed the isel half of this. revert while I sort that out.Jim Grosbach
2011-11-11ARM assembly parsing for VST1 two-register encoding.Jim Grosbach
2011-11-11ARM optional size suffix for VLDR/VSTR syntax.Jim Grosbach
2011-11-11Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.Chad Rosier
2011-11-11ARM vldm and vstm VFP instructions can take a data type suffix.Jim Grosbach
2011-11-11Nuke no longer accurate comment.Jim Grosbach
2011-11-11Preserve MachineMemOperands in ARMLoadStoreOptimizer.Andrew Trick
2011-11-11ARM allow Q registers in vldm/vstm register lists.Jim Grosbach
2011-11-11Remove the unnecessary dependency on libARMCodeGen from libARMDisassembler.Benjamin Kramer
2011-11-11Rename variables to avoid confusion. No functionallity change intended.Chad Rosier
2011-11-11Add support for using immediates with select instructions.Chad Rosier
2011-11-11Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.Eli Friedman
2011-11-11When loading a value, treat an i1 as an i8.Chad Rosier
2011-11-11Add support for using MVN to materialize negative constants.Chad Rosier
2011-11-11LLVMBuild: Add explicit information on whether targets define an assembly pri...Daniel Dunbar
2011-11-10Thumb2 ldm/stm updating w/ one register in the list are LDR/STR.Jim Grosbach
2011-11-10ARM let processInstruction() tranforms chain.Jim Grosbach
2011-11-10Thumb2 parsing for push/pop w/ hi registers in the reglist.Jim Grosbach
2011-11-10Thumb1 diagnostics for reglist on PUSH/POP fix.Jim Grosbach