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