Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / lib / Transforms / Scalar / Reassociate.cpp
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-26 Duncan SandsSince commit 157467, if reassociate isn't actually...
2012-05-26 Duncan SandsMove this debug statement earlier so it is easy to...
2012-05-25 Duncan SandsMake the reassociation pass more powerful so that it...
2012-05-08 Duncan SandsCalling ReassociateExpression recursively is extremely...
2012-05-07 Owen AndersonTeach reassociate to commute FMul's and FAdd's in order...
2012-05-04 Bill WendlingAdd 'landingpad' instructions to the list of instructio...
2012-05-02 Bill WendlingWhitespace cleanup.
2012-05-02 Bill WendlingThe value held in the vector may be RAUW'ed by some...
2012-04-26 Chandler CarruthTeach the reassociate pass to fold chains of multiplies...
2012-03-26 Craig TopperPrune some includes and forward declarations.
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-02 Owen AndersonRevert r136503 and r136480 in an effort to fix non...
2011-07-29 Devang PatelClear DbgValues in the end.
2011-07-29 Devang PatelClean up debug info after reassociation.
2011-07-15 Chris Lattnerstart using the new helper methods a bit.
2011-04-28 Devang PatelPreserve line number information.
2011-04-12 Dan GohmanFix reassociate to use a worklist instead of recursing...
2011-03-10 Dan GohmanRecursivelyDeleteTriviallyDeadInstructions only needs a
2011-03-10 Dan GohmanFix reassociate to postpone certain instruction deletio...
2011-02-17 Chris Lattnerfix PR9215, preventing -reassociate from clearing nsw...
2011-02-02 Dan GohmanFix reassociate to clear optional flags, such as nsw.
2011-01-26 Duncan SandsFix PR9039, a use-after-free in reassociate. The issue...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-12 Gabor Greifcache dereferenced iterators
2010-03-05 Chris Lattnerfix a nice subtle reassociate bug which would only...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-04 Bob WilsonDo not reassociate expressions with i1 type. SimplifyC...
2010-01-09 Chris Lattneronly factor from expressions whose uses are empty and...
2010-01-08 Duncan SandsSuppress an unused variable warning when assertions...
2010-01-05 Chris Lattnerfix an infinite loop in reassociate building emacs.
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-02 Chris Lattnertheoretically the negate we find could be in a differen...
2010-01-01 Chris LattnerWhen factoring multiply expressions across adds, factor...
2010-01-01 Chris Lattnerclean up some comments.
2010-01-01 Chris Lattnerswitch from std::map to DenseMap for rank data structures.
2009-12-31 Chris Lattnerreuse negates where possible instead of always creating...
2009-12-31 Chris Lattnerwe don't need a smallptrset to detect duplicates, the...
2009-12-31 Chris Lattnermake reassociate more careful about not leaving around...
2009-12-31 Chris Lattnerremove debug
2009-12-31 Chris Lattnerteach reassociate to factor x+x+x -> x*3. While I...
2009-12-31 Chris Lattnerchange reassociate to use SmallVector for its key datas...
2009-12-31 Chris Lattnerchange an if to an assert, fix comment.
2009-12-31 Chris Lattnermove the rest of the add optimization code out to Optim...
2009-12-31 Chris Lattnerfactor statistic updating better.
2009-12-31 Chris Lattnersimple fix for an incorrect factoring which causes a
2009-12-31 Chris Lattnerfactor code out into helper functions.
2009-12-31 Chris Lattnerswitch some std::vector's to smallvector. Reduce nesting.
2009-12-31 Chris Lattneruse more modern datastructures.
2009-12-31 Chris Lattnerclean up -debug output.
2009-11-14 Nick LewyckyRemove LLVMContext from reassociate. It was threaded...
2009-10-21 Victor HernandezMake changes to rev 84292 as requested by Chris Lattner.
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-09-27 Chris Lattnercalls are already unmovable, malloc doesn't need a...
2009-09-18 Victor HernandezEnhance transform passes so that they apply the same...
2009-09-02 Chris Lattnereliminate VISIBILITY_HIDDEN from Transforms/Scalar...
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-17 Dan GohmanFix debug output to include a newline after printing...
2009-08-12 Dan GohmanRemove a bunch more now-unnecessary Context arguments.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-13 Owen AndersonThese don't really need contexts either.
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-03 Owen AndersonEven more passes being LLVMContext'd.
2009-03-31 Chris LattnerMake the key of ValueRankMap an AssertingVH, so that...
2009-03-19 Dale JohannesenThis pass keeps a map of Instructions to Rank numbers,
2009-03-06 Dale JohannesenDon't assign rank numbers to debug intrinsic "calls".
2008-11-21 Devang PatelFix build failure.
2008-11-21 Devang PatelSilence unused variable warnings.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-19 Chris Lattnerdon't use the result of WriteAsOperand
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-03-21 Dan GohmanDon't include <map> in Pass.h, which doesn't need it...
2008-02-18 Chris Lattnersimplify some code, BreakUpSubtract always returns...
2008-02-17 Chris Lattnerfix pasto
2008-02-17 Chris LattnerSplit up subtracts into add+negate if they have a reass...
2008-02-17 Chris Lattnermake the logic for breaking up subtracts more explicit, no
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-03-02 Reid SpencerPrefer non-virtual calls to ConstantInt::isZero over...
2007-03-01 Reid SpencerUse isUnitValue() instead of getZExtValue() == 1 which...
next