summaryrefslogtreecommitdiff
path: root/lib/Support/FileUtilities.cpp
Commit message (Expand)AuthorAge
* MemoryBuffer::getFile handles zero sized files, no need to duplicate the test.Rafael Espindola2013-07-10
* Remove a use of PathV1.h.Rafael Espindola2013-06-14
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-13
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-09
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Fix whitespace.Michael J. Spencer2010-12-09
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Merge System into Support.Michael J. Spencer2010-11-29
* fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ andDaniel Dunbar2010-06-15
* fpcmp: Fix a possible infinite loop when comparing something like:Daniel Dunbar2010-06-15
* Convert some users of ftostr to raw_ostream.Benjamin Kramer2010-01-29
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Change DiffFilesWithTolerance to be written in terms of MemoryBuffer,Chris Lattner2008-04-01
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-01
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Simplify the code and fix a typo.Lauro Ramos Venancio2008-01-28
* Fix fpcmp infinite loop when comparing "29-266" with "29-268".Lauro Ramos Venancio2008-01-28
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* For PR1291:Reid Spencer2007-04-07
* For PR789:Reid Spencer2007-03-29
* For PR789:Reid Spencer2007-03-29
* Make the absolute/relative tolerance information easier to read/understand.Reid Spencer2006-11-25
* Remove redundant <cmath>.Jim Laskey2006-11-08
* Beef up the output from DiffFilesWithTolerance by setting the error codeReid Spencer2006-10-18
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-22
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* For PR777:Reid Spencer2006-05-15
* 200.sixtrack prints FP numbers with a very strange notation that uses DChris Lattner2005-08-02
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix a bug where we would consider " .99" and "1.0" different because of theChris Lattner2005-03-17
* Instead of doing a manual comparison loop, just use memcmp, thanks to JohnCChris Lattner2005-02-15
* Make this more efficient now that we know both files are the same length.Chris Lattner2005-02-15
* Fix spellingMisha Brukman2005-02-15
* Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility byReid Spencer2005-02-15
* Fix crash comparing empty file against nonempty file.Chris Lattner2005-01-23
* Make DiffFilesWithTolerance take sys::Path's instead of std::stringsChris Lattner2005-01-23
* Fix a bug in previous checkinChris Lattner2005-01-23
* Add a new method, refactored out of fpcmpChris Lattner2005-01-23
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* For PR351:Reid Spencer2004-12-22
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13