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
2008-04-01
MappedFile is dead, remove it.
Chris Lattner
2008-04-01
Implement Path::MapInFilePages/UnMapFilePages on unix, which
Chris Lattner
2008-04-01
Make MappedFile::map return a const correct pointer, don't leak address space...
Chris Lattner
2008-04-01
Remove MappedFile support for mapping files for write and exec
Chris Lattner
2008-04-01
cleanup the MappedFile API and comments. This removes and updates
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-05-11
Fix a bug where the bcreader could crash on .bc files that were an exact
Chris Lattner
2007-03-29
Use the stat information in the Path object, if it is already obtained. This
Reid Spencer
2006-08-25
For PR797:
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
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