Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration | Misha Brukman | 2004-10-29 | 1 | -5/+7 |
| | | | | | | * Move file comment to the top of the header where it belongs llvm-svn: 17349 | ||||
* | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -0/+3 |
| | | | | llvm-svn: 17220 | ||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
* | Solaris hack for isinf() | Brian Gaeke | 2004-07-21 | 1 | -0/+5 |
| | | | | llvm-svn: 15058 | ||||
* | Add platform-independent wrapper function for isinf(). | Brian Gaeke | 2004-07-21 | 1 | -0/+31 |
Patch contributed by Bill Wendling. llvm-svn: 15050 |