index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
FileUtilities.h
Age
Commit message (
Expand
)
Author
2011-03-31
Fix whitespace.
Michael J. Spencer
2011-03-31
Switch FileRemover from PathV1 to V2.
Michael J. Spencer
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-03-30
Fix llvm-ld to clean up its output files in case of an error.
Dan Gohman
2010-03-27
Give FileRemover a default constructor to allow FileRemovers to be created
Dan Gohman
2009-02-20
Removed trailing whitespace.
Misha Brukman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-08-27
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-04-07
For PR1291:
Reid Spencer
2006-07-28
Modify Path::eraseFromDisk to not throw an exception.
Chris Lattner
2005-07-08
Final Changes For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-23
Remove two dead methods and improve the comments for DiffFilesWithTolerance.
Chris Lattner
2005-01-23
New method.
Chris Lattner
2005-01-20
Apparently destroyFile() now throws an exception. Since this class is
Chris Lattner
2004-12-22
For PR351:
Reid Spencer
2004-12-16
For PR351:
Reid Spencer
2004-12-15
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
For PR351: \
Reid Spencer
2004-12-13
Remove commented out functions that have been replaced with lib/System
Reid Spencer
2004-12-13
For PR351:Remove the file type checking methods (now in sys::Path)
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-06-02
Add a new CopyFile function
Chris Lattner
2004-05-28
Add a pair of functions to hide system specific details of mapping a file in ...
Chris Lattner
2004-02-18
Change the order of the arguments to the ctor, allowing us to make the boolea...
Chris Lattner
2004-02-18
Move a helper class out of bugpoint to here.
Chris Lattner
2003-12-31
add new function
Chris Lattner
2003-12-30
Add new function
Chris Lattner
2003-12-30
Further revisions of the FDHandle idea. In this version we use ownership
Chris Lattner
2003-12-29
Add trivial exception specs to produce better code since the methods cannot
Chris Lattner
2003-12-29
Factor FDHandle out of the bytecode reader into the FileUtilities.h support
Chris Lattner
2003-11-24
Expose functionality to query if a file is an ELF shared object.
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
Add prototypes for CheckMagic, IsArchive, and IsBytecode.
Brian Gaeke
2003-11-11
VS: ----------------------------------------------------------------------
Brian Gaeke
2003-10-20
Added LLVM notice.
John Criswell
2003-09-02
Added the MakeFileReadable() method.
John Criswell
2003-09-02
Added the MakeFileExecutable() method. This method takes a filename and
John Criswell
2003-08-07
Moved removeFile() and getUniqueFilename() into FileUtilities.
Misha Brukman
2003-08-01
New file
Chris Lattner