Chris Lattner
|
217adea39e
|
Change the order of the arguments to the ctor, allowing us to make the boolean default to true
llvm-svn: 11592
|
2004-02-18 20:20:52 +00:00 |
|
Chris Lattner
|
ea6910de90
|
Move a helper class out of bugpoint to here.
llvm-svn: 11582
|
2004-02-18 17:16:17 +00:00 |
|
Chris Lattner
|
bb7e1ba75c
|
add new function
llvm-svn: 10665
|
2003-12-31 06:16:02 +00:00 |
|
Chris Lattner
|
ad4af70911
|
Add new function
llvm-svn: 10648
|
2003-12-30 07:35:47 +00:00 |
|
Chris Lattner
|
412295aeaa
|
Further revisions of the FDHandle idea. In this version we use ownership
semantics that are the same as those used by std::auto_ptr. This allows
copying of FDHandle's, but copying transfers ownership.
llvm-svn: 10646
|
2003-12-30 02:45:16 +00:00 |
|
Chris Lattner
|
9024121340
|
Add trivial exception specs to produce better code since the methods cannot
be inlined.
llvm-svn: 10643
|
2003-12-29 21:43:58 +00:00 |
|
Chris Lattner
|
6317315a2f
|
Factor FDHandle out of the bytecode reader into the FileUtilities.h support
routines.
llvm-svn: 10642
|
2003-12-29 21:35:05 +00:00 |
|
Misha Brukman
|
f792dbcd77
|
Expose functionality to query if a file is an ELF shared object.
llvm-svn: 10194
|
2003-11-24 05:28:39 +00:00 |
|
Brian Gaeke
|
d25f86d683
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
|
Brian Gaeke
|
b576c42af7
|
Add prototypes for CheckMagic, IsArchive, and IsBytecode.
llvm-svn: 9900
|
2003-11-11 21:53:29 +00:00 |
|
Brian Gaeke
|
6d725eef5f
|
VS: ----------------------------------------------------------------------
Add prototype for FileOpenable().
llvm-svn: 9891
|
2003-11-11 18:27:11 +00:00 |
|
John Criswell
|
cba7edd98e
|
Added LLVM notice.
llvm-svn: 9300
|
2003-10-20 19:46:57 +00:00 |
|
John Criswell
|
6927aeed1e
|
Added the MakeFileReadable() method.
llvm-svn: 8327
|
2003-09-02 21:09:30 +00:00 |
|
John Criswell
|
7b83fe6beb
|
Added the MakeFileExecutable() method. This method takes a filename and
gives it execute access while respecting the user's umask.
llvm-svn: 8324
|
2003-09-02 20:14:57 +00:00 |
|
Misha Brukman
|
1e83bc90b9
|
Moved removeFile() and getUniqueFilename() into FileUtilities.
llvm-svn: 7691
|
2003-08-07 21:28:50 +00:00 |
|
Chris Lattner
|
a1e4389087
|
New file
llvm-svn: 7482
|
2003-08-01 20:28:55 +00:00 |
|