aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/CallGraph.h
Commit message (Expand)AuthorAgeFilesLines
* introduce typedef for complicated vector, and use it tooGabor Greif2009-01-171-0/+2
* Teach internalize to preserve the callgraph.Duncan Sands2008-10-031-2/+6
* Reapply 55859. This doesn't change anything asDuncan Sands2008-09-081-6/+1
* When PruneEH turned an invoke into an ordinaryDuncan Sands2008-09-061-0/+5
* Revert r55859. This is breaking the build in the abscence of its companion c...Owen Anderson2008-09-051-1/+6
* Delete the removeCallEdgeTo callgraph method,Duncan Sands2008-09-051-6/+1
* Strip trailing whitespace.Duncan Sands2008-09-051-14/+14
* Revert 51775.Evan Cheng2008-05-301-3/+3
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-3/+3
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+1
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* add a new CallGraphNode::removeCallEdgeFor method, tidy some comments.Chris Lattner2008-04-131-5/+10
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-211-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add empty() member functions to a few container-like classes.Dan Gohman2007-10-011-0/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+315