Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / InstCombine /
2010-11-01 Owen AndersonWhen folding away a (shl (shr)) pair, we need to check...
2010-10-29 Bob WilsonChange instcombine's getShuffleMask to represent undef...
2010-10-29 Bob WilsonMake instcombine a little more aggressive in combining...
2010-10-27 Dale JohannesenTeach InstCombine not to use Add and Neg on FP. PR...
2010-10-25 Dan GohmanFix a case where instcombine was stripping metadata...
2010-10-22 Bob WilsonTeach instcombine to set the alignment arguments for...
2010-10-01 Chris Lattnerfix PR8267 - Instcombine shouldn't optimizer away volat...
2010-10-01 Chris Lattnerupgrade this test.
2010-09-27 Jakob Stoklund OlesenDon't try to constant fold libm functions with non...
2010-09-24 Jakob Stoklund OlesenBe more precise when trying to XFAIL this tester: googl...
2010-09-18 Dan GohmanAttempt to XFAIL this test on arm-linux, which is inexp...
2010-09-17 Dan GohmanFix this test so that folding doesn't depend on a poten...
2010-09-17 Dan GohmanFix the folding of floating-point math library calls...
2010-09-13 Owen AndersonAdd a reduced testcase for the infinite loop fixed...
2010-09-13 Owen AndersonRe-apply r113679, which was reverted in r113720, which...
2010-09-12 Eric ChristopherRevert 113679, it was causing an infinite loop in a...
2010-09-11 Owen AndersonInvert and-of-or into or-of-and when doing so would...
2010-09-10 Benjamin KramerTeach InstructionSimplify to fold (A & B) & A -> A...
2010-09-08 Owen AndersonGeneralize instcombine's support for combining multiple...
2010-09-07 Chris LattnerFix a serious performance regression introduced by...
2010-09-07 Chris Lattnerrename test.
2010-09-03 Owen AndersonAdd a test for PR4413, which was apparently fixed at...
2010-09-02 Chris Lattnermore test cleanup
2010-08-31 Owen AndersonRemove r111665, which implemented store-narrowing in...
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 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-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-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-17 Eric ChristopherTemporarily revert r110987 as it's causing some miscomp...
2010-08-13 Nate BegemanReapply this transformation now that it is passing...
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-03 Dan GohmanMake instcombine set explicit alignments on load or...
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-19 Owen AndersonTestcase for r108687.
2010-07-17 Owen AndersonAnother attempt at getting the clang self-host to like...
2010-07-16 Eric ChristopherAlso revert 108422, it's causing some test failures.
2010-07-15 Owen AndersonReapply r108378, with bugfixes, testcase, and improved...
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-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 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-06-28 Dan GohmanConstant fold x == undef to undef.
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
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 Duncan SandsTeach instCombine to remove malloc+free if malloc's...
2010-05-08 Chris LattnerTeach instcombine to transform a bitcast/(zext|trunc...
2010-04-17 Nick LewyckyFix declarations in a few more tests.
2010-04-12 Eric ChristopherVerify function prototypes before trying to optimize...
2010-04-08 Dan GohmanPrint empty structs as {} rather than { }.
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
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-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-23 Evan ChengFix an incorrect logic causing instcombine to miss...
2010-03-13 Evan ChengFix a typo in ValueTracking that's causing instcombine...
2010-03-12 Duncan SandsWhen constant folding GEP of GEP, do not crash if an...
2010-03-08 Evan ChengRe-commit 97860 with fix. getMallocAllocatedType may...
2010-03-06 Eric ChristopherMigrate _chk call lowering from SimplifyLibCalls to...
2010-03-06 Eric ChristopherTemporarily revert:
2010-03-06 Evan ChengTransform @llvm.objectsize to integer if the argument...
2010-03-05 Evan ChengInstcombine should turn llvm.objectsize of a alloca...
2010-03-05 Chris Lattnerfix PR6512, a case where instcombine would incorrectly...
2010-03-05 Chris LattnerFix PR6503. This turned into a much more interesting...
2010-03-05 Chris Lattnermake these less sensitive to temporary naming.
2010-03-05 Chris Lattnerremove this testcase, it isn't clear what it was testin...
2010-03-04 Nick LewyckyMake the 'icmp pred trunc(ext(X)), CST --> icmp pred...
2010-03-03 Chris Lattnerfix incorrect folding of icmp with undef, PR6481.
2010-03-03 Bill WendlingThis test case:
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-03-01 Dan GohmanLLVM instruction syntax doesn't have trailing semicolons.
next