| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman | 2009-09-03 | 1 | -6/+12 |
| * | Smallvectorize switchExitBlocks. | Dan Gohman | 2009-09-03 | 1 | -1/+1 |
| * | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 1 | -0/+10 |
| * | Move getUniqueExitBlocks from LoopBase to Loop, since they depend on | Dan Gohman | 2009-09-03 | 1 | -0/+68 |
| * | Don't try to verify a LoopPass analysis if the loop has been deleted. | Dan Gohman | 2009-09-03 | 1 | -1/+3 |
| * | Remove references to expression "handles", which are no longer used. | Dan Gohman | 2009-09-03 | 1 | -1/+1 |
| * | Fix build warning. | Andreas Neustifter | 2009-09-03 | 1 | -1/+1 |
| * | Code Cleanup. | Andreas Neustifter | 2009-09-03 | 1 | -16/+9 |
| * | Remove undefined behavior when loading optimal edge profile info. | Daniel Dunbar | 2009-09-03 | 1 | -1/+1 |
| * | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 2 | -2/+2 |
| * | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 2 | -2/+2 |
| * | Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in | Edwin Török | 2009-09-02 | 1 | -0/+5 |
| * | fix PR4848 an infinite loop when indexing down through a recursive gep | Chris Lattner | 2009-09-02 | 1 | -1/+1 |
| * | revert my patch, duncan points out what is wrong with my logic. Add | Chris Lattner | 2009-09-02 | 1 | -4/+8 |
| * | one more try at making this simpler, hopefully it won't break everything :) | Chris Lattner | 2009-09-02 | 1 | -4/+4 |
| * | Complicate Chris's simplification, avoiding complaints | Duncan Sands | 2009-09-02 | 1 | -1/+5 |
| * | Fix build warning. | Daniel Dunbar | 2009-09-01 | 1 | -1/+1 |
| * | debug intrinsics do not go in the callgraph, this fixes a couple | Chris Lattner | 2009-09-01 | 1 | -1/+2 |
| * | Fix a regression I introduced in r80708, found by llvm-test. | Chris Lattner | 2009-09-01 | 1 | -5/+12 |
| * | OptimalEdgeProfiling: Reading in Profiles. | Andreas Neustifter | 2009-09-01 | 2 | -7/+187 |
| * | Small fix in ProfileEstimator that eliminates duplicated code. | Andreas Neustifter | 2009-09-01 | 1 | -2/+1 |
| * | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner | 2009-09-01 | 2 | -23/+1 |
| * | doxygenate RefreshCallGraph, add a new 'verification mode', and run it after | Chris Lattner | 2009-09-01 | 1 | -4/+37 |
| * | simpler solution to iterator invalidation "problem" found | Chris Lattner | 2009-09-01 | 1 | -11/+6 |
| * | Do not manipulate invalid iterators. This fixes the | Duncan Sands | 2009-09-01 | 1 | -6/+11 |
| * | Update CMakeLists. | Benjamin Kramer | 2009-09-01 | 1 | -0/+1 |
| * | Preparation for Optimal Edge Profiling: | Andreas Neustifter | 2009-09-01 | 1 | -1/+8 |
| * | Preparation for Optimal Edge Profiling: | Andreas Neustifter | 2009-09-01 | 1 | -0/+228 |
| * | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner | 2009-09-01 | 2 | -37/+34 |
| * | Introduce DILocation. | Devang Patel | 2009-09-01 | 1 | -0/+12 |
| * | Subprogram is a scope. Derive DISubprogram from DIScope. | Devang Patel | 2009-08-31 | 1 | -1/+18 |
| * | Rename DIBlock as DILexicalBlock. | Devang Patel | 2009-08-31 | 1 | -2/+10 |
| * | Don't use an iterator which is potentially invalidated. | Dan Gohman | 2009-08-31 | 1 | -1/+1 |
| * | Derive DICompileUnit from DIScope. | Devang Patel | 2009-08-31 | 1 | -0/+8 |
| * | Extend the ValuesAtScope cache to cover all expressions, not just | Dan Gohman | 2009-08-31 | 1 | -20/+24 |
| * | Introduce DIScope. | Devang Patel | 2009-08-31 | 1 | -0/+16 |
| * | Oops. Fix inverted logic in assertion check. | Devang Patel | 2009-08-31 | 1 | -6/+6 |
| * | Simplify isDerivedType() and other predicate interface. | Devang Patel | 2009-08-31 | 1 | -22/+59 |
| * | cleanups pointed out by duncan | Chris Lattner | 2009-08-31 | 1 | -2/+1 |
| * | Step #1 to giving Callgraph some sane invariants. The problems with callgraph | Chris Lattner | 2009-08-31 | 2 | -27/+170 |
| * | cleanups, factor some code out to a helper function | Chris Lattner | 2009-08-31 | 1 | -22/+39 |
| * | fix a crash building SPASS by tolerating a callsite that doesn't exist | Chris Lattner | 2009-08-31 | 1 | -8/+13 |
| * | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner | 2009-08-31 | 1 | -14/+23 |
| * | use an accessor instead of poking internals of a node. | Chris Lattner | 2009-08-31 | 1 | -1/+1 |
| * | Fix some nasty callgraph dangling pointer problems in | Chris Lattner | 2009-08-31 | 2 | -24/+21 |
| * | add a dump() method on callgraph. | Chris Lattner | 2009-08-30 | 1 | -0/+3 |
| * | default count-aa to -print-all. The whole reason to use count-aa is | Chris Lattner | 2009-08-30 | 1 | -1/+1 |
| * | Add some comments. | Dan Gohman | 2009-08-29 | 1 | -0/+5 |
| * | Reapply 79977. | Devang Patel | 2009-08-28 | 2 | -334/+177 |
| * | Mark Andersen's as experimental. | Chris Lattner | 2009-08-28 | 1 | -1/+2 |