summaryrefslogtreecommitdiff
path: root/lib/Support/IsInf.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2006-08-11remove IncludeFile turds in MathExtras.h, which bloats every .o file thatChris Lattner1-6/+7
2006-07-26For PR780:Reid Spencer1-0/+3
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner1-1/+1
2005-05-16HP-UX system headers make a mess of isinf(), so much so that gcc fixincludesDuraid Madina1-0/+4
2005-04-21Remove trailing whitespaceMisha Brukman1-3/+3
2004-10-29* Fix compilation on AIX: GCC's fixincludes eliminates isinf() declarationMisha Brukman1-5/+7
2004-10-25Patch to support MSVC, contributed by Morten OfstadChris Lattner1-0/+3
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2004-07-21Solaris hack for isinf()Brian Gaeke1-0/+5
2004-07-21Add platform-independent wrapper function for isinf().Brian Gaeke1-0/+31