| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
gdb debugger doesn't get confused on which file it is reading (the one in
lib/System or the one in lib/System/{Win32,Unix})
llvm-svn: 19426
|
|
|
|
| |
llvm-svn: 19203
|
|
|
|
| |
llvm-svn: 19202
|
|
|
|
| |
llvm-svn: 19199
|
|
|
|
| |
llvm-svn: 19198
|
|
|
|
| |
llvm-svn: 19124
|
|
|
|
| |
llvm-svn: 19122
|
|
|
|
| |
llvm-svn: 19028
|
|
|
|
|
|
| |
const because they affect the file system, not the Path object.
llvm-svn: 18973
|
|
|
|
|
|
| |
be agnostic to the needs of any specific FE.
llvm-svn: 18969
|
|
|
|
|
|
|
|
|
|
| |
createTemporaryFile semantics where it doesn't create a fully unique name
if the basename doesn't exist. This functionality is now optionally
provided by the boolean reuse_current parameter to createTemporaryFile and
makeUnique. The default values differ because of the way these functions
are used in LLVM.
llvm-svn: 18961
|
|
|
|
| |
llvm-svn: 18953
|
|
|
|
|
|
|
|
|
| |
* Fix implementation and documentation about LLVMGCCDIR/bytecode-libs
* Add the makeUnique method, replacement for getUniqueFilename in Support.
* Add the sys::CopyFile function, replacement for CopyFile in Support.
* Move GetLLVMConfigDir() into generic code area since its generic.
llvm-svn: 18947
|
|
|
|
|
|
| |
Patch contributed by Henrik Bach. Thanks Henrik!
llvm-svn: 18933
|
|
|
|
| |
llvm-svn: 18930
|
|
|
|
|
|
|
|
|
|
| |
Implement three new functions to allow setting access/permission bits on
the file referenced by a path. The makeReadable and makeExecutable methods
replace the FileUtilities MakeFileReadable and MakeFileExecutable
functions. The makeWritable function is new and provided for consistency
since Path has a writable() method.
llvm-svn: 18907
|
|
|
|
|
|
| |
available.
llvm-svn: 18904
|
|
|
|
|
|
| |
terminating / when setDirectory is called.
llvm-svn: 18886
|
|
|
|
|
|
| |
* Correct the std::string constructor to take a const reference.
llvm-svn: 18877
|
|
|
|
| |
llvm-svn: 18876
|
|
|
|
| |
llvm-svn: 18866
|
|
|
|
|
|
| |
Patch contributed by Jeff Cohen.
llvm-svn: 17891
|
|
|
|
| |
llvm-svn: 17655
|
|
|
|
| |
llvm-svn: 17498
|
|
|
|
|
|
|
|
| |
problems.
Patch contributed by Jeff Cohen. Thanks Jeff!
llvm-svn: 16565
|
|
|
|
|
|
| |
Patch contributed by Jeff Cohen. Thanks Jeff!
llvm-svn: 16396
|
|
|
|
|
|
| |
Patches submitted by Jeff Cohen. Thanks Jeff!
llvm-svn: 16362
|
|
platforms.
Implement GetLLVMSuffix function for the Path concept.
llvm-svn: 16292
|