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