| Commit message (Expand) | Author | Age | Files | Lines |
* | Cache dependence computation using FoldingSet. | Andreas Bolka | 2009-07-23 | 1 | -4/+40 |
* | Minor cosmetics: indentation, formatting, naming. | Andreas Bolka | 2009-07-23 | 1 | -23/+23 |
* | Add replaceAllUsesWith() to FE replace debug info constructs while building c... | Devang Patel | 2009-07-22 | 1 | -0/+5 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 5 | -12/+11 |
* | Replace the original ad-hoc code for determining whether (v pred w) implies | Dan Gohman | 2009-07-21 | 1 | -13/+19 |
* | Commit this change, to accompany r76232. | Dan Gohman | 2009-07-17 | 1 | -1/+2 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -0/+1 |
* | Add an isLoopSimplifyForm() predicate, following the example of | Dan Gohman | 2009-07-16 | 1 | -0/+5 |
* | Tidy up #includes. | Dan Gohman | 2009-07-16 | 2 | -2/+1 |
* | Fix a typo in a comment that Duncan noticed. | Dan Gohman | 2009-07-15 | 1 | -1/+1 |
* | Make makeLoopInvariant report whether it made any changes or not, | Dan Gohman | 2009-07-15 | 1 | -2/+4 |
* | Introduce a pointertracking pass. | Edwin Török | 2009-07-14 | 1 | -0/+132 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -2/+2 |
* | ProfileInfo interface tweaks. | Daniel Dunbar | 2009-07-14 | 1 | -4/+12 |
* | Introduce a new LoopInfo utility function makeLoopInvariant, which | Dan Gohman | 2009-07-14 | 1 | -0/+27 |
* | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. | Dan Gohman | 2009-07-13 | 3 | -6/+8 |
* | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman | 2009-07-13 | 1 | -183/+51 |
* | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman | 2009-07-13 | 1 | -78/+93 |
* | Reapply 75252, with a fix to avoid the infinite recursion case. The | Dan Gohman | 2009-07-13 | 1 | -9/+53 |
* | Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminates | Dan Gohman | 2009-07-13 | 2 | -43/+45 |
* | Match declaration to definition. | Daniel Dunbar | 2009-07-12 | 2 | -2/+2 |
* | Match declaration to definition. | Daniel Dunbar | 2009-07-12 | 1 | -1/+1 |
* | Revert r75252 which was causing some crashes at compile time. | Nick Lewycky | 2009-07-11 | 2 | -59/+9 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -4/+3 |
* | Remove ScalarEvolution::hasSCEV, which isn't being used, and which | Dan Gohman | 2009-07-10 | 1 | -8/+0 |
* | 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 |