aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/MappedFile.inc
Commit message (Expand)AuthorAgeFilesLines
* Implement Path::MapInFilePages/UnMapFilePages on unix, which Chris Lattner2008-04-011-2/+1
* Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner2008-04-011-1/+2
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-011-64/+6
* cleanup the MappedFile API and comments. This removes and updatesChris Lattner2008-04-011-66/+67
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix a bug where the bcreader could crash on .bc files that were an exactChris Lattner2007-05-111-0/+1
* Use the stat information in the Path object, if it is already obtained. ThisReid Spencer2007-03-291-4/+3
* For PR797:Reid Spencer2006-08-251-4/+6
* For PR797:Reid Spencer2006-08-221-10/+15
* simple optimization: don't bother calling "exists" (which calls the syscallChris Lattner2006-07-181-3/+0
* Remove a dead conditional: info_ can only be allocated if FD is good. ImproveChris Lattner2006-07-181-5/+4
* The only entry in the stat buf this code cares about is the size. Keep justChris Lattner2006-07-181-14/+14
* Reduce code in the error path by only allocating info_ if everything looksChris Lattner2006-07-181-10/+8
* Unindent some codeChris Lattner2006-07-181-25/+24
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner2005-02-131-0/+1
* For PR351:Reid Spencer2004-12-271-1/+11
* Make the size() method constReid Spencer2004-12-131-1/+1
* Path::get -> Path::toStringReid Spencer2004-12-111-4/+4
* Fix bugs in class invariantReid Spencer2004-11-141-0/+3
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+0
* Must include sys/stat.h before declaring a 'struct stat'Brian Gaeke2004-10-051-0/+1
* Added a couple of includes to get this to compile on Sparc.Tanya Lattner2004-10-051-1/+1
* Solaris doesn't have MAP_FILE.Chris Lattner2004-10-051-1/+4
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-041-0/+138