Don't restrict the set of instructions where we try to constant-fold the
[oota-llvm.git] / test / Transforms / InstCombine /
2009-07-15 Eli FriedmanDon't restrict the set of instructions where we try...
2009-07-14 Eli FriedmanFix trivial todo in instcombine.
2009-07-13 Eli FriedmanPR4548: optimize zext+udiv+trunc to udiv.
2009-07-13 Eli FriedmanFix bug in run-line.
2009-07-13 Eli FriedmanCanonicalize boolean +/- a constant to a select.
2009-07-02 Chris Lattnerdo not try to analyze bitcasts from i64 to <2 x i32...
2009-07-01 Dan GohmanFix an instcombine abort on a scalar-to-vector bitcast...
2009-06-18 Dan GohmanGeneralize the zext(trunc(t) & C) instcombine to work...
2009-06-17 Dan GohmanInstcombine zext(trunc(x) & mask) to x&mask, even if...
2009-06-17 Eli FriedmanCorrect an accidental duplication of the test (patch...
2009-06-17 Eli FriedmanPR3439: Correct a silly mistake in the SimplifyDemanded...
2009-06-16 Dan GohmanGeneralize a few more instcombines to be vector/scalar...
2009-06-16 Chris LattnerTestcase for r73506
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...
2009-06-15 Chris Lattnerfix testcase to properly check for the patch in r73195.
2009-06-12 Dan GohmanDon't do (x - (y - z)) --> (x + (z - y)) on floating...
2009-06-11 Chris LattnerFix 4366: store to null in non-default addr space shoul...
2009-06-06 Eli FriedmanPR4340: Run SimplifyDemandedVectorElts on insertelement...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Dan GohmanCheck in test changes that I accidentally left out...
2009-05-22 Evan ChengFix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintof...
2009-05-21 Dan GohmanTeach ValueTracking a new way to analyze PHI nodes...
2009-05-13 Chris Lattnercalls in nothrow functions can be marked nothrow even...
2009-05-07 Dan GohmanRevert 71165. It did more than just revert 71158 and...
2009-05-07 Bill WendlingTemporarily revert r71158. It was causing a failure...
2009-05-07 Dan GohmanConstant-fold ptrtoint+add+inttoptr to gep when the...
2009-04-25 Dan GohmanAdd several more icmp simplifications. Transform signed...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-08 Chris LattnerInstcombine should not promote whole computation trees...
2009-04-07 Chris Lattnerfix rdar://6762290, a crash compiling cxx filt with...
2009-03-31 Evan ChengThrottle back "fold select into operand" transformation...
2009-03-25 Chris LattnerFix PR3874 by restoring a condition I removed, but...
2009-03-24 Chris Lattnercanonicalize inttoptr and ptrtoint instructions which...
2009-03-24 Chris Lattnertwo changes:
2009-03-20 Chris LattnerFix instcombine to not introduce undefined shifts when...
2009-03-18 Chris LattnerFix PR3826 - InstComb assert with vector shift, by...
2009-03-02 Duncan SandsFix PR3694: add an instcombine micro-optimization that...
2009-02-25 Chris LattnerFix PR3667
2009-02-24 Dan GohmanAdd a testcase for the problem fixed in r65289.
2009-02-24 Dan GohmanFix a ValueTracking rule: RHS means operand 1, not...
2009-02-21 Nick LewyckyDon't sign extend the char when expanding char -> int...
2009-02-21 Chris Lattnerrename a function to indicate that it checks for profit...
2009-02-18 Dan GohmanChange the argument type in this test to something...
2009-02-17 Chris Lattnercommit a tweaked version of Daniel's patch for PR3599...
2009-02-16 Dan GohmanFix EnforceKnownAlignment so that it doesn't ever reduc...
2009-02-16 Dan GohmanChange these tests to use regular loads instead of...
2009-02-12 Nate BegemanAdd suppport for ConstantExprs of shufflevectors whose...
2009-02-07 Mon P WangInstrcombine should not change load(cast p) to cast...
2009-02-04 Duncan SandsAllow the inverse transform x86_fp80 -> i80 (also
2009-02-04 Duncan SandsFix PR3468: a crash when constant folding a bitcast of
2009-02-03 Evan ChengAPInt'fy SimplifyDemandedVectorElts so it can analyze...
2009-02-02 Chris Lattnerreduce testcase.
2009-01-31 Nick LewyckyReinstate this optimization to fold icmp of xor when...
2009-01-31 Chris LattnerFix PR3452 (an infinite loop bootstrapping) by disablin...
2009-01-31 Chris Lattnernow that all the pieces are in place, teach instcombine's
2009-01-31 Chris Lattnermake sure to set Changed=true when instcombine hacks...
2009-01-26 Mon P WangFixed optimization of combining two shuffles where...
2009-01-24 Torok Edwintestcase for PR3381.
2009-01-24 Chris LattnerMake InstCombineStoreToCast handle aggregates more...
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2009-01-21 Dale JohannesenDisable on x86_64 until I figure out what's wrong.
2009-01-21 Dale JohannesenMake special cases (0 inf nan) work for frem.
2009-01-20 Dale JohannesenCalls to fmod, it turns out, are constant-folded by
2009-01-19 Dale JohannesenMove & restructure test per review.
2009-01-16 Chris LattnerFix PR3335 by not turning a store to one address space...
2009-01-16 Evan ChengClean up previous cast optimization a bit. Also make...
2009-01-15 Evan Cheng- Teach CanEvaluateInDifferentType of this xform: sext...
2009-01-13 Dan GohmanMake instcombine ensure that all allocas are explicitly...
2009-01-09 Chris LattnerImplement rdar://6480391, extending of equality icmp...
2009-01-09 Chris LattnerFix part 3/2 of PR3290, making instcombine zap (gep...
2009-01-08 Chris LattnerValueTracker can't assume that an alloca with no specif...
2009-01-05 Chris Lattnermake m_ConstantInt(int64_t) safely match ConstantInt...
2009-01-04 Bill WendlingXFAIL this test. The xform was removed.
2009-01-01 Bill WendlingAdd transformation:
2008-12-18 Nick LewyckyMake all the vector elements positive in an srem of...
2008-12-01 Bill WendlingUse m_Specific() instead of double matching.
2008-12-01 Chris Lattnersimplify these patterns using m_Specific. No need...
2008-12-01 Chris LattnerTeach inst combine to merge GEPs through PHIs. This...
2008-12-01 Bill WendlingImplement ((A|B)&1)|(B&-2) -> (A&1) | B transformation...
2008-11-30 Bill WendlingAdd instruction combining for ((A&~B)|(~A&B)) -> A...
2008-11-30 Bill WendlingImplement (A&((~A)|B)) -> A&B transformation in the...
2008-11-30 Bill WendlinggetSExtValue() doesn't work for ConstantInts with bitwi...
2008-11-30 Bill WendlingStrengthen check for div inst-combining.
2008-11-30 Bill WendlingInstcombine was illegally transforming -X/C into X...
2008-11-27 Nick LewyckyChris prefers icmp/select over udiv!
2008-11-27 Nick LewyckyAdd a couple of missed optimizations on integer vectors...
2008-11-21 Nick LewyckyOptimize (x/y)*y into x-(x%y) in general. Div and rem...
2008-11-16 Chris LattnerHandle the case where there is no "not". It is possibl...
2008-11-16 Chris Lattnermake this actually test what it is trying to.
2008-11-09 Bill WendlingIf the LHS of the FCMP is coming from a UIToFP instruct...
2008-11-02 Nick LewyckyFix demanded bits analysis with srem by negative number...
2008-11-02 Dan GohmanFix this recently moved code to use the correct type...
2008-10-30 Dan GohmanCanonicalize sext(i1) to i1?-1:0, and update various...
2008-10-28 Dan Gohman(A & sext(C)) | (B & ~sext(C) -> C ? A : B
2008-10-24 Nick LewyckyDon't try to create a mask when we don't need one....
2008-10-15 Dan GohmanTeach instcombine's visitLoad to scan back several...
2008-10-14 Evan ChengCombine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single...
2008-10-14 Evan Cheng- Somehow I forgot about one / une.
2008-10-14 Evan ChengOptimize anding of two fcmp into a single fcmp if the...
2008-10-11 Chris LattnerFix PR2697 by rewriting the '(X / pos) op neg' logic...
next