Add remaining AVX instructions (most of them dealing with GR64 destinations. This...
[oota-llvm.git] / test / Transforms /
2010-07-19 Owen AndersonTestcase for r108687.
2010-07-17 Owen AndersonAnother attempt at getting the clang self-host to like...
2010-07-16 Nick LewyckyArrays and vectors with different numbers of elements...
2010-07-16 Tobias GrosserLoopSimplify does not update domfrontier correctly.
2010-07-16 Eric ChristopherAlso revert 108422, it's causing some test failures.
2010-07-16 Dan GohmanFix this test.
2010-07-15 Dan GohmanFix the order that SCEVExpander considers add operands...
2010-07-15 Owen AndersonReapply r108378, with bugfixes, testcase, and improved...
2010-07-15 Chris LattnerFix PR7647, handling the case when 'To' ends up being
2010-07-14 Chris Lattnerrevert r108320, I see the failures now...
2010-07-14 Chris Lattnerreapply benjamin's instcombine patch, I don't see anyth...
2010-07-13 Duncan SandsHandle the case of a tail recursion in which the tail...
2010-07-12 Benjamin KramerNope, still breaks the release selfhost bots :(
2010-07-12 Benjamin KramerReapply the "or" half of r108136, which seems to be...
2010-07-12 Benjamin KramerRevert r108141 again, sigh.
2010-07-12 Benjamin KramerReapply 108136 with an ugly pasto fixed.
2010-07-12 Benjamin KramerRevert r108136 until I figure out why it broke selfhost.
2010-07-12 Benjamin Kramerinstcombine: fold (x & y) | (~x & z) and (x & y) ^...
2010-07-12 Chris Lattnerfix PR7311 by avoiding breaking casts when a bitcast...
2010-07-12 Chris Lattnerif jump threading is able to infer interesting values...
2010-07-12 Chris Lattnerfix PR7429, a crash turning a load from a string into...
2010-07-12 Chris Lattnerconvert to filechecconvert to filecheckk
2010-07-12 Chris Lattnermerge two tests.
2010-07-08 Benjamin KramerTeach instcombine to transform
2010-07-08 Chris LattnerFix the second half of PR7437: scalarrepl wasn't preserving
2010-07-01 Dale JohannesenPrevent test from hanging waiting for input.
2010-07-01 Devang PatelDebugging infomration is encoded in llvm IR using metad...
2010-06-30 Devang PatelRemove all debug info related named mdnodes.
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...
next