remove dead makefile flags.
[oota-llvm.git] / test /
2009-06-24 Evan ChengFix support for inline asm input / output operand tying...
2009-06-24 Dan GohmanAdd a testcase demoing some of ScalarEvolution's new...
2009-06-24 Dan GohmanExtend ScalarEvolution's multiple-exit support to compu...
2009-06-23 Devang Patelupgrade
2009-06-23 Evan ChengProper patterns for thumb2 shift and rotate instructions.
2009-06-23 Dale JohannesenThe correct values here (as defined by gcc-4.2) are
2009-06-23 Dale JohannesenThis test only works on ppc32 if some optimization...
2009-06-23 Dale JohannesenSee test. Judging from PR 1278, at the time the test...
2009-06-22 Dan GohmanFix a bug in the trip-count computation with And/Or...
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-22 Dan GohmanFix llvm::ComputeNumSignBits to handle pointer types
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-22 Dale JohannesenTestcase for (llvm-gcc) 73873. Usually
2009-06-22 Dan GohmanTeach ScalarEvolution how to analyze loops with multipl...
2009-06-21 Dan GohmanFix ScalarEvolution's backedge-taken count computations...
2009-06-21 Rafael EspindolaFix PR4185.
2009-06-21 Nick LewyckyExpand this test to handle more cases (remainder and...
2009-06-21 Chris Lattnerimplement PR4424: 0/x is always 0 for integer division.
2009-06-20 Chris Lattnerchange TLS_ADDR lowering to lower to a real mem operand...
2009-06-20 Chris Lattnerno need for unwind info
2009-06-20 Chris Lattnerno need for unwind info here.
2009-06-20 Evan ChengFix PR4419: handle defs of partial uses.
2009-06-20 Dan GohmanTweak this test to be a little less unusual.
2009-06-20 Dan GohmanGeneralize isLoopGuardedByCond's checking to consider two
2009-06-19 Dan GohmanRe-apply r73718, now that the fix in r73787 is in,...
2009-06-19 Evan ChengEnable arm pre-allocation load / store multiple optimiz...
2009-06-19 Evan ChengRevert 73718. It's breaking 254.gap.
2009-06-19 Dan GohmanDon't (unconditionally) use getSCEVAtScope to simplify...
2009-06-19 Chris Lattnermake jump threading handle lexically identical compare...
2009-06-19 Eli FriedmanFix for PR2484: add an SSE1 pattern for a shuffle we...
2009-06-19 Nick LewyckyTeach jump threading to look at comparisons between...
2009-06-19 Chris LattnerImprove tail call elim to move loads above readonly...
2009-06-19 Chris Lattnerpart of PR4405: disable a contentious optimization for
2009-06-19 Eli FriedmanMark a few Thumb instructions commutable; just happened...
2009-06-18 Chris Lattnernew testcase for rdar://6983634
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-18 Dan GohmanGeneralize LSR's OptimizeSMax to handle unsigned max...
2009-06-18 Dan GohmanRemove the code from IVUsers that attempted to handle
2009-06-18 Dan GohmanGeneralize the zext(trunc(t) & C) instcombine to work...
2009-06-18 Dan GohmanTeach ScalarEvolution how to recognize another xor...
2009-06-17 Dan GohmanInstcombine zext(trunc(x) & mask) to x&mask, even if...
2009-06-17 Dan GohmanAdd -disable-output to a bunch of tests that don't...
2009-06-17 Dale JohannesenThis fixes a bug introduced in 72661, which can
2009-06-17 Anton KorobeynikovInitial support for some Thumb2 instructions.
2009-06-17 Eli FriedmanCorrect an accidental duplication of the test (patch...
2009-06-17 Eli FriedmanPR3439: Correct a silly mistake in the SimplifyDemanded...
2009-06-17 Dan GohmanFix ScalarEvolution's Xor handling to not assume that...
2009-06-16 Dale JohannesenTest for llvm-gcc patch 73564.
2009-06-16 Anton KorobeynikovMake the test target-neutral
2009-06-16 Dan GohmanGeneralize a few more instcombines to be vector/scalar...
2009-06-16 Dan GohmanInstcombine's ShrinkDemandedConstant may strip bits...
2009-06-16 Anton KorobeynikovGNU as refuses to assemble "pop {}" instruction. Do...
2009-06-16 Chris LattnerTestcase for r73506
2009-06-16 Evan ChengIf a val# is defined by an implicit_def and it is being...
2009-06-16 Eli FriedmanAdd some generic expansion logic for SMULO and UMULO...
2009-06-16 Devang PatelUse MainCU if it is available.
2009-06-15 Dan GohmanUpdate this test to use fmul instead of mul.
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...
2009-06-15 Devang PatelGracefully handle imbalanced inline function begin...
2009-06-15 Evan Chengifcvt should ignore cfg where true and false successors...
2009-06-15 Dale JohannesenFix the crash in this test. This is basically the...
2009-06-15 Bill WendlingThis test is failing. Revert for now.
2009-06-15 Bill WendlingAdd another testcase for r71478.
2009-06-15 Arnold SchwaighoferCheckTailCallReturnConstraints is missing a check on the
2009-06-15 Evan ChengPart 1.
2009-06-15 Chris Lattnerfix testcase to properly check for the patch in r73195.
2009-06-14 Dan GohmanImplement more aggressive folding of add operand lists...
2009-06-14 Duncan SandsTestcase for PR4332.
2009-06-13 Dan GohmanTeach SCEVExpander's visitAddRecExpr to reuse an existi...
2009-06-13 Evan ChengAdd a ARM specific pre-allocation pass that re-schedule...
2009-06-13 Devang Patelllvm.dbg.region.end() intrinsic is not required to...
2009-06-12 Dan GohmanAdjust this test's regex strings so that they work...
2009-06-12 Dan GohmanAdd -m32 to llvm-gcc commands, so that this test behave...
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-12 Devang PatelClear AbstractInstanceRootMap at the end of the function.
2009-06-12 Dan GohmanDon't do (x - (y - z)) --> (x + (z - y)) on floating...
2009-06-12 Dale JohannesenTestcase for llvm-gcc patch 73238.
2009-06-12 Arnold SchwaighoferFix Bug 4278: X86-64 with -tailcallopt calling convention
2009-06-12 Nick LewyckyGiven two identical weak functions, produce one interna...
2009-06-12 Nick LewyckyThis test is wrong. If you have two weak functions...
2009-06-12 Nick LewyckyFix regular expression.
2009-06-12 Nick LewyckyDon't remove aggregate-typed module level constants...
2009-06-12 Nick LewyckyIn an XFAIL line, treat "XFAIL: foo*bar" as a regular...
2009-06-11 Nick LewyckyXFAIL this on PPC Linux. This keeps showing up in the...
2009-06-11 Dale JohannesenTest for rev 73205 (PR 4349)
2009-06-11 Chris LattnerFix 4366: store to null in non-default addr space shoul...
2009-06-09 Daniel DunbarRemove empty test (my DejaGNU doesn't like this)
2009-06-09 Bill WendlingRemove empty file.
2009-06-09 David GreeneRevert 73074 and 73099 because Windows doesn't have...
2009-06-08 David GreeneAdd a !patsubst operator. Use on string types.
2009-06-08 Anton KorobeynikovAdd testcase for register scanveger assertion fix in...
2009-06-08 David GreeneAdd a more robust !if test.
2009-06-08 David GreeneFix DejaGNU run line to escape special characters.
2009-06-08 David GreeneMake IntInits and ListInits typed. This helps deduce...
2009-06-08 David GreeneAdd a !regmatch operator to do pattern matching in...
2009-06-07 Eli FriedmanFix the run-line for this test to work correctly outsid...
next