summaryrefslogtreecommitdiffstats
path: root/llvm/utils/fpcmp/fpcmp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-131-3/+2
| | | | llvm-svn: 183941
* Remove unnecessary uses of <iostream>.Daniel Dunbar2010-04-151-2/+2
| | | | llvm-svn: 101338
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45419
* Update for PathWithStatusReid Spencer2007-04-071-1/+2
| | | | llvm-svn: 35745
* Remove trailing whitespaceMisha Brukman2005-04-221-2/+2
| | | | llvm-svn: 21428
* This method takes sys::Path objects now.Chris Lattner2005-01-231-2/+2
| | | | llvm-svn: 19773
* Drop dead #includeChris Lattner2005-01-231-2/+0
| | | | llvm-svn: 19768
* The meat of this utility has been moved to FileUtilities, where it can beChris Lattner2005-01-231-153/+8
| | | | | | used by other tools. llvm-svn: 19767
* For PR351:Reid Spencer2004-12-131-59/+58
| | | | | | | * Change use of ReadFileIntoAddressSpace to sys::MappedFile use. * Shorten a line > 80 chars. llvm-svn: 18896
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
| | | | | | | | 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
* Make fpcmp handle running off of the beginning or end of the file correctly.Chris Lattner2004-06-201-3/+35
| | | | llvm-svn: 14259
* Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2Reid Spencer2004-06-131-1/+1
| | | | llvm-svn: 14169
* Fix the really bizarre stuff that happened last night in the testerChris Lattner2004-06-091-2/+14
| | | | | | due to non-numeric diff failures that caused fpcmp to go into infinite loops llvm-svn: 14098
* Right: the #includes are not needed eitherChris Lattner2004-05-281-2/+0
| | | | llvm-svn: 13867
* Use fileutilities instead of mmap directlyChris Lattner2004-05-281-16/+2
| | | | llvm-svn: 13865
* mmap of a zero length file returns null on some platforms, so hack around it.Brian Gaeke2004-04-231-0/+6
| | | | llvm-svn: 13121
* Fix typo.Brian Gaeke2004-04-191-1/+1
| | | | llvm-svn: 13072
* Fix bug, add support for +/-Chris Lattner2004-04-131-2/+2
| | | | llvm-svn: 12934
* Okay, spiff is completely incapable of handling files of nontrivial size.Chris Lattner2004-04-131-0/+156
Here is a simple minimal program that does what we want. Instead of taking minutes to compare mesa's output, and crashing on binary files (like spiff does), this take < .02s in the common case and doesn't crash. llvm-svn: 12926
OpenPOWER on IntegriCloud