aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/FileUtilities.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ andDaniel Dunbar2010-06-151-9/+9
* fpcmp: Fix a possible infinite loop when comparing something like:Daniel Dunbar2010-06-151-0/+8
* Convert some users of ftostr to raw_ostream.Benjamin Kramer2010-01-291-7/+7
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-2/+4
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-4/+2
* Change DiffFilesWithTolerance to be written in terms of MemoryBuffer,Chris Lattner2008-04-011-73/+56
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-011-2/+2
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Simplify the code and fix a typo.Lauro Ramos Venancio2008-01-281-7/+4
* Fix fpcmp infinite loop when comparing "29-266" with "29-268".Lauro Ramos Venancio2008-01-281-5/+21
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* For PR1291:Reid Spencer2007-04-071-2/+2
* For PR789:Reid Spencer2007-03-291-5/+6
* For PR789:Reid Spencer2007-03-291-2/+2
* Make the absolute/relative tolerance information easier to read/understand.Reid Spencer2006-11-251-2/+3
* Remove redundant <cmath>.Jim Laskey2006-11-081-1/+0
* Beef up the output from DiffFilesWithTolerance by setting the error codeReid Spencer2006-10-181-3/+16
* For PR797:Reid Spencer2006-08-231-83/+75
* For PR797:Reid Spencer2006-08-221-6/+14
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-12/+16
* For PR777:Reid Spencer2006-05-151-0/+3
* 200.sixtrack prints FP numbers with a very strange notation that uses DChris Lattner2005-08-021-3/+21
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Fix a bug where we would consider " .99" and "1.0" different because of theChris Lattner2005-03-171-0/+9
* Instead of doing a manual comparison loop, just use memcmp, thanks to JohnCChris Lattner2005-02-151-9/+6
* Make this more efficient now that we know both files are the same length.Chris Lattner2005-02-151-2/+2
* Fix spellingMisha Brukman2005-02-151-1/+1
* Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility byReid Spencer2005-02-151-8/+24
* Fix crash comparing empty file against nonempty file.Chris Lattner2005-01-231-1/+2
* Make DiffFilesWithTolerance take sys::Path's instead of std::stringsChris Lattner2005-01-231-55/+9
* Fix a bug in previous checkinChris Lattner2005-01-231-2/+2
* Add a new method, refactored out of fpcmpChris Lattner2005-01-231-0/+184
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-2/+3
* For PR351:Reid Spencer2004-12-221-14/+0
* For PR351:Reid Spencer2004-12-161-7/+0
* For PR351:Reid Spencer2004-12-151-88/+1
* For PR351:Reid Spencer2004-12-131-39/+0
* For PR351:Reid Spencer2004-12-131-46/+0
* For PR351: \Reid Spencer2004-12-131-21/+3
* For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer2004-12-131-54/+0
* Handle headers for compressed bytecode filesMisha Brukman2004-11-081-1/+1
* Put in a #error in the event that we don't have an mmap that can map a fileReid Spencer2004-09-201-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-8/+8
* Make all of this functionality work directly on win32. Properly conditionalizeChris Lattner2004-06-071-13/+29
* Include cerrno.Alkis Evlogimenos2004-06-051-1/+2
* Implement the new CopyFile functionChris Lattner2004-06-021-0/+35
* Add support for zero length filesChris Lattner2004-05-281-1/+10
* Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner2004-05-281-0/+34
* Add new functionChris Lattner2003-12-311-0/+13