summaryrefslogtreecommitdiff
path: root/utils/fpcmp
AgeCommit message (Expand)Author
2016-01-26Remove autoconf supportChris Bieneman
2013-06-13Don't use PathV1.h in FileUtilities.h.Rafael Espindola
2010-11-29Merge System into Support.Michael J. Spencer
2010-04-15Remove unnecessary uses of <iostream>.Daniel Dunbar
2007-12-29remove attributions from utils.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-04-07Update for PathWithStatusReid Spencer
2007-02-06Set the new NO_INSTALL flag for build-only tools.Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-01-23This method takes sys::Path objects now.Chris Lattner
2005-01-23Drop dead #includeChris Lattner
2005-01-23The meat of this utility has been moved to FileUtilities, where it can beChris Lattner
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351: libLLVMSupport now depends on libLLVMSystemReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-13Updates for changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-06-20Make fpcmp handle running off of the beginning or end of the file correctly.Chris Lattner
2004-06-13Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2Reid Spencer
2004-06-09Fix the really bizarre stuff that happened last night in the testerChris Lattner
2004-05-28Right: the #includes are not needed eitherChris Lattner
2004-05-28Use fileutilities instead of mmap directlyChris Lattner
2004-04-23mmap of a zero length file returns null on some platforms, so hack around it.Brian Gaeke
2004-04-19Fix typo.Brian Gaeke
2004-04-13Fix bug, add support for +/-Chris Lattner
2004-04-13Okay, spiff is completely incapable of handling files of nontrivial size.Chris Lattner