Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HP-UX system headers make a mess of isinf(), so much so that gcc fixincludes | Duraid Madina | 2005-05-16 | 1 | -0/+4 |
| | | | | | | can't patch it up for c++ (works in C though) llvm-svn: 22079 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -3/+3 |
| | | | | llvm-svn: 21422 | ||||
* | * 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 |