Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't #include <Support/*>, #include "Support/*" | Chris Lattner | 2002-10-28 | 1 | -1/+1 |
| | | | | llvm-svn: 4325 | ||||
* | Fix ambiguity problem due to builtin log2(double) function | Chris Lattner | 2002-09-17 | 1 | -1/+1 |
| | | | | llvm-svn: 3800 | ||||
* | Cleanups, rename IsPowerOf2 to isPowerOf2 | Chris Lattner | 2002-05-19 | 1 | -27/+18 |
| | | | | llvm-svn: 2662 | ||||
* | Added log2 for log-base-2 and also modified IsPower2 to use it. | Vikram S. Adve | 2002-05-19 | 1 | -9/+15 |
| | | | | llvm-svn: 2653 | ||||
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -0/+32 |
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400 |