index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
Age
Commit message (
Expand
)
Author
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-18
Added "GetCurrentDirectory()" to sys::Path.
Ted Kremenek
2007-12-18
Added "isDirectory" method to llvm::sys::Path.
Ted Kremenek
2007-12-08
Remove dead file and directory.
Chris Lattner
2007-09-14
Remove spurious consts. This fixes warnings with compilers that
Dan Gohman
2007-09-07
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-07-06
Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...
Gabor Greif
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-06-04
Fix LLVM build on NetBSD. Patch by Neil Booth.
Devang Patel
2007-05-11
Fix a bug where the bcreader could crash on .bc files that were an exact
Chris Lattner
2007-05-06
pull some win32 code into common code, add bitcode identification support.
Chris Lattner
2007-04-23
Cygwin doesn't have the RSS_LIMIT for get/setrlimit.
Reid Spencer
2007-04-07
For PR1291:
Reid Spencer
2007-03-29
Use the stat information in the Path object, if it is already obtained. This
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2007-03-29
Add a uniqueID field to the FileStatus structure for Paths. This will map
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2006-12-05
Eliminate "control reaches end of non-void function" warnings.
Reid Spencer
2006-09-14
Use new config.h macro
Chris Lattner
2006-09-14
On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for
Chris Lattner
2006-08-25
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-08-22
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
Reid Spencer
2006-08-22
Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-08-22
Make an error message a little more intelligible.
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-08-07
Remove extraneous #include.
Reid Spencer
2006-08-07
Make the removal of files use Path::eraseFromDisk just like it does for
Reid Spencer
2006-08-07
Add a note about how the "isFile" check in Path::eraseFromDisk prevents
Reid Spencer
2006-08-01
Remove some now-dead methods. Use getFileStatus instead.
Chris Lattner
2006-08-01
Use getFileStatus instead of Path::isDirectory().
Chris Lattner
2006-08-01
elimiante some syscalls
Chris Lattner
2006-07-28
Modify setStatusInfoOnDisk to not throw an exception.
Chris Lattner
2006-07-28
Modify Path::eraseFromDisk to not throw an exception.
Chris Lattner
2006-07-28
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-18
simple optimization: don't bother calling "exists" (which calls the syscall
Chris Lattner
2006-07-18
Remove a dead conditional: info_ can only be allocated if FD is good. Improve
Chris Lattner
2006-07-18
The only entry in the stat buf this code cares about is the size. Keep just
Chris Lattner
2006-07-18
Reduce code in the error path by only allocating info_ if everything looks
Chris Lattner
2006-07-18
Unindent some code
Chris Lattner
2006-07-12
Turn an if into an else if.
Chris Lattner
2006-07-07
no need to do a stat then an lstat. lstat will tell us if normal files don't...
Chris Lattner
[next]