fix PR9215, preventing -reassociate from clearing nsw/nuw when
[oota-llvm.git] / test / Transforms /
2011-02-17 Chris Lattnerfix PR9215, preventing -reassociate from clearing nsw...
2011-02-15 Nick LewyckyTeach PatternMatch that splat vectors could be floating...
2011-02-15 Nadav RotemFix 9216 - Endless loop in InstCombine pass.
2011-02-14 Devang PatelDo not hoist @llvm.dbg.value. Here, @llvm.dbg.value...
2011-02-13 Duncan SandsTeach instsimplify that X+Y>=X+Z is the same as Y>...
2011-02-13 Nadav RotemFix test
2011-02-13 Nadav RotemFix a regression from r125393;
2011-02-13 Chris Lattneradd PR#
2011-02-13 Chris Lattnerimplement instcombine folding for things like (x >...
2011-02-12 Daniel DunbarSimplifyLibCalls: Add missing legalize check on various...
2011-02-12 Daniel Dunbartests: FileCheckize
2011-02-11 Benjamin KramerAlso fold (A+B) == A -> B == 0 when the add is commuted.
2011-02-11 Nadav RotemFix 9173.
2011-02-11 Cameron ZwarichAdd a test for the LSR issue exposed by r125254.
2011-02-10 Nick LewyckyTolerate degenerate phi nodes that can occur in the...
2011-02-10 Cameron ZwarichRename 'loopsimplify' to 'loop-simplify'.
2011-02-10 Chris Lattnerimplement the first part of PR8882: when lowering an...
2011-02-10 Chris LattnerEnhance a bunch of transformations in instcombine to...
2011-02-10 Chris LattnerEnhance the "compare with shift" and "compare with...
2011-02-10 Chris Lattnermore cleanups, notably bitcast isn't used for "signed...
2011-02-09 Chris LattnerTeach instsimplify some tricks about exact/nuw/nsw...
2011-02-09 Chris Lattnermerge two tests.
2011-02-09 Nick LewyckyWhen removing a function from the function set and...
2011-02-07 Benjamin KramerSimplifyCFG: Track the number of used icmps when turnin...
2011-02-06 Chris Lattnerteach instsimplify to transform (X / Y) * Y to X
2011-02-06 Chris Lattnerrename test.
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-02-06 Anders CarlssonWhen loading from a constant, fold inttoptr if the...
2011-02-03 Benjamin KramerSimplifyCFG: Also transform switches that represent...
2011-02-03 Duncan SandsImprove threading of comparisons over select instructio...
2011-02-02 Duncan SandsReenable the transform "(X*Y)/Y->X" when the multiplica...
2011-02-02 Benjamin KramerSimplifyCFG: Turn switches into sub+icmp+branch if...
2011-02-02 Dan GohmanFix reassociate to clear optional flags, such as nsw.
2011-02-01 Duncan SandsHave m_One also match constant vectors for which every...
2011-01-30 Anders CarlssonRecognize and simplify
2011-01-30 Duncan SandsCommit 124487 broke 254.gap. See if disabling the...
2011-01-30 Duncan SandsTransform (X/Y)*Y into X if the division is exact....
2011-01-29 Nick LewyckyAdd the select optimization recently added to instcombi...
2011-01-29 Frits van BommelMove InstCombine's knowledge of fdiv to SimplifyInstruc...
2011-01-29 Duncan SandsFix typo: should have been testing that X was odd,...
2011-01-29 Evan ChengAdd a test for TCE return duplication.
2011-01-29 Evan ChengRe-apply r124518 with fix. Watch out for invalidated...
2011-01-29 Evan ChengRevert r124518. It broke Linux self-host.
2011-01-29 Evan ChengRe-commit r124462 with fixes. Tail recursion elim will...
2011-01-28 Duncan SandsMy auto-simplifier noticed that ((X/Y)*Y)/Y occurs...
2011-01-28 Evan ChengRevert r124462. There are a few big regressions that...
2011-01-28 Nick LewyckyClean up the tests a little, make sure we match an...
2011-01-28 Nick LewyckyFold select + select where both selects are on the...
2011-01-28 Evan Cheng- Stop simplifycfg from duplicating "ret" instructions...
2011-01-27 Nick LewyckyFix surprising missed optimization in mergefunc where...
2011-01-26 Duncan SandsFix PR9039, a use-after-free in reassociate. The issue...
2011-01-25 Duncan SandsIn which I discover that zero+zero is zero, d'oh!
2011-01-25 Duncan SandsTurn off this test - the corresponding instsimplify...
2011-01-25 Duncan SandsAccording to my auto-simplifier the most common missed...
2011-01-25 Nick LewyckyTeach mergefunc how to emit aliases safely again -...
2011-01-24 Chris Lattnermerge all the "crash tests" into crash.ll
2011-01-24 Chris Lattnerfix PR9017, a bug where we'd assert when promoting...
2011-01-24 Chris Lattnerenhance SRoA to promote allocas that are used by PHI...
2011-01-23 Chris LattnerEnhance SRoA to promote allocas that are used by select...
2011-01-23 Chris LattnerEnhance SRoA to be more aggressive about scalarization...
2011-01-23 Chris Lattnerremove an old hack that avoided creating MMX datatypes...
2011-01-21 Dan GohmanActually check memcpy lengths, instead of just commenti...
2011-01-21 Owen AndersonJust because we have determined that an (fcmp | fcmp...
2011-01-21 Chris Lattnerfix PR9013, an infinite loop in instcombine.
2011-01-21 Nick LewyckyDon't try to pull vector bitcasts that change the numbe...
2011-01-21 Nick LewyckyAdd a constant folding of casts from zero to zero....
2011-01-20 Duncan SandsAt -O123 the early-cse pass is run before instcombine...
2011-01-19 Rafael EspindolaAdd unnamed_addr when we can show that address of a...
2011-01-18 Duncan SandsFor completeness, generalize the (X + Y) - Y -> X trans...
2011-01-18 Duncan SandsSimplify (X<<1)-X into X. According to my auto-simplie...
2011-01-16 Nick LewyckyTest for lazy value info's ability to prove the absense...
2011-01-16 Anders CarlssonTeach DAE to look for functions whose arguments are...
2011-01-16 Rafael EspindolaDon't merge two constants if we care about the address...
2011-01-16 Owen AndersonReduce and merge testcases.
2011-01-16 Chris Lattnerfix PR8932, a case where arg promotion could infinitely...
2011-01-16 Chris Lattnerif an alloca is only ever accessed as a unit, and is...
2011-01-16 Chris Lattnerenhance FoldOpIntoPhi in instcombine to try harder...
2011-01-16 Owen AndersonImprove the safety of my globalopt enhancement by ensur...
2011-01-16 Chris Lattnerfix PR8983, a broken assertion.
2011-01-16 Chris Lattnerremove the partial specialization pass. It is unmainta...
2011-01-15 Nick LewyckyMake constmerge a two-pass algorithm so that it won...
2011-01-15 Chris Lattnertemporarily revert r123526. While working on a follow...
2011-01-15 Chris Lattnerfix rdar://8785296 - -fcatch-undefined-behavior generat...
2011-01-15 Chris LattnerNow that instruction optzns can update the iterator...
2011-01-15 Chris Lattnerimplement an instcombine xform that canonicalizes casts...
2011-01-14 Duncan SandsTurn X-(X-Y) into Y. According to my auto-simplifier...
2011-01-14 Duncan SandsFactorize common code out of the InstructionSimplify...
2011-01-14 Duncan SandsRename this test.
2011-01-14 Chris Lattnerrelax testcase a bit.
2011-01-14 Duncan SandsMove some shift transforms out of instcombine and into...
2011-01-13 Bob WilsonExtend SROA to handle arrays accessed as homogeneous...
2011-01-13 Bob WilsonMake SROA more aggressive with allocas containing padding.
2011-01-13 Duncan SandsThe most common simplification missed by instsimplify...
2011-01-12 Chris Lattnerrevert 123144, reenabling the rest of memset formation.
2011-01-12 Chris Lattnerrevert r123146 which disabled code that wasn't the...
2011-01-11 Chris Lattnermerge tests into one crash.ll test.
2011-01-11 Chris Lattnerremove a bogus assertion: the latch block of a loop...
2011-01-11 Chandler CarruthTeach constant folding to perform conversions from...
2011-01-11 Chandler CarruthFileCheck-ize a test, and move a no-longer calling...
2011-01-11 Owen AndersonFix a random missed optimization by making InstCombine...
next