For PR950:
[oota-llvm.git] / lib / Transforms /
2006-12-18 Reid SpencerConvert the last uses of CastInst::createInferredCast...
2006-12-18 Reid SpencerConvert the last use of two-argument ConstantExpr:...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-16 Chris Lattnerwhen inserting a dummy argument to work-around the...
2006-12-15 Chris Lattnerre-enable a temporarily-reverted patch
2006-12-13 Reid SpencerFix a bug in EvaluateInDifferentType. The type of opera...
2006-12-13 Reid SpencerImplement review feedback. Most of this has to do with...
2006-12-13 Reid SpencerFor mul transforms, when checking for a cast from bool...
2006-12-13 Reid SpencerFix and/or/xor (cast A), (cast B) --> cast (and/or...
2006-12-13 Reid SpencerChange the interface to SCEVExpander::InsertCastOfTo...
2006-12-13 Reid SpencerFix some casts. isdigit(c) returns 0 or 1, not 0 or -1
2006-12-13 Chris Lattnerrevert my recent int<->fp and vector union promotion...
2006-12-13 Reid SpencerReplace CastInst::createInferredCast calls with more...
2006-12-12 Reid SpencerReplace inferred getCast(V,Ty) calls with more strict...
2006-12-12 Chris Lattnerthis can be trunc or bitcast, per line 3092.
2006-12-12 Chris LattnerFix regression on 400.perlbench last night.
2006-12-12 Reid SpencerFix numerous inferred casts.
2006-12-12 Reid SpencerFix the casting for the computation of the Malloc size.
2006-12-12 Reid SpencerChange inferred getCast into specific getCast. Passes...
2006-12-12 Chris LattnerPatch for PR1045 and Transforms/ScalarRepl/2006-12...
2006-12-11 Chris Lattnertrunc to integer, not to FP.
2006-12-11 Chris Lattnerimplement promotion of unions containing two packed...
2006-12-10 Chris Lattner * Eliminate calls to CastInst::createInferredCast.
2006-12-08 Reid SpencerIncorporate any changes in the successor blocks into...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Reid SpencerUpdate ConstantIntegral Max/Min tests for new interface.
2006-12-06 Chris Lattneradd missing #include
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-12-06 Chris Lattnercounter should be unsigned.
2006-12-05 Chris Lattneradd an instcombine xform. This speeds up 462.libquantu...
2006-12-04 Devang PatelSCCP does not handle Packed Type properly. Disable...
2006-12-04 Reid SpencerUpdate call to CastInst::getCastOpcode for its new...
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-12-02 Chris Lattnerdisable transformations that are invalid for fp vector...
2006-11-30 Reid SpencerRemove 4 FIXMEs to hack around cast-to-bool problems...
2006-11-30 Chris Lattnermake it clear that this is always a zext
2006-11-30 Chris LattnerOne more bugfix, 3 cases of making casts explicit.
2006-11-30 Chris LattnerFix a bug in globalopt due to the recent cast patch.
2006-11-29 Chris Lattnerimplement cast.ll:test35. With this, we recognize:
2006-11-29 Chris LattnerTeach instcombine to turn trunc(srl x, c) -> srl (trunc...
2006-11-29 Chris LattnerImplement Regression/Transforms/InstCombine/bswap-fold.ll,
2006-11-29 Reid SpencerJoin a split line.
2006-11-28 Reid SpencerUndo the last patch until 253.perlbmk passes with these...
2006-11-28 Reid SpencerRemove 4 FIXME's from the CAST patch now that the back...
2006-11-27 Chris LattnerFix PR1014 and InstCombine/2006-11-27-XorBug.ll.
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Bill WendlingRemove #include <iostream> and use llvm_* streams instead.
2006-11-26 Bill WendlingReplace #include <iostream> with llvm_* streams.
2006-11-26 Bill WendlingRemoved #include <iostream> and replaced with llvm_...
2006-11-26 Bill WendlingRemoved #include <iostream> and used the llvm_cerr...
2006-11-22 Nick LewyckyUpdate to new predicate simplifier VRP design. Fixes...
2006-11-21 Chris LattnerThis xform is handled by FoldOpIntoPhi in visitCastInst...
2006-11-18 Chris LattnerDo not convert massive blocks on phi nodes into select...
2006-11-17 Chris LattnerIf an indvar with a variable stride is used by the...
2006-11-15 Chris LattnerFix a gcc 4.2 warning.
2006-11-14 Chris Lattnerimplement InstCombine/shift-simplify.ll by transforming:
2006-11-14 Chris Lattnerimplement InstCombine/and-compare.ll:test1. This compiles:
2006-11-10 Chris LattnerFix InstCombine/2006-11-10-ashr-miscompile.ll a miscomp...
2006-11-09 Chris Lattnersecond patch to fix PR992/993.
2006-11-09 Chris LattnerMinimal patch to fix PR992/PR993
2006-11-09 Chris LattnerTeach ShrinkDemandedConstant how to handle X+C. This...
2006-11-08 Chris Lattnerreenable factoring of GEP expressions, being more preci...
2006-11-08 Chris Lattnermake this code more efficient by not creating a phi...
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Chris Lattnerdisable this factoring optzn for GEPs for now, this...
2006-11-08 Reid SpencerFor PR950:
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-05 Nick LewyckyRemove commented line from earlier debugging.
2006-11-03 Andrew LenharthThe wrong parameter was being tested to deturmine i32...
2006-11-03 Chris Lattnerremove dead code
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR950:
2006-11-01 Devang PatelThere can be more than one PHINode at the start of...
2006-11-01 Devang PatelHandle PHINode with only one incoming value.
2006-11-01 Chris LattnerFix GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll and...
2006-11-01 Chris LattnerFactor gep instructions through phi nodes.
2006-11-01 Chris LattnerTurn a phi of many loads into a phi of the address...
2006-11-01 Chris LattnerFix a bug in the previous patch
2006-11-01 Chris LattnerFold things like "phi [add (a,b), add(c,d)]" into two...
2006-10-31 Chris Lattnergeneralize the fix for PR977 to also fix
2006-10-31 Chris LattnerFix PR977 and Transforms/LCSSA/2006-10-31-UnreachableBl...
2006-10-29 Chris LattnerFix SimplifyCFG/2006-10-29-InvokeCrash.ll, a crash...
2006-10-28 Chris Lattneradd option to isCriticalEdge
2006-10-28 Chris Lattnerbreak edges more intelligently
2006-10-28 Chris LattnerExpose a smarter way to break critical edges.
2006-10-28 Chris LattnerSplitCriticalEdge checks to see if an edge is critical...
2006-10-28 Chris Lattnerprepare for a change I'm about to make
2006-10-26 Reid SpencerSimplify code a bit by changing instances of:
2006-10-26 Reid SpencerFor PR950:
2006-10-26 Nick LewyckyFix 2006-10-25-AddSetCC. A relational operator (like...
2006-10-25 Nick LewyckyResurrect r1.25.
2006-10-25 Chris Lattnerhide symbols properly
2006-10-24 Chris LattnerFix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll
2006-10-24 Chris LattnerRevert back to r1.21, which was the last revision of...
2006-10-23 Chris LattnerHandle fallout from the recent branch-on-undef changes...
2006-10-23 Nick LewyckyRemove the Backwards operation. Resolving now works...
next