| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| | | | | | llvm-svn: 9903 | ||||
| * | Handle bzero and memset in the local analysis, because we were missing the fact | Chris Lattner | 2003-11-08 | 1 | -2/+1 |
| | | | | | | | that memset returns its argument!! llvm-svn: 9811 | ||||
| * | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
| | | | | | llvm-svn: 9321 | ||||
| * | Fix typo in call to isUnresolvableFunc, which was breaking the build. | Brian Gaeke | 2003-07-17 | 1 | -1/+1 |
| | | | | | llvm-svn: 7194 | ||||
| * | Factor out the test for unresolvable external functions into | Vikram S. Adve | 2003-07-16 | 1 | -14/+19 |
| | | | | | | | | isUnresolvableFunc() (I thought I needed this externally. I don't, but it's still nicer this way.) llvm-svn: 7186 | ||||
| * | Add some functions to the blacklist | Chris Lattner | 2003-07-02 | 1 | -1/+2 |
| | | | | | llvm-svn: 7060 | ||||
| * | Do not treat global variables as functions! (and assert failing) | Chris Lattner | 2003-07-01 | 1 | -3/+5 |
| | | | | | llvm-svn: 7030 | ||||
| * | Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit | Chris Lattner | 2003-06-30 | 1 | -0/+118 |
| llvm-svn: 7006 | |||||

