Enable aligned NEON spilling by default.
[oota-llvm.git] / test / CodeGen / ARM /
2012-01-06 Jakob Stoklund OlesenEnable aligned NEON spilling by default.
2012-01-05 Jakob Stoklund OlesenReapply r146997, "Heed spill slot alignment on ARM."
2012-01-04 Evan ChengFix more places which should be checking for iOS, not...
2012-01-03 Jakob Stoklund OlesenRevert r146997, "Heed spill slot alignment on ARM."
2011-12-26 Eli FriedmanMake sure DAGCombiner doesn't introduce multiple loads...
2011-12-21 Chad RosierFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-21 Evan ChengFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-20 Jakob Stoklund OlesenHeed spill slot alignment on ARM.
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-12-20 Bob WilsonMark ARM eh_sjlj_dispatchsetup as clobbering all regist...
2011-12-19 Evan ChengMove tests to FileCheck.
2011-12-14 Devang PatelDo not sink instruction, if it is not profitable.
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-14 Chad RosierAdd newline at EOF.
2011-12-13 Chad Rosier[fast-isel] Unaligned loads of floats are not supported...
2011-12-12 Bob WilsonImplement 'e' and 'f' modifiers for Neon inline asm...
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-12-11 Stepan DyatkovskiyFixed bug 9905: Failure in code selection for llvm...
2011-12-10 Chad RosierRevert associate SelectInsertValue test as well.
2011-12-10 Chad RosierRevert r146322 to appease buildbots. Original commit...
2011-12-10 Stepan DyatkovskiyFixed bug 9905: Failure in code selection for llvm...
2011-12-09 Eli FriedmanSplats can contain undef's; make sure to handle them...
2011-12-09 Chad Rosier[fast-isel] Add support for selecting insertvalue.
2011-12-08 Daniel DunbarRevert r146143, "Fix bug 9905: Failure in code selectio...
2011-12-08 Stepan DyatkovskiyFix bug 9905: Failure in code selection for llvm intrin...
2011-12-06 Chad Rosier[arm-fast-isel] Doublewords only require word-alignment.
2011-12-06 Jakob Stoklund OlesenAlign ARM constant pool islands via their basic block.
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-12-03 Chad Rosier[arm-fast-isel] Unaligned stores of floats require...
2011-12-02 Chad Rosier[arm-fast-isel] After promoting a function parameter...
2011-11-30 Eli FriedmanMake GlobalMerge honor the preferred alignment on globa...
2011-11-29 Jakob Stoklund OlesenFileCheckize.
2011-11-29 Chad RosierIf fast-isel fails, remove dead instructions generated...
2011-11-28 Evan ChengDAG combine should not increase alignment of loads...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-17 Chad RosierWhen fast iseling a GEP, accumulate the offset rather...
2011-11-15 Evan ChengAdd vmov.f32 to materialize f32 immediate splats which...
2011-11-14 Jim GrosbachARM VLDR/VSTR instructions don't need a size suffix.
2011-11-14 Chad RosierAdd newline to end of file. Thanks, Eli.
2011-11-14 Chad RosierAdd support for inlining small memcpys.
2011-11-14 Chad RosierFix a performance regression from r144565. Positive...
2011-11-14 Chad RosierAdd support for Thumb load/stores with negative offsets.
2011-11-14 Jakob Stoklund OlesenFix early-clobber handling in shrinkToUses.
2011-11-14 Jakob Stoklund OlesenDelete stale comment.
2011-11-14 Chad RosierAdd support for ARM halfword load/stores and signed...
2011-11-13 Chad RosierThe order in which the predicate is added differs betwe...
2011-11-13 Chad RosierTemporarily disable SelectIntrinsicCall when in ARM...
2011-11-13 Chad RosierAdd support for emitting both signed- and zero-extend...
2011-11-12 Jakob Stoklund OlesenDelete the 'standard' spiller with used the old spillin...
2011-11-12 Jakob Stoklund OlesenRAGreedy is better about hinting now.
2011-11-12 Jakob Stoklund OlesenLinear scan is going away.
2011-11-12 Jakob Stoklund OlesenXFAIL test that depends on linear scan to remove dead...
2011-11-12 Jakob Stoklund OlesenSwitch a few tests off linearscan.
2011-11-12 Eli FriedmanDon't try to form pre/post-indexed loads/stores until...
2011-11-11 Chad RosierAdd support in fast-isel for selecting memset/memcpy...
2011-11-11 Chad RosierLoosen test by using REs. Approved by Devang.
2011-11-11 Andrew TrickPreserve MachineMemOperands in ARMLoadStoreOptimizer.
2011-11-11 Chad RosierAdd support for using immediates with select instructions.
2011-11-11 Eli FriedmanMake sure to expand SIGN_EXTEND_INREG for NEON vectors...
2011-11-11 Chad RosierAdd support for using MVN to materialize negative const...
2011-11-10 Chad RosierWhen in ARM mode, LDRH/STRH require special handling...
2011-11-10 Chad RosierFor immediate encodings of icmp, zero or sign extend...
2011-11-09 Eli FriedmanMake sure we correctly unroll conversions between v2f64...
2011-11-09 Eli FriedmanAdd check so we don't try to perform an impossible...
2011-11-09 Chad RosierUse REs to remove dependencies on the register allocati...
2011-11-09 Chad RosierAdd support for encoding immediates in icmp and fcmp...
2011-11-08 Evan ChengAdd workaround for Cortex-M3 errata 602117 by replacing...
2011-11-08 Lang HamesLower mem-ops to unaligned i32/i16 load/stores on ARM...
2011-11-08 Eli FriedmanMake sure to mark vector extload's as expand on ARM...
2011-11-08 Bill WendlingConvert tests to the new EH model.
2011-11-08 Chad RosierEnable support for returning i1, i8, and i16. Nothing...
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2011-11-05 Chad RosierAdd support for passing i1, i8, and i16 call parameters...
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-04 Chad RosierAdd fast-isel support for returning i1, i8, and i16.
2011-11-03 Chad RosierAdd support for sign-extending non-legal types in Selec...
2011-11-02 Lang HamesTry to lower memset/memcpy/memmove to vector instructio...
2011-11-02 Chad RosierAdd support for comparing integer non-legal types.
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
2011-10-27 Jakob Stoklund OlesenAlso set addrmode6 alignment when align==size.
2011-10-27 Evan ChengAvoid partial CPSR dependency from loop backedges....
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-27 Chad RosierA branch predicated on a constant can just FastEmit...
2011-10-26 Lang HamesMake sure short memsets on ARM lower to stores, even...
2011-10-26 Jim GrosbachThumb2 remove redundant ".w" suffix from t2MVNCCi pattern.
2011-10-26 James MolloyRevert r142530 at least temporarily while a discussion...
2011-10-26 Evan ChengRevert part of r142530. The patch potentially hurts...
2011-10-24 Eli FriedmanDon't crash on variable insertelement on ARM. PR10258.
2011-10-24 Bill WendlingCheck the visibility of the global variable before...
2011-10-20 Chad RosierRevert 142337. Thumb1 still doesn't support dynamic...
2011-10-19 James MolloyUse literal pool loads instead of MOVW/MOVT for materia...
2011-10-18 Bob WilsonFix incorrect check for sign-extended constant BUILD_VE...
2011-10-18 Bob WilsonFix a DAG combiner assertion failure when constant...
2011-10-18 Chad RosierAdd support for dynamic stack realignment when in thumb...
2011-10-17 Nadav RotemAdd CHECKs and document PR11158.
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-10-14 Eli FriedmanAdd missing correctness check to ARMTargetLowering...
2011-10-12 Jakob Stoklund OlesenFix -widen-vmovs liveness issues.
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-10-11 Devang PatelAdd dominance check for the instruction being hoisted.
next