Alter 79292 to produce output that actually assembles.
[oota-llvm.git] / test / CodeGen / ARM /
2009-08-26 Anton KorobeynikovExpand scalar_to_vector - we don't have any isel logic...
2009-08-25 David GoodwinFixup register kills after scheduling.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-24 Dale JohannesenSplit test into 3.
2009-08-22 Eli FriedmanMake x86 test actually test x86 code generation. Fix the
2009-08-22 Bob WilsonUse CHECK-NEXT to make sure we're only getting one...
2009-08-21 Bob WilsonMatch VTRN, VZIP, and VUZP shuffles. Restore the tests...
2009-08-21 Bob WilsonAdd some tests for vext.16 and vext.32.
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
2009-08-19 Bob WilsonAdd support for Neon VEXT (vector extract) shuffles.
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2009-08-15 Jakob Stoklund OlesenRefine EarlyClobber assert in register scavenger.
2009-08-15 Jakob Stoklund OlesenDon't setCalleeSavedInfoValid() until spills are interted.
2009-08-12 Bob WilsonGenerate Neon VTBL and VTBX instructions from the corre...
2009-08-11 Chris Lattnernow that these are in file-check format, we can merge...
2009-08-11 Bob WilsonConvert more Neon tests to use FileCheck.
2009-08-11 Bob WilsonUse vAny type to get rid of Neon intrinsics that differ...
2009-08-11 Bob WilsonUse new EVT::vAny type to combine Neon intrinsics for...
2009-08-10 David GoodwinUse FileCheck.
2009-08-10 David GoodwinUse FileCheck... its good for you...
2009-08-10 David GoodwinFix test.
2009-08-10 David GoodwinFix test.
2009-08-10 David GoodwinUse NEON for single-precision int<->FP conversions.
2009-08-10 Dan GohmanAdd nounwind keywords.
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-09 Bob WilsonAdd tests for Neon VZIP and VUZP instructions.
2009-08-09 Bob WilsonAdd a test for Neon VTRN instructions.
2009-08-07 Bob WilsonConvert more Neon tests to use FileCheck.
2009-08-07 David GoodwinMake NEON single-precision FP support the default for...
2009-08-07 Anton Korobeynikov2 more vdup.32 cases
2009-08-06 Bob WilsonImplement Neon VST[234] operations.
2009-08-06 Bob WilsonFix incorrect intrinsic declarations.
2009-08-06 Bob WilsonAdd tests for new NEON vld instructions.
2009-08-05 Bob WilsonConvert more Neon tests to FileCheck.
2009-08-05 Anton KorobeynikovMissed pieces for ARM HardFP ABI.
2009-08-04 Bob WilsonConvert more Neon tests to use FileCheck.
2009-08-04 Bob WilsonConvert a few Neon tests to use FileCheck.
2009-08-04 Jakob Stoklund OlesenClean up the handling of two-address operands in RegSca...
2009-08-04 David GoodwinAdd NEON single-precision FP support for fabs and fneg.
2009-08-04 David GoodwinMatch common pattern for FNMAC. Add NEON SP support.
2009-08-04 David GoodwinImprove tests.
2009-08-04 David GoodwinInitial support for single-precision FP using NEON...
2009-08-04 Evan ChengFix PR4528. This scavenger assertion is too strict...
2009-08-03 Bob WilsonLower CONCAT_VECTOR during legalization instead of...
2009-08-03 Jakob Stoklund OlesenFix Bug 4657: register scavenger asserts with subreg...
2009-08-02 Chris Lattnerswitch to filecheck format
2009-07-29 Evan ChengAdd VFP3 D registers to the DPR register class.
2009-07-29 Bob WilsonChange Neon VLDn intrinsics to return multiple values...
2009-07-26 Bob WilsonAdd support for ARM Neon VREV instructions.
2009-07-22 Evan ChengUse getTargetConstant instead of getConstant since...
2009-07-22 Evan ChengIgnore undef uses.
2009-07-21 Evan ChengFix ARM isle code that optimize multiply by constants...
2009-07-20 Evan ChengForgot this test earlier.
2009-07-15 Chris Lattnerfix an arm codegen bug (the same as PR4482 on ppc)...
2009-07-10 Evan ChengRemove a bogus assertion.
2009-07-09 Bob WilsonHandle 'a' modifier on inline assembly operands.
2009-07-09 Lang HamesImproved tracking of value number kills. VN kills are...
2009-07-08 Bob WilsonImplement NEON vst1 instruction.
2009-07-08 Bob WilsonImplement NEON vld1 instructions.
2009-07-08 Chris LattnerChange these tests to use [fi]cmp+sext instead of v...
2009-07-06 Evan ChengAdd bfc to armv6t2.
2009-07-06 Evan ChengAdded ARM::mls for armv6t2.
2009-07-03 Evan ChengAdd thumb2 sign / zero extend with rotate instructions.
2009-07-01 Evan ChengCommuteChangesDestination() should check if to-be-commu...
2009-07-01 Evan ChengRemove special handling of implicit_def. Fix a couple...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-06-30 Evan ChengTemporarily restore the scavenger implicit_def checking...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-29 Evan ChengImplement Thumb2 ldr.
2009-06-26 David GoodwinORN and BIC tests.
2009-06-26 Evan ChengFix tests: Count -> count.
2009-06-26 Evan ChengFix a CodeGenDAGPatterns bug. Check if top level predic...
2009-06-25 Evan ChengSelect ADC, SBC, and RSC instead of the ADCS, SBCS...
2009-06-25 Evan ChengISD::ADDE / ISD::SUBE updates the carry bit so they...
2009-06-24 Evan ChengMove thumb and thumb2 tests into separate directories.
2009-06-23 Evan ChengProper patterns for thumb2 shift and rotate instructions.
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-22 Evan ChengIt's coalescer, not coaleser.
2009-06-22 Bob WilsonFor Darwin on ARMv6 and newer, make register r9 availab...
2009-06-22 Evan ChengFix another register coalescer crash: forgot to check...
2009-06-22 Evan ChenghasFP should return true if frame address is taken.
2009-06-20 Evan ChengFix PR4419: handle defs of partial uses.
2009-06-19 Evan ChengEnable arm pre-allocation load / store multiple optimiz...
2009-06-19 Eli FriedmanMark a few Thumb instructions commutable; just happened...
2009-06-17 Anton KorobeynikovInitial support for some Thumb2 instructions.
2009-06-16 Anton KorobeynikovMake the test target-neutral
2009-06-16 Anton KorobeynikovGNU as refuses to assemble "pop {}" instruction. Do...
2009-06-16 Evan ChengIf a val# is defined by an implicit_def and it is being...
2009-06-15 Evan Chengifcvt should ignore cfg where true and false successors...
2009-06-15 Evan ChengPart 1.
2009-06-13 Evan ChengAdd a ARM specific pre-allocation pass that re-schedule...
2009-06-12 Evan ChengIf killed register is defined by implicit_def, do not...
2009-06-12 Evan ChengMark some pattern-less instructions as neverHasSideEffects.
2009-06-08 Anton KorobeynikovAdd testcase for register scanveger assertion fix in...
2009-06-05 Evan ChengChanging allocation ordering from r3 ... r0 back to...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Evan ChengA value defined by an implicit_def can be liven to...
2009-06-04 Evan ChengRe-apply 72756 with fixes. One of those was introduced...
next