- Sep 16, 2008
-
-
Evan Cheng authored
llvm-svn: 56244
-
- Aug 12, 2008
-
-
Chris Lattner authored
Kovarththanan Rajaratnam! llvm-svn: 54655
-
- Jul 24, 2008
-
-
Devang Patel authored
llvm-svn: 53973
-
- Jul 22, 2008
-
-
Devang Patel authored
While creating temp. file on disk, if the current filename points to a existing directory then create new temp. file inside the directory. llvm-svn: 53929
-
- Jun 28, 2008
-
-
Seo Sanghyeon authored
llvm-svn: 52847
-
- Jun 15, 2008
-
-
Wojciech Matyjewicz authored
llvm-svn: 52290
-
Argyrios Kyrtzidis authored
llvm-svn: 52288
-
- Jun 12, 2008
-
-
Matthijs Kooijman authored
error that caused it to redirect stderr to stdout too often. This fix is applied identically to the win32 code as well, but that is untested. --Thi line, and those below, will be ignored-- M System/Unix/Program.inc M System/Win32/Program.inc llvm-svn: 52233
-
Matthijs Kooijman authored
functional changes. Win32 code is untested, but should work fine. In the unix variant, rename RedirectFD to RedirectIO and let that function handle empty and null paths instead of doing that in the caller 3 times. This is the same as win32 already does it. In the win32 variant, use Path::isEmpty() instead of checking the resulting c_str() manually. This is the same as unix already does it. llvm-svn: 52230
-
- May 30, 2008
-
-
Bill Wendling authored
llvm-svn: 51709
-
- May 29, 2008
-
-
Bill Wendling authored
function to flush a specified std::ostream. llvm-svn: 51705
-
- May 14, 2008
-
-
Dan Gohman authored
llvm-svn: 51088
-
- May 13, 2008
-
-
Dan Gohman authored
several things that were neither in an anonymous namespace nor static but not intended to be global. llvm-svn: 51017
-
- May 11, 2008
-
-
Nick Lewycky authored
include backslashes on Windows. This should fix llvm-ld problems on win32. llvm-svn: 50960
-
- May 05, 2008
-
-
Evan Cheng authored
llvm-svn: 50659
-
- Apr 12, 2008
-
-
Nate Begeman authored
llvm-svn: 49568
-
- Apr 10, 2008
-
-
Dan Gohman authored
llvm-svn: 49496
-
- Apr 08, 2008
-
-
Ted Kremenek authored
llvm-svn: 49354
-
- Apr 07, 2008
-
-
Ted Kremenek authored
llvm-svn: 49352
-
- Apr 03, 2008
-
-
Ted Kremenek authored
This method allows one to create a directory, and optionally create all parent directories that do not exist. The original implementation would require that *all* directories along a path are writable by the user, including directories that already exist. For example, suppose we wanted to create the directory "/tmp/foo/bar", and the directory "/tmp" already exists, but not "/tmp/foo". Since "/tmp" is writable by all users, the original implementation would work, and create "/tmp/foo", followed by "/tmp/bar". A problem occurred, however if one wanted to created the directory "/Users/myuser/bar" (or equivalently "/home/myuser/bar"), and "/Users/myuser" already existed and is writable by the current user. The directory "/User/myuser" is writable by the user, but "/User" is not. The original implementation of createDirectoryOnDisk would return with failure since "/User" is not writable, even though "/User/mysuser" is writable. The new implementation works by recursively creating parents as needed, and thus doesn't need to check the permissions on every directory in a path. llvm-svn: 49162
-
- Apr 01, 2008
-
-
Chris Lattner authored
llvm-svn: 49036
-
Chris Lattner authored
llvm-svn: 49035
-
Chris Lattner authored
provides fast MappedFile::getFile for large files. llvm-svn: 49034
-
Chris Lattner authored
llvm-svn: 49030
-
Chris Lattner authored
llvm-svn: 49026
-
Chris Lattner authored
and shared. This complicates the design, is not used, and probably doesn't even work. llvm-svn: 49022
-
Chris Lattner authored
tons of out of date comments (really nothing throws here!) and fixes some other fairly glaring issues: "size" used to return the size of the file *and* change it, depending on how you called it. llvm-svn: 49009
-
Nate Begeman authored
crash miscompilations. llvm-svn: 49000
-
- Mar 24, 2008
-
-
Owen Anderson authored
llvm-svn: 48743
-
- Mar 22, 2008
-
-
Owen Anderson authored
llvm-svn: 48677
-
Owen Anderson authored
llvm-svn: 48676
-
Dan Gohman authored
dynamic initialization. llvm-svn: 48666
-
- Mar 13, 2008
-
-
Chris Lattner authored
llvm-svn: 48328
-
- Mar 03, 2008
-
-
Chris Lattner authored
main executable of a program. This needs to be implemented on windows. llvm-svn: 47835
-
- Feb 27, 2008
-
-
Chris Lattner authored
llvm-svn: 47662
-
- Feb 15, 2008
-
-
Lauro Ramos Venancio authored
llvm-svn: 47161
-
- Feb 04, 2008
-
-
Devang Patel authored
Patch by Shantonu Sen. llvm-svn: 46715
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Dec 18, 2007
-
-
Ted Kremenek authored
llvm-svn: 45182
-
Ted Kremenek authored
llvm-svn: 45168
-