| Commit message (Expand) | Author | Age | Files | Lines |
* | Generalize ScalarEvolution's cast-folding code to support more kinds | Dan Gohman | 2009-07-10 | 2 | -9/+59 |
* | Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface. | Owen Anderson | 2009-07-10 | 1 | -1/+1 |
* | Fix typo, trailing whitespace. | Andreas Bolka | 2009-07-09 | 1 | -2/+2 |
* | Push LLVMContext _back_ through IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -1/+2 |
* | Make the code that updates ScalarEvolution's internal state in response | Dan Gohman | 2009-07-08 | 1 | -5/+0 |
* | Re-LLVMContext-ize DebugInfo, now with less breakage. | Owen Anderson | 2009-07-07 | 1 | -0/+3 |
* | Change all SCEV* to SCEV *. | Dan Gohman | 2009-07-07 | 5 | -139/+142 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 3 | -7/+7 |
* | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson | 2009-07-06 | 3 | -3/+11 |
* | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 3 | -4/+12 |
* | Simplify debug info intrisinc lowering. | Devang Patel | 2009-07-02 | 1 | -2/+0 |
* | Fix typo. | Devang Patel | 2009-07-02 | 1 | -5/+5 |
* | Add debug info utility routines. | Devang Patel | 2009-07-02 | 1 | -0/+48 |
* | Fix a bunch of other places that used operator[] to test whether | Dan Gohman | 2009-07-02 | 1 | -2/+3 |
* | Use AA to check objects before LDA. | Andreas Bolka | 2009-07-01 | 1 | -0/+2 |
* | Use correct format for LLVM header #includes. | Misha Brukman | 2009-07-01 | 1 | -1/+1 |
* | Drop redundant print impl. | Andreas Bolka | 2009-06-30 | 1 | -3/+0 |
* | Minimal LDA interface, maximally conservative tester. | Andreas Bolka | 2009-06-28 | 1 | -0/+5 |
* | LDA analysis output scaffolding. | Andreas Bolka | 2009-06-28 | 1 | -1/+8 |
* | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman | 2009-06-27 | 1 | -26/+26 |
* | Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, instead | Dan Gohman | 2009-06-27 | 2 | -26/+22 |
* | Change SCEVExpander to use an IRBuilder to emit instructions. | Dan Gohman | 2009-06-27 | 1 | -19/+13 |
* | Incorporate the insertion point into the key of SCEVExpander's CSE map. | Dan Gohman | 2009-06-26 | 1 | -32/+16 |
* | Delete LoopPass::runOnFunctionBody. It was never used or implemented. | Jeffrey Yasskin | 2009-06-26 | 1 | -3/+0 |
* | Remove unnecessary includes. | Devang Patel | 2009-06-26 | 1 | -2/+0 |
* | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 1 | -23/+10 |
* | Add a getUniqueExitBlock utility function, similar to getExitBlock, | Dan Gohman | 2009-06-25 | 1 | -0/+10 |
* | Get rid of a static boolean. | Owen Anderson | 2009-06-24 | 1 | -0/+1 |
* | Scaffolding for LDA pass. | Andreas Bolka | 2009-06-24 | 2 | -0/+60 |
* | Remove an obsolete comment and fix some 80-column violations. | Dan Gohman | 2009-06-24 | 1 | -8/+10 |
* | Extend ScalarEvolution's multiple-exit support to compute exact | Dan Gohman | 2009-06-24 | 1 | -0/+6 |
* | Move the special cases for constants out of getUnknown and into | Dan Gohman | 2009-06-24 | 1 | -1/+1 |
* | Add an isAllOnesValue utility function, similar to isZero and isOne. | Dan Gohman | 2009-06-24 | 1 | -0/+5 |
* | It is not a good idea to have data member's name match argument's name. In fa... | Devang Patel | 2009-06-23 | 1 | -11/+11 |
* | Add DISubprogram::getReturnTypeName() | Devang Patel | 2009-06-23 | 1 | -0/+13 |
* | Remove the parent pointer from SCEV, since it did not end up being needed. | Owen Anderson | 2009-06-22 | 2 | -44/+27 |
* | SCEVHandle is no more! | Owen Anderson | 2009-06-22 | 5 | -213/+141 |
* | Banish global state from ScalarEvolution! SCEV uniquing is now done by table... | Owen Anderson | 2009-06-22 | 2 | -31/+29 |
* | Add a getUMinFromMismatchedTypes helper function. | Dan Gohman | 2009-06-22 | 1 | -0/+6 |
* | Factor out code for computing umin and smin for SCEV expressions into | Dan Gohman | 2009-06-22 | 1 | -0/+2 |
* | Teach ScalarEvolution how to analyze loops with multiple exit | Dan Gohman | 2009-06-22 | 1 | -0/+31 |
* | Fix ScalarEvolution's backedge-taken count computations to check for | Dan Gohman | 2009-06-21 | 1 | -0/+7 |
* | Make GetMinTrailingZeros a member function of ScalarEvolution, | Dan Gohman | 2009-06-19 | 1 | -0/+14 |
* | Add a parent pointer to SCEV, in preparation for getting rid of the global un... | Owen Anderson | 2009-06-18 | 2 | -26/+44 |
* | Remove the code from IVUsers that attempted to handle | Dan Gohman | 2009-06-18 | 1 | -18/+5 |
* | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 1 | -0/+1 |
* | Specialize DenseMapInfo for SCEVHandle, so that SCEVHandles can be | Dan Gohman | 2009-06-14 | 1 | -0/+28 |
* | Convert several parts of the ScalarEvolution framework to use | Dan Gohman | 2009-06-14 | 2 | -22/+22 |
* | Add a ScalarEvolution::getAnyExtendExpr utility function for performing | Dan Gohman | 2009-06-13 | 1 | -0/+7 |
* | Rename UnknownValue to CouldNotCompute, since it holds an instance of | Dan Gohman | 2009-06-06 | 1 | -7/+7 |