aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/MappedFile.h
Commit message (Expand)AuthorAgeFilesLines
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-12/+12
* Do not clean up if the MappedFile was never used or if the client alreadyChris Lattner2005-01-281-1/+1
* Make the size() method constReid Spencer2004-12-131-2/+2
* Allow explicit closing of the MappedFile, before destructionReid Spencer2004-11-141-0/+2
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-1/+1
* Minor corrections suggested by Chris' ever-watchful eye.Reid Spencer2004-10-041-9/+4
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-041-0/+160