For PR789:
[oota-llvm.git] / lib / System / Unix / MappedFile.inc
2006-08-25 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-07-18 Chris Lattnersimple optimization: don't bother calling "exists"...
2006-07-18 Chris LattnerRemove a dead conditional: info_ can only be allocated...
2006-07-18 Chris LattnerThe only entry in the stat buf this code cares about...
2006-07-18 Chris LattnerReduce code in the error path by only allocating info_...
2006-07-18 Chris LattnerUnindent some code
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-02-13 Chris LattnerIf errno is zero strerror_r does not modify the buffer...
2004-12-27 Reid SpencerFor PR351:
2004-12-13 Reid SpencerMake the size() method const
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-14 Reid SpencerFix bugs in class invariant
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-05 Brian GaekeMust include sys/stat.h before declaring a 'struct...
2004-10-05 Tanya LattnerAdded a couple of includes to get this to compile on...
2004-10-05 Chris LattnerSolaris doesn't have MAP_FILE.
2004-10-04 Reid SpencerFirst version of the MappedFile abstraction for operati...