aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/DSCallSiteIterator.h
AgeCommit message (Expand)Author
2005-03-20Transform BU pass to not use the horrible DSCallSiteIterator class.Chris Lattner
2005-01-30* Make some methods more const correct.Chris Lattner
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-08Handle bzero and memset in the local analysis, because we were missing the factChris Lattner
2003-10-21Added LLVM copyright header.John Criswell
2003-07-17Fix typo in call to isUnresolvableFunc, which was breaking the build.Brian Gaeke
2003-07-16Factor out the test for unresolvable external functions intoVikram S. Adve
2003-07-02Add some functions to the blacklistChris Lattner
2003-07-01Do not treat global variables as functions! (and assert failing)Chris Lattner
2003-06-30Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bitChris Lattner