| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 3 | -6/+5 |
* | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 2009-10-24 | 2 | -5/+6 |
* | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 1 | -5/+10 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -3/+2 |
* | Extend the StartPassTimer and StopPassTimer functions so that the | Dan Gohman | 2009-09-28 | 1 | -4/+4 |
* | Enhance analysis passes so that they apply the same analysis to malloc calls ... | Victor Hernandez | 2009-09-18 | 2 | -9/+20 |
* | add a new CallGraphNode::replaceCallEdge method and use it from | Chris Lattner | 2009-09-15 | 1 | -0/+17 |
* | make -debug-pass=Executions show information about what call graph nodes | Chris Lattner | 2009-09-15 | 1 | -1/+14 |
* | Fix uppercaseo. | Dale Johannesen | 2009-09-10 | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner | 2009-09-01 | 2 | -37/+34 |
* | 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 |
* | Mark Andersen's as experimental. | Chris Lattner | 2009-08-28 | 1 | -1/+2 |
* | Fix -Asserts warnings. | Daniel Dunbar | 2009-08-23 | 1 | -0/+2 |
* | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 1 | -25/+25 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 4 | -38/+23 |
* | Use hasDefinitiveInitializer() instead of testing the same thing | Dan Gohman | 2009-08-19 | 1 | -1/+1 |
* | Use isa instead of dyn_cast when the result is only converted to bool. | Dan Gohman | 2009-08-11 | 1 | -2/+2 |
* | Remove unused function. | Daniel Dunbar | 2009-08-07 | 1 | -7/+0 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 1 | -1/+1 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -1/+1 |
* | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -1/+1 |
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -3/+3 |
* | Move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 1 | -33/+34 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+1 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -7/+7 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -6/+6 |
* | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 1 | -1/+2 |
* | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson | 2009-06-30 | 1 | -2/+2 |
* | Use a more correct atomic increment style. This isn't really necessary in | Owen Anderson | 2009-06-25 | 1 | -2/+2 |
* | Make this thread-safe. | Owen Anderson | 2009-06-24 | 1 | -1/+3 |
* | Clear the cached cost when removing a function in | Dale Johannesen | 2009-03-19 | 1 | -1/+2 |