Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / lib / Support / FileUtilities.cpp
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-07-10 Rafael EspindolaMemoryBuffer::getFile handles zero sized files, no...
2013-06-14 Rafael EspindolaRemove a use of PathV1.h.
2013-06-13 Rafael EspindolaDon't use PathV1.h in FileUtilities.h.
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-02-09 David BlaikieChange default error_code ctor to a 'named ctor' so...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerFix whitespace.
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-06-15 Daniel Dunbarfpcmp: Fix bug where fpcmp wouldn't early exit when...
2010-06-15 Daniel Dunbarfpcmp: Fix a possible infinite loop when comparing...
2010-01-29 Benjamin KramerConvert some users of ftostr to raw_ostream.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-04-01 Chris LattnerChange DiffFilesWithTolerance to be written in terms...
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-01-28 Lauro Ramos VenancioSimplify the code and fix a typo.
2008-01-28 Lauro Ramos VenancioFix fpcmp infinite loop when comparing "29-266" with...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerFor PR789:
2006-11-25 Reid SpencerMake the absolute/relative tolerance information easier...
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-10-18 Reid SpencerBeef up the output from DiffFilesWithTolerance by setti...
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-05-15 Reid SpencerFor PR777:
2005-08-02 Chris Lattner200.sixtrack prints FP numbers with a very strange...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-17 Chris LattnerFix a bug where we would consider " .99" and "1.0"...
2005-02-15 Chris LattnerInstead of doing a manual comparison loop, just use...
2005-02-15 Chris LattnerMake this more efficient now that we know both files...
2005-02-15 Misha BrukmanFix spelling
2005-02-15 Reid SpencerAdjust DiffFilesWithTolerance to help poor cygwin's...
2005-01-23 Chris LattnerFix crash comparing empty file against nonempty file.
2005-01-23 Chris LattnerMake DiffFilesWithTolerance take sys::Path's instead...
2005-01-23 Chris LattnerFix a bug in previous checkin
2005-01-23 Chris LattnerAdd a new method, refactored out of fpcmp
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-22 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerFor PR351:Remove the file type checking methods (now...
2004-11-08 Misha BrukmanHandle headers for compressed bytecode files
2004-09-20 Reid SpencerPut in a #error in the event that we don't have an...
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-07 Chris LattnerMake all of this functionality work directly on win32...
2004-06-05 Alkis EvlogimenosInclude cerrno.
2004-06-02 Chris LattnerImplement the new CopyFile function
2004-05-28 Chris LattnerAdd support for zero length files
2004-05-28 Chris LattnerAdd a pair of functions to hide system specific details...
2003-12-31 Chris LattnerAdd new function
2003-12-30 Chris LattnerAdd new method
2003-12-30 Chris LattnerFurther revisions of the FDHandle idea. In this versio...
2003-12-29 Chris LattnerAdd trivial exception specs to produce better code...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-24 Misha BrukmanFix copy-pasto.
2003-11-24 Misha BrukmanAdd ability to query if a file is a legitimate ELF...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeMove IsArchive and IsBytecode here from gccld. Refactor...
2003-11-11 Brian GaekeAdd implementation of FileOpenable().
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded a description of the algorithm.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-08-07 Misha Brukmanclose() requires "unistd.h" .
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-01 Chris LattnerCheck in the implementation of the FileUtilities!