summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-spill-q.ll
AgeCommit message (Expand)Author
2015-09-30[ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...Jeroen Ketema
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-01-08Fix large stack alignment codegen for ARM and Thumb2 targetsKristof Beyls
2014-05-30ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-02-22Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls
2011-01-07Add ARM patterns to match EXTRACT_SUBVECTOR nodes.Bob Wilson
2010-10-08Change register allocation order for ARM VFP and NEON registers to put theBob Wilson
2010-08-27Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2010-05-22Recognize more BUILD_VECTORs and VECTOR_SHUFFLEs that can be implemented byBob Wilson
2010-02-13Besides removing phi cycles that reduce to a single value, also remove deadBob Wilson
2010-02-06Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.Bob Wilson
2009-12-06Dynamic stack realignment use of sp register as source/dest registerAnton Korobeynikov
2009-11-17Forgot to commit test fixesAnton Korobeynikov
2009-11-15Detect need for autoalignment of the stack earlier to catch spills moreJim Grosbach
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-27Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can...Evan Cheng