summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAge
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* eliminate dynamic_cast from this file.Chris Lattner2010-01-22
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* adopt getAdjustedAnalysisPointer in two more passes.Chris Lattner2010-01-20
* adopt getAdjustedAnalysisPointer in BasicCallGraph.Chris Lattner2010-01-20
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-23
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-22
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-10
* Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor2009-11-01
* Don't #include Pass.h from CallGraph.h.Dan Gohman2009-11-01
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-27
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-26
* Remove FreeInst.Victor Hernandez2009-10-26
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-17
* Extend the StartPassTimer and StopPassTimer functions so that theDan Gohman2009-09-28
* Enhance analysis passes so that they apply the same analysis to malloc calls ...Victor Hernandez2009-09-18
* add a new CallGraphNode::replaceCallEdge method and use it fromChris Lattner2009-09-15
* make -debug-pass=Executions show information about what call graph nodesChris Lattner2009-09-15
* Fix uppercaseo.Dale Johannesen2009-09-10
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-03
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-03
* revert my patch, duncan points out what is wrong with my logic. AddChris Lattner2009-09-02
* one more try at making this simpler, hopefully it won't break everything :)Chris Lattner2009-09-02
* Complicate Chris's simplification, avoiding complaintsDuncan Sands2009-09-02
* debug intrinsics do not go in the callgraph, this fixes a coupleChris Lattner2009-09-01
* Fix a regression I introduced in r80708, found by llvm-test.Chris Lattner2009-09-01
* remove CallGraphNode::replaceCallSite, it is redundant with other APIs.Chris Lattner2009-09-01
* doxygenate RefreshCallGraph, add a new 'verification mode', and run it after Chris Lattner2009-09-01
* simpler solution to iterator invalidation "problem" foundChris Lattner2009-09-01
* Do not manipulate invalid iterators. This fixes theDuncan Sands2009-09-01
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-01
* cleanups pointed out by duncanChris Lattner2009-08-31
* Step #1 to giving Callgraph some sane invariants. The problems with callgraphChris Lattner2009-08-31
* cleanups, factor some code out to a helper functionChris Lattner2009-08-31
* fix a crash building SPASS by tolerating a callsite that doesn't existChris Lattner2009-08-31
* Fix PR4834, a tricky case where the inliner would resolve anChris Lattner2009-08-31
* use an accessor instead of poking internals of a node.Chris Lattner2009-08-31
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-31
* add a dump() method on callgraph.Chris Lattner2009-08-30
* Mark Andersen's as experimental.Chris Lattner2009-08-28