History log of /external/llvm/utils/fpcmp/fpcmp.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bbf97ea7d5832922b3c40b67701b5719bfcb772b 13-Jun-2013 Rafael Espindola <rafael.espindola@gmail.com> Don't use PathV1.h in FileUtilities.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183941 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
8f10915145c77a807f620b0c9ccc86de53702f2c 15-Apr-2010 Daniel Dunbar <daniel@zuster.org> Remove unnecessary uses of <iostream>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101338 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
3060910e290949a9ac5eda8726d030790c4d60ff 29-Dec-2007 Chris Lattner <sabre@nondot.org> remove attributions from utils.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45419 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
8e27acf48945980380679fddd86d611e3d614e36 07-Apr-2007 Reid Spencer <rspencer@reidspencer.com> Update for PathWithStatus


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35745 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
3da94aec4d429b2ba0f65fa040c33650cade196b 22-Apr-2005 Misha Brukman <brukman+llvm@gmail.com> Remove trailing whitespace


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21428 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
417c4d5b4a2537e2ee6152c6be27e003310afb8f 23-Jan-2005 Chris Lattner <sabre@nondot.org> This method takes sys::Path objects now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19773 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
220df9c13de8557173cb71425ea32fe63a55b886 23-Jan-2005 Chris Lattner <sabre@nondot.org> Drop dead #include


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19768 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
537a49a85ae676b345d1e28e552377b500b996bf 23-Jan-2005 Chris Lattner <sabre@nondot.org> The meat of this utility has been moved to FileUtilities, where it can be
used by other tools.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19767 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
15653afb5f11871a3a03a9881045a17f56441b80 13-Dec-2004 Reid Spencer <rspencer@reidspencer.com> For PR351:
* Change use of ReadFileIntoAddressSpace to sys::MappedFile use.
* Shorten a line > 80 chars.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18896 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
551ccae044b0ff658fe629dd67edd5ffe75d10e8 02-Sep-2004 Reid Spencer <rspencer@reidspencer.com> Changes For Bug 352
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/.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16137 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
8e6d2bb8fa3e4d62fa3e0623d84381fcc4dc4330 20-Jun-2004 Chris Lattner <sabre@nondot.org> Make fpcmp handle running off of the beginning or end of the file correctly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14259 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
4a4bfd87a4ad764b173f749c4ae61facbb753fb9 13-Jun-2004 Reid Spencer <rspencer@reidspencer.com> Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14169 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
ff2c64c979a404faab95f2cc3288fc31f88157cc 09-Jun-2004 Chris Lattner <sabre@nondot.org> Fix the really bizarre stuff that happened last night in the tester
due to non-numeric diff failures that caused fpcmp to go into infinite loops


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14098 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
18884fa8682a847c86f8c6731f35f512e96562e6 28-May-2004 Chris Lattner <sabre@nondot.org> Right: the #includes are not needed either


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13867 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
531b802e132af92aac4384206bdc6b8a4d28aa00 28-May-2004 Chris Lattner <sabre@nondot.org> Use fileutilities instead of mmap directly


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13865 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
6893eadc9524de6ade68d720701c238a5b1a8ebf 23-Apr-2004 Brian Gaeke <gaeke@uiuc.edu> mmap of a zero length file returns null on some platforms, so hack around it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13121 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
9a459abed2ecd06b5b5d2f517b27cd9bf1919690 19-Apr-2004 Brian Gaeke <gaeke@uiuc.edu> Fix typo.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13072 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
6de6a0a6f018fa0dbf117155614e742f2bd2750b 13-Apr-2004 Chris Lattner <sabre@nondot.org> Fix bug, add support for +/-


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12934 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp
337481a07eccde47e8cfcb539c6c350307e5f036 13-Apr-2004 Chris Lattner <sabre@nondot.org> Okay, spiff is completely incapable of handling files of nontrivial size.
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12926 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/fpcmp/fpcmp.cpp