index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
System
/
MappedFile.h
Age
Commit message (
Expand
)
Author
2008-04-01
MappedFile is dead, remove it.
Chris Lattner
2008-04-01
Make MappedFile::map return a const correct pointer, don't leak address space...
Chris Lattner
2008-04-01
Remove the MappedFile::charBase member, rename base -> getBase() and
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
2008-04-01
remove DEFINING_FILE_FOR for MappedFile.h
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-04-07
For PR1291:
Reid Spencer
2006-08-27
make optional pointer really optional
Chris Lattner
2006-08-25
For PR797:
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-07-26
For PR780:
Reid Spencer
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-28
Do not clean up if the MappedFile was never used or if the client already
Chris Lattner
2004-12-13
Make the size() method const
Reid Spencer
2004-11-14
Allow explicit closing of the MappedFile, before destruction
Reid Spencer
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-04
Minor corrections suggested by Chris' ever-watchful eye.
Reid Spencer
2004-10-04
First version of the MappedFile abstraction for operating system idependent
Reid Spencer