index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop.
Chris Lattner
2008-03-13
1
-1
/
+10
*
Stub out a Path::GetMainExecutable call to find the path to the
Chris Lattner
2008-03-03
1
-0
/
+18
*
Add path separator support, patch by Sam Bishop.
Chris Lattner
2008-02-27
1
-19
/
+2
*
It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog...
Lauro Ramos Venancio
2008-02-15
1
-44
/
+2
*
Set error message.
Devang Patel
2008-02-04
1
-2
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
10
-20
/
+20
*
Added "GetCurrentDirectory()" to sys::Path.
Ted Kremenek
2007-12-18
1
-0
/
+10
*
Added "isDirectory" method to llvm::sys::Path.
Ted Kremenek
2007-12-18
1
-0
/
+8
*
Remove dead file and directory.
Chris Lattner
2007-12-08
1
-30
/
+0
*
Remove spurious consts. This fixes warnings with compilers that
Dan Gohman
2007-09-14
1
-2
/
+2
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-3
/
+4
*
Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...
Gabor Greif
2007-07-06
1
-1
/
+1
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-1
/
+1
*
Fix LLVM build on NetBSD. Patch by Neil Booth.
Devang Patel
2007-06-04
1
-0
/
+2
*
Fix a bug where the bcreader could crash on .bc files that were an exact
Chris Lattner
2007-05-11
1
-0
/
+1
*
pull some win32 code into common code, add bitcode identification support.
Chris Lattner
2007-05-06
1
-31
/
+0
*
Cygwin doesn't have the RSS_LIMIT for get/setrlimit.
Reid Spencer
2007-04-23
1
-0
/
+2
*
For PR1291:
Reid Spencer
2007-04-07
2
-47
/
+54
*
Use the stat information in the Path object, if it is already obtained. This
Reid Spencer
2007-03-29
1
-4
/
+3
*
For PR789:
Reid Spencer
2007-03-29
2
-34
/
+39
*
Add a uniqueID field to the FileStatus structure for Paths. This will map
Reid Spencer
2007-03-29
1
-0
/
+1
*
For PR789:
Reid Spencer
2007-03-29
1
-12
/
+22
*
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-16
1
-0
/
+30
*
Eliminate "control reaches end of non-void function" warnings.
Reid Spencer
2006-12-05
1
-0
/
+3
*
Use new config.h macro
Chris Lattner
2006-09-14
1
-2
/
+2
*
On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for
Chris Lattner
2006-09-14
1
-7
/
+29
*
For PR797:
Reid Spencer
2006-08-25
3
-9
/
+16
*
For PR797:
Reid Spencer
2006-08-23
3
-109
/
+63
*
For PR797:
Reid Spencer
2006-08-23
2
-36
/
+24
*
For PR797:
Reid Spencer
2006-08-23
1
-5
/
+8
*
For PR797:
Reid Spencer
2006-08-23
1
-15
/
+22
*
For PR797:
Reid Spencer
2006-08-22
1
-9
/
+18
*
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
Reid Spencer
2006-08-22
1
-23
/
+30
*
Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so
Reid Spencer
2006-08-22
1
-2
/
+7
*
For PR797:
Reid Spencer
2006-08-22
1
-10
/
+15
*
For PR797:
Reid Spencer
2006-08-22
1
-8
/
+13
*
Make an error message a little more intelligible.
Reid Spencer
2006-08-22
1
-1
/
+1
*
For PR797:
Reid Spencer
2006-08-21
2
-23
/
+67
*
For PR797:
Reid Spencer
2006-08-21
1
-1
/
+1
*
Remove extraneous #include.
Reid Spencer
2006-08-07
1
-1
/
+0
*
Make the removal of files use Path::eraseFromDisk just like it does for
Reid Spencer
2006-08-07
1
-4
/
+5
*
Add a note about how the "isFile" check in Path::eraseFromDisk prevents
Reid Spencer
2006-08-07
1
-0
/
+5
*
Remove some now-dead methods. Use getFileStatus instead.
Chris Lattner
2006-08-01
1
-34
/
+0
*
Use getFileStatus instead of Path::isDirectory().
Chris Lattner
2006-08-01
1
-7
/
+6
*
elimiante some syscalls
Chris Lattner
2006-08-01
1
-15
/
+12
*
Modify setStatusInfoOnDisk to not throw an exception.
Chris Lattner
2006-07-28
1
-4
/
+4
*
Modify Path::eraseFromDisk to not throw an exception.
Chris Lattner
2006-07-28
1
-24
/
+29
*
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-28
1
-15
/
+15
*
simple optimization: don't bother calling "exists" (which calls the syscall
Chris Lattner
2006-07-18
1
-3
/
+0
*
Remove a dead conditional: info_ can only be allocated if FD is good. Improve
Chris Lattner
2006-07-18
1
-5
/
+4
[next]