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
/
Support
/
MemoryBuffer.h
Age
Commit message (
Expand
)
Author
2009-11-18
Remove spurious @verbatim. Patch by Timo Juhani Lindfors!
Jeffrey Yasskin
2009-11-10
Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...
Daniel Dunbar
2009-10-26
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-08-24
Add MemoryBuffer::getBuffer() -> StringRef.
Daniel Dunbar
2009-02-20
Removed trailing whitespace.
Misha Brukman
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-04-01
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-18
Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r...
Chris Lattner
2007-10-09
Add new MemoryBuffer::getMemBufferCopy method.
Chris Lattner
2007-08-08
Make it clear that getSTDIN returns null when stdin is empty.
Reid Spencer
2007-08-05
Fix minor doxygen nits.
Reid Spencer
2007-05-06
Enhance MemoryBuffer to return error messages in strings if they occur.
Chris Lattner
2007-05-06
Add a helper that either opens a file or stdin.
Chris Lattner
2007-04-29
Add a new memorybuffer class, to unify all the file reading code in the system
Chris Lattner