Age | Commit message (Expand) | Author |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
2010-01-22 | eliminate dynamic_cast from this file. | Chris Lattner |
2010-01-22 | eliminate a bunch more unneeded dynamic_cast's. | Chris Lattner |
2010-01-22 | eliminate a bunch of dynamic_cast's. | Chris Lattner |
2010-01-20 | adopt getAdjustedAnalysisPointer in two more passes. | Chris Lattner |
2010-01-20 | adopt getAdjustedAnalysisPointer in BasicCallGraph. | Chris Lattner |
2009-12-23 | Change dbgs() back to errs() for assert messages as Chris requested. | David Greene |
2009-12-23 | Change dbgs() back to errs() for assert messages as Chris requested. | David Greene |
2009-12-23 | Convert debug messages to use dbgs(). Generally this means | David Greene |
2009-12-23 | Convert debug messages to use dbgs(). Generally this means | David Greene |
2009-12-23 | Convert debug messages to use dbgs(). Generally this means | David Greene |
2009-12-15 | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner |
2009-11-22 | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner |
2009-11-10 | Fix DenseMap iterator constness. | Jeffrey Yasskin |
2009-11-01 | Reverting 85714, 85715, 85716, which are breaking the build | Douglas Gregor |
2009-11-01 | Don't #include Pass.h from CallGraph.h. | Dan Gohman |
2009-10-27 | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez |
2009-10-26 | Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t... | Victor Hernandez |
2009-10-26 | Remove FreeInst. | Victor Hernandez |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-10-24 | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez |
2009-10-23 | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez |
2009-10-17 | Remove MallocInst from LLVM Instructions. | Victor Hernandez |
2009-09-28 | Extend the StartPassTimer and StopPassTimer functions so that the | Dan Gohman |
2009-09-18 | Enhance analysis passes so that they apply the same analysis to malloc calls ... | Victor Hernandez |
2009-09-15 | add a new CallGraphNode::replaceCallEdge method and use it from | Chris Lattner |
2009-09-15 | make -debug-pass=Executions show information about what call graph nodes | Chris Lattner |
2009-09-10 | Fix uppercaseo. | Dale Johannesen |
2009-09-03 | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif |
2009-09-03 | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif |
2009-09-02 | revert my patch, duncan points out what is wrong with my logic. Add | Chris Lattner |
2009-09-02 | one more try at making this simpler, hopefully it won't break everything :) | Chris Lattner |
2009-09-02 | Complicate Chris's simplification, avoiding complaints | Duncan Sands |
2009-09-01 | debug intrinsics do not go in the callgraph, this fixes a couple | Chris Lattner |
2009-09-01 | Fix a regression I introduced in r80708, found by llvm-test. | Chris Lattner |
2009-09-01 | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner |
2009-09-01 | doxygenate RefreshCallGraph, add a new 'verification mode', and run it after | Chris Lattner |
2009-09-01 | simpler solution to iterator invalidation "problem" found | Chris Lattner |
2009-09-01 | Do not manipulate invalid iterators. This fixes the | Duncan Sands |
2009-09-01 | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner |
2009-08-31 | cleanups pointed out by duncan | Chris Lattner |
2009-08-31 | Step #1 to giving Callgraph some sane invariants. The problems with callgraph | Chris Lattner |
2009-08-31 | cleanups, factor some code out to a helper function | Chris Lattner |
2009-08-31 | fix a crash building SPASS by tolerating a callsite that doesn't exist | Chris Lattner |
2009-08-31 | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner |
2009-08-31 | use an accessor instead of poking internals of a node. | Chris Lattner |
2009-08-31 | Fix some nasty callgraph dangling pointer problems in | Chris Lattner |