aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/MappedFile.inc
AgeCommit message (Expand)Author
2008-04-01MappedFile is dead, remove it.Chris Lattner
2008-04-01Implement Path::MapInFilePages/UnMapFilePages on unix, which Chris Lattner
2008-04-01Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner
2008-04-01Remove MappedFile support for mapping files for write and execChris Lattner
2008-04-01cleanup the MappedFile API and comments. This removes and updatesChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-05-11Fix a bug where the bcreader could crash on .bc files that were an exactChris Lattner
2007-03-29Use the stat information in the Path object, if it is already obtained. ThisReid Spencer
2006-08-25For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-07-18simple optimization: don't bother calling "exists" (which calls the syscallChris Lattner
2006-07-18Remove a dead conditional: info_ can only be allocated if FD is good. ImproveChris Lattner
2006-07-18The only entry in the stat buf this code cares about is the size. Keep justChris Lattner
2006-07-18Reduce code in the error path by only allocating info_ if everything looksChris Lattner
2006-07-18Unindent some codeChris Lattner
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-02-13If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner
2004-12-27For PR351:Reid Spencer
2004-12-13Make the size() method constReid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-14Fix bugs in class invariantReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-05Must include sys/stat.h before declaring a 'struct stat'Brian Gaeke
2004-10-05Added a couple of includes to get this to compile on Sparc.Tanya Lattner
2004-10-05Solaris doesn't have MAP_FILE.Chris Lattner
2004-10-04First version of the MappedFile abstraction for operating system idependentReid Spencer