Revert the part of r107257 which introduced new logic for using
[oota-llvm.git] / test / Transforms /
2010-06-29 Dan GohmanFix ScalarEvolution's tripcount computation for chains...
2010-06-28 Dan GohmanConstant fold x == undef to undef.
2010-06-26 Chris Lattnerthis test is failing nondeterministically and blaming...
2010-06-26 Benjamin KramerFix test weirdness.
2010-06-26 Benjamin KramerFix some tests that didn't test anything.
2010-06-26 Kenneth UildriksPartial specialization test should not depend on the...
2010-06-26 Duncan SandsFix PR7328: when turning a tail recursion into a loop...
2010-06-18 Dan GohmanDisable indvars on loops when LoopSimplify form is...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-06-16 Rafael EspindolaMake sure that simplify libcalls does not replace a...
2010-06-16 Benjamin Kramersimplify-libcalls: fold strncmp(x, y, 1) -> memcmp...
2010-06-15 Benjamin Kramersimplify-libcalls: fold strstr(a, b) == a -> strncmp...
2010-06-15 Rafael EspindolaRemove the arm_aapcscc marker from the tests. It is...
2010-06-14 Chris Lattnerjump threading can't split a critical edge from an...
2010-06-13 Benjamin KramerTest case for r105914.
2010-06-05 Kenneth UildriksPartial specialization was not checking the callsite...
2010-06-04 Devang PatelCopy location info for current function argument from...
2010-05-31 Duncan SandsFix PR7272: when inlining through a callsite with byval...
2010-05-31 Nick LewyckyThe memcpy intrinsic only takes i8* for %src and %dst...
2010-05-28 Dale JohannesenAdd missing space; works for me.
2010-05-28 Dan GohmanTeach instcombine to promote alloca array sizes.
2010-05-28 Dan GohmanAdd a testcase for getelementptr index promotion.
2010-05-27 Devang PatelDo not drop location info for inlined function args.
2010-05-27 Duncan SandsTeach instCombine to remove malloc+free if malloc's...
2010-05-25 Benjamin KramerProperly promote operands when optimizing a single...
2010-05-13 Nick LewyckyActually run the test. Thanks Daniel Dunbar!
2010-05-13 Nick LewyckyAdd testcase for r103653.
2010-05-08 Chris Lattnermake simplifycfg insert an llvm.trap before the 'unreac...
2010-05-08 Chris LattnerTeach instcombine to transform a bitcast/(zext|trunc...
2010-05-08 Chris LattnerFix PR7052, patch by Jakub Staszak!
2010-05-07 Devang PatelUpdate test to use valid debug info.
2010-05-07 Dan GohmanAdd an LLVM IR version of code sinking. This uses the...
2010-05-04 Duncan SandsUse llvm.foo as the intrinsic, rather than llvm.dbg...
2010-05-04 Duncan SandsFix a variant of PR6112 found by thinking about it...
2010-05-03 Devang PatelCheck for side effects before splitting loop.
2010-05-01 Chris Lattnerrevert r102831. We already delete dead readonly calls in
2010-05-01 Owen AndersonDisable the call-deletion transformation introduced...
2010-05-01 Chris Lattnerfix PR5009 by making CGSCCPM realize that a call was...
2010-05-01 Chris Lattnerrename test
2010-05-01 Chris LattnerImplement rdar://6295824 and PR6724 with two tiny changes
2010-05-01 Chris LattnerThe inliner has traditionally not considered call sites
2010-04-30 Chris LattnerDan recently disabled recursive inlining within a funct...
2010-04-30 Devang PatelPreserve debug info attached with call instruction...
2010-04-28 Chris Lattnerfix this to work with objdir != srcdir
2010-04-28 Chris Lattnerfix PR6112 - When globalopt (or any other pass) does...
2010-04-26 Chris Lattnerfix PR6940: sitofp(undef) folds to 0.0, not undef.
2010-04-23 Chris Lattnerno longer xfail
2010-04-23 Chris Lattnerfix some failures my callgraph dump format change broke.
2010-04-23 Chris Lattnertestcase for the bug that required a patch to be reverted.
2010-04-23 Chris Lattnerdisable my previous inliner patch, it appears to be...
2010-04-22 Chris LattnerThe inliner was choosing to not consider call sites
2010-04-22 Chris Lattneradd a DEBUG call so that -debug lists when CGSCCPM...
2010-04-21 Chris LattnerImplement (but don't enable) PR6724 and rdar://6295824...
2010-04-21 Dan GohmanRevert r101471. For tight recursive functions which...
2010-04-20 Chris LattnerRewriteLoopBodyWithConditionConstant can end up rewriti...
2010-04-20 Chris LattnerFix rdar://7879828 - crash in CallGraph, a self host...
2010-04-19 Dan GohmanRemove the Expr member from IVUsers. Instead of remembe...
2010-04-17 Nick LewyckyFix declarations in a few more tests.
2010-04-17 Nick LewyckyFix intrinsic signature in this test.
2010-04-17 Bob WilsonRe-commit my previous SSAUpdater changes. The previous...
2010-04-16 Dan GohmanDisable inlining of recursive calls. It can complicate...
2010-04-16 Dan GohmanRefine the detection of seemingly infinitely recursive...
2010-04-16 Chris Lattnermove comment.
2010-04-16 Chris Lattnerfix PR6832: we were using the alignment of a pointer...
2010-04-14 Evan ChengTrim tests and convert to FileCheck.
2010-04-14 Nick LewyckyRevert r101213.
2010-04-14 Nick LewyckyCommit testcase for r101213.
2010-04-13 Dan GohmanTeach ScalarEvolution to simplify smax and umax when...
2010-04-13 Dan GohmanTeach IndVarSimplify how to eliminate remainder operato...
2010-04-12 Dan GohmanSuppress LinearFunctionTestReplace when the computed...
2010-04-12 Eric ChristopherVerify function prototypes before trying to optimize...
2010-04-12 Dan GohmanRe-apply r101000, with a fix: Don't eliminate an icmp...
2010-04-12 Dan GohmanRevert 101000, which is breaking self-host builds.
2010-04-11 Dan GohmanTeach IndVarSimplify how to eliminate comparisons invol...
2010-04-10 Chris Lattnerfix PR6743, a case where we'd delete an instruction...
2010-04-10 Chris Lattnerfix PR6760, a missing check in heap SRoA.
2010-04-09 Dan GohmanWhen determining a canonical insert position, don't...
2010-04-09 Dan GohmanWhen emitting code for an add, don't force a SCEVUnknow...
2010-04-09 Dan GohmanFix a bug in IVUsers which was permitting non-affine...
2010-04-09 Chris Lattnerfix a SCCP miscompilation that could happen when a
2010-04-08 Dan GohmanPrint empty structs as {} rather than { }.
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-07 Dan GohmanGeneralize IVUsers to track arbitrary expressions rathe...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-03 Chris Lattneradd integer overflow check for the fp induction variable
2010-04-03 Chris Lattnerfix PR6761, a miscompilation due to the fp->int IV...
2010-04-03 Chris Lattnerconvert to filecheck
2010-04-03 Chris Lattnerrename feature test.
2010-04-03 Chris Lattneractually just remove this, will move the real feature...
2010-04-03 Chris Lattnerrename test since it is a feature test.
2010-04-03 Chris Lattnerfirst half of a pass through IndVarSimplify::HandleFloa...
2010-04-03 Bob WilsonRevert all my SSAUpdater patches. The PHI placement...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Dan GohmanManually notify ScalarEvolution before making an operan...
2010-04-02 Dan GohmanRevert the recent alignment changes. They're broken...
2010-04-02 Dan GohmanMake globalopt refine global variable alignment.
2010-03-31 Bob WilsonAdd a redundant PHI testcase for SSAUpdater to go with...
2010-03-31 Gabor Greiftestcase for r99914, provided by baldrick!
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
next