Cleanup trip-count finding for PPC CTR loops (and some bug fixes).
[oota-llvm.git] / test / CodeGen / ARM /
2012-02-14 Lang HamesTighten physical register invariants: Allocatable physi...
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-02-08 Chad Rosier[fast-isel] Add support for SUBs with non-legal types.
2012-02-08 Chad RosierAdd comment to test case.
2012-02-08 Chad Rosier[fast-isel] Add support for ORs with non-legal types.
2012-02-07 Chad Rosier[fast-isel] Add support for indirect branches.
2012-02-06 Chad Rosier[fast-isel] Add support for ADDs with non-legal types.
2012-02-04 Chad Rosier[fast-isel] HandlePHINodesInSuccessorBlocks() can promi...
2012-02-03 Chad Rosier[fast-isel] Add support for FPToUI. Also add test...
2012-02-03 Chad Rosier[fast-isel] Add support for selecting UIToFP.
2012-02-02 NAKAMURA TakumiMove test/CodeGen/Generic/2012-02-01-CoalescerBug.ll...
2012-01-27 Lang HamesRewrite instruction operands in AdjustCopiesBackFrom...
2012-01-26 Chad RosierReplace the use of isPredicable() with isPredicated...
2012-01-26 Jakob Stoklund OlesenClear kill flags before propagating a copy.
2012-01-25 Jakob Stoklund OlesenImprove sub-register def handling in ProcessImplicitDefs.
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-24 Jakob Stoklund OlesenSet correct <def,undef> flags when lowering REG_SEQUENCE.
2012-01-24 Evgeniy StepanovAn option to selectively enable part of ARM EHABI support.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Jakob Stoklund OlesenFix PR11829. PostRA LICM was too aggressive.
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-22 Anton KorobeynikovAdd fused multiple+add instructions from VFPv4.
2012-01-20 Bob WilsonARM vector any_extends need to be selected to vmovl...
2012-01-20 Jim GrosbachVST2 four-register w/ update pseudos for fixed/register...
2012-01-19 Evgeniy StepanovEmit ARM EHABI unwinding instructions for 3 more Thumb...
2012-01-13 NAKAMURA Takumitest/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.
2012-01-13 Evan ChengDAGCombine's logic for forming pre- and post- indexed...
2012-01-11 Andrew TrickARM Ld/St Optimizer fix.
2012-01-10 Jim GrosbachARM updating VST2 pseudo-lowering fixed vs. register...
2012-01-10 Evan ChengAllow machine-cse to look across MBB boundary when...
2012-01-09 Rafael EspindolaDon't print an unused label before .cfi_endproc.
2012-01-07 Rafael EspindolaDon't print a label before .cfi_startproc when we don...
2012-01-07 Jakob Stoklund OlesenUse getRegForValue() to materialize the address of...
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...
2012-01-07 Jakob Stoklund OlesenUse movw+movt in ARMFastISel::ARMMaterializeGV.
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...
next