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
/
MappedFile.inc
Age
Commit message (
Expand
)
Author
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
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-02-13
If errno is zero strerror_r does not modify the buffer, leaving it unterminated.
Chris Lattner
2004-12-27
For PR351:
Reid Spencer
2004-12-13
Make the size() method const
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-11-14
Fix bugs in class invariant
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-05
Must include sys/stat.h before declaring a 'struct stat'
Brian Gaeke
2004-10-05
Added a couple of includes to get this to compile on Sparc.
Tanya Lattner
2004-10-05
Solaris doesn't have MAP_FILE.
Chris Lattner
2004-10-04
First version of the MappedFile abstraction for operating system idependent
Reid Spencer