Age | Commit message (Expand) | Author |
2013-01-14 | SCEVExpander fix. RAUW needs to update the InsertedExpressions cache. | Andrew Trick |
2013-01-10 | Fix include guards so they exactly match file names. | Jakub Staszak |
2013-01-07 | Switch the SCEV expander and LoopStrengthReduce to use | Chandler Carruth |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-10-19 | revert r166264 because the LTO build is still failing | Nadav Rotem |
2012-10-19 | recommit the patch that makes LSR and LowerInvoke use the TargetTransform int... | Nadav Rotem |
2012-10-18 | Temporarily revert the TargetTransform changes. | Bob Wilson |
2012-10-10 | Add a new interface to allow IR-level passes to access codegen-specific infor... | Nadav Rotem |
2012-07-13 | LSR Fix: check SCEV expression safety before expansion. | Andrew Trick |
2012-06-29 | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth |
2012-01-20 | SCEVExpander fixes. Affects LSR and indvars. | Andrew Trick |
2012-01-10 | Enable LSR IV Chains with sufficient heuristics. | Andrew Trick |
2012-01-07 | Extended replaceCongruentPhis to handle mixed phi types. | Andrew Trick |
2011-11-30 | LSR: handle the expansion of phi operands that use postinc forms of the IV. | Andrew Trick |
2011-10-15 | Fix SCEVExpander assert during LSR: "argument of incompatible type". | Andrew Trick |
2011-10-11 | Move replaceCongruentIVs into SCEVExapander and bias toward "expanded" | Andrew Trick |
2011-10-07 | LSR should only reuse phis that match its formula. | Andrew Trick |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-16 | Fix SCEVEXpander to handle arbitrary phi expansion. Includes two | Andrew Trick |
2011-06-28 | Cleanup. Fix a stupid variable name. | Andrew Trick |
2011-06-28 | SCEVExpander: give new insts a name that identifies the reponsible pass. | Andrew Trick |
2010-11-18 | Introduce memoization for ScalarEvolution dominates and properlyDominates | Dan Gohman |
2010-07-27 | Use AssertingVH for InsertedValues and InsertedPostIncValues, to verify | Dan Gohman |
2010-07-20 | Make getOrInsertCanonicalInductionVariable guarantee that its | Dan Gohman |
2010-06-19 | Factor out duplicated code for reusing and inserting casts into | Dan Gohman |
2010-06-05 | LSR needs to remember inserted instructions even in postinc mode, because | Dan Gohman |
2010-04-07 | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman |
2010-03-20 | Clear the SCEVExpander's insertion point after making deletions, | Dan Gohman |
2010-03-19 | Fix more places to more thoroughly ignore debug intrinsics. This fixes | Dan Gohman |
2010-02-15 | When restoring a saved insert location, check to see if the saved | Dan Gohman |
2010-02-14 | In rememberInstruction, if the value being remembered is the | Dan Gohman |
2010-02-14 | Remove a 'protected' keyword, now that SCEVExpander is no longer | Dan Gohman |
2010-02-12 | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman |
2010-01-28 | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman |
2010-01-22 | Revert LoopStrengthReduce.cpp to pre-r94061 for now. | Dan Gohman |
2010-01-21 | Re-implement the main strength-reduction portion of LoopStrengthReduction. | Dan Gohman |
2009-11-06 | remove some more Context arguments. | Chris Lattner |
2009-08-20 | Various comment and whitespace cleanups. | Dan Gohman |
2009-08-18 | Generalize ScalarEvolution to be able to analyze GEPs when | Dan Gohman |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-13 | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. | Dan Gohman |
2009-07-10 | Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface. | Owen Anderson |
2009-07-08 | Push LLVMContext _back_ through IRBuilder. | Owen Anderson |
2009-07-07 | Change all SCEV* to SCEV *. | Dan Gohman |
2009-07-06 | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson |
2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
2009-06-27 | Change SCEVExpander to use an IRBuilder to emit instructions. | Dan Gohman |
2009-06-26 | Incorporate the insertion point into the key of SCEVExpander's CSE map. | Dan Gohman |
2009-06-22 | SCEVHandle is no more! | Owen Anderson |