have AsmMatcherEmitter.cpp produce the hunk of code that gets included
[oota-llvm.git] / test / Transforms /
2010-09-06 Chris Lattnerfix PR8067, an over-aggressive assertion in LICM.
2010-09-06 Chris LattnerTeach loop rotate to hoist trivially invariant instructions
2010-09-05 Chris Lattnerfix PR8063, a crash in globalopt in the malloc analysis...
2010-09-04 Dan GohmanFix LoopSimplify to notify ScalarEvolution when splitti...
2010-09-04 Chris Lattnerfix a bug in my licm rewrite when a load from the promo...
2010-09-03 Owen AndersonPropagate non-local comparisons. Fixes PR1757.
2010-09-03 Owen AndersonAdd support for simplifying a load from a computed...
2010-09-03 Owen AndersonAdd a test for PR4413, which was apparently fixed at...
2010-09-03 Owen AndersonAdd PR number to test.
2010-09-02 Chris Lattnermore test cleanup
2010-09-02 Chris Lattnerremove some noise from tests.
2010-09-02 Chris Lattnerfix more AST updating bugs, correcting miscompilation...
2010-09-02 Owen AndersonFix typo. I accidentally edited the wrong file before...
2010-09-02 Owen AndersonFix a bug in LazyValueInfo that CorrelatedValuePropagat...
2010-09-02 Duncan SandsPrint the number of uses of a function in the .ll since...
2010-09-01 Chris Lattnerdeepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
2010-09-01 Dan GohmanFix loop unswitching's assumption that a code path...
2010-09-01 Bill WendlingThe output of opt -stats must be sent to stderr. Patch...
2010-09-01 Chris Lattneradd a gross hack to work around a problem that Argiris...
2010-09-01 Chris Lattnerfilecheckize
2010-08-31 Chris Lattnerlicm is wasting time hoisting constant foldable operations,
2010-08-31 Owen AndersonMerge 2010-08-31-InfiniteRecursion.ll into crash.ll.
2010-08-31 Owen AndersonAdd a test for the duplicated-conditional situation...
2010-08-31 Chris Lattnermerge two tests.
2010-08-31 Owen AndersonManually reduce this testcase.
2010-08-31 Chris Lattnermerge two tests and convert to filecheck.
2010-08-31 Owen AndersonAdd a micro-test for the transforms I added to JumpThre...
2010-08-31 Owen AndersonRename test directory to reflect new pass name.
2010-08-31 Owen AndersonRename ValuePropagation to a more descriptive Correlate...
2010-08-31 Owen AndersonMore Chris-inspired JumpThreading fixes: use ConstantEx...
2010-08-31 Owen AndersonRemove r111665, which implemented store-narrowing in...
2010-08-30 Owen AndersonCombine these two tests, and make sure there's a newlin...
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-08-29 Chris LattnerLICM does get dead instructions input to it. Instead...
2010-08-28 Chris Lattnerremove the ABCD and SSI passes. They don't have any...
2010-08-28 Chris Lattnerhandle the constant case of vector insertion. For...
2010-08-28 Chris Lattneroptimize bitcasts from large integers to vector into...
2010-08-27 Owen AndersonAdd a prototype of a new peephole optimizing pass that...
2010-08-27 Chris Lattnertidy up test.
2010-08-27 Chris LattnerEnhance the shift propagator to handle the case when...
2010-08-27 Chris LattnerImplement a pretty general logical shift propagation
2010-08-27 Chris Lattnermerge and filecheckize test
2010-08-27 Chris Lattnermerge two tests
2010-08-27 Chris Lattnerteach the truncation optimization that an entire chain of
2010-08-27 Chris LattnerAdd an instcombine to clean up a common pattern produced
2010-08-27 Owen AndersonUse LVI to eliminate conditional branches where we...
2010-08-26 Chris Lattnerfilecheckize
2010-08-26 Chris Lattnerrename test.
2010-08-26 Chris Lattneroptimize "integer extraction out of the middle of a...
2010-08-26 Chris Lattneroptimize bitcast(trunc(bitcast(x))) where the result...
2010-08-26 Chris Lattnerfilecheckize
2010-08-26 Chris Lattnerrename test
2010-08-26 Owen AndersonMake JumpThreading smart enough to properly thread...
2010-08-25 Devang PatelDIGlobalVariable can be used to encode debug info for...
2010-08-25 Owen AndersonIn the default address space, any GEP off of null resul...
2010-08-20 Owen AndersonRe-apply r111568 with a fix for the clang self-host.
2010-08-19 Owen AndersonPrevious revert failed to remove this file.
2010-08-19 Owen AndersonRevert r111568 to unbreak clang self-host.
2010-08-19 Owen AndersonWhen a set of bitmask operations, typically from a...
2010-08-19 Kenneth UildriksFixed and reactivated a partial specialization test
2010-08-18 Chris LattnerFix PR7755: knowing something about an inval for a...
2010-08-17 Eric ChristopherTemporarily revert r110987 as it's causing some miscomp...
2010-08-17 Dan GohmanWhen rotating loops, put the original header at the...
2010-08-16 Dan GohmanInstead, teach SimplifyCFG to trim non-address-taken...
2010-08-14 Dan GohmanLoopSimplify shouldn't split loop backedges that use...
2010-08-14 Dan GohmanTeach SimplifyCFG how to simplify indirectbr instructions.
2010-08-13 Nate BegemanReapply this transformation now that it is passing...
2010-08-12 Chris Lattnerfix PR7876: If ipsccp decides that a function's address...
2010-08-12 Eric ChristopherTemporarily revert 110737 and 110734, they were causing...
2010-08-10 Nate BegemanAdd test for recent instcombine vector shuffle enhancement
2010-08-09 Eli FriedmanPR7853: fix a silly mistake introduced in r101899,...
2010-08-05 Dan GohmanMove x86-specific tests out of test/Transforms/LoopStre...
2010-08-03 Dan GohmanMake instcombine set explicit alignments on load or...
2010-08-03 Peter CollingbourneAdd an atomic lowering pass
2010-08-02 Owen AndersonRe-apply the infamous r108614, with a fix pointed out...
2010-07-31 Daniel DunbarSpeculatively revert r108614, "Another attempt at getti...
2010-07-26 Owen AndersonFix a test with malformed IR. Not sure why this didn...
2010-07-26 Dan GohmanFix SCEVExpander::visitAddRecExpr so that it remembers...
2010-07-26 Dan GohmanAvoid depending on LCSSA implicitly pulling in LoopSimp...
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...
next