Age | Commit message (Expand) | Author |
2011-03-14 | Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap | Andrew Trick |
2011-02-10 | If we can't avoid running loop-simplify twice for now, at least avoid running | Cameron Zwarich |
2011-02-10 | Revert this in an attempt to bring the builders back. | Eric Christopher |
2011-02-10 | Turn this pass ordering: | Cameron Zwarich |
2011-02-08 | Don't split any loop backedges, including backedges of loops other than | Dan Gohman |
2011-01-18 | Remove code for updating dominance frontiers and some outdated references to | Cameron Zwarich |
2011-01-02 | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner |
2010-11-17 | Move SCEV::dominates and properlyDominates to ScalarEvolution. | Dan Gohman |
2010-11-17 | Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be member | Dan Gohman |
2010-10-19 | Passes do not need to recursively initialize passes that they preserve, if | Owen Anderson |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-08 | Filter out illegal formulae after updating offsets, not before, so that | Dan Gohman |
2010-10-07 | Delete the FormulaSorter class and inline its one method into its | Dan Gohman |
2010-10-07 | Fix a spello. | Dan Gohman |
2010-10-07 | Charge a formula for explicit multiplies on scaled registers too, | Dan Gohman |
2010-10-07 | Use size_t for consistency. | Dan Gohman |
2010-10-07 | When merging one use into another, transfer the offsets from | Dan Gohman |
2010-10-07 | Fix LSR to keep the RegUseTracker up to date when combining users. | Dan Gohman |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-09-27 | Delete an unused function. | Dan Gohman |
2010-09-18 | do not rely on the implicit-dereference semantics of dyn_cast_or_null | Gabor Greif |
2010-09-01 | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman |
2010-08-29 | Optionally rerun dedicated-register filtering after applying | Dan Gohman |
2010-08-29 | Fix several areas in LSR to do a better job keeping the main | Dan Gohman |
2010-08-29 | Refactor the three main groups of code out of | Dan Gohman |
2010-08-29 | Delete a bogus check. | Dan Gohman |
2010-08-29 | Add some comments. | Dan Gohman |
2010-08-29 | Move this debug output into GenerateAllReuseFormula, to declutter | Dan Gohman |
2010-08-29 | Delete an unused declaration. | Dan Gohman |
2010-08-29 | Do one lookup instead of two. | Dan Gohman |
2010-08-19 | Process the step before the start, because it's usually the simpler | Dan Gohman |
2010-08-16 | Instead of having CollectSubexpr's categorize operands as interesting or | Dan Gohman |
2010-08-16 | Put add operands in ScalarEvolution-canonical order, when convenient. | Dan Gohman |
2010-08-13 | Fix LSR's ExtractImmediate and ExtractSymbol to avoid calling | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-08-04 | Fix whitespace. | Dan Gohman |
2010-08-02 | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-07-15 | Don't merge uses when they are targetting fixup sites with | Dan Gohman |
2010-07-15 | Use dbgs() instead of errs() in a DEBUG. | Dan Gohman |
2010-07-15 | Watch out for a constant offset cancelling out a base register, forming | Dan Gohman |
2010-06-30 | use getArgOperand instead of getOperand | Gabor Greif |
2010-06-25 | In GenerateReassociations, don't bother thinking about individual | Dan Gohman |
2010-06-24 | A few minor micro-optimizations. | Dan Gohman |
2010-06-24 | Teach getExactSDiv to evaluate x/1 to x up front, as it's a common | Dan Gohman |
2010-06-24 | Fix copy+pasto issues in isMulSExtable. | Dan Gohman |
2010-06-22 | Fix OptimizeMax to handle an odd case where one of the max operands | Dan Gohman |