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
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