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
/
lib
/
Support
/
MemoryBuffer.cpp
Age
Commit message (
Expand
)
Author
2013-07-22
Unbreak the Windows/Cygwin toolchain build after the 3.3 merge.
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-03-30
Put private class into an anonmyous namespace.
Benjamin Kramer
2013-03-14
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
2013-03-12
[Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...
Michael J. Spencer
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-01
In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check.
Argyrios Kyrtzidis
2013-02-19
Update a portability kludge to keep it in sync with changes in the code
Dan Gohman
2013-02-19
Whitelist files and block devices instead of blacklisting fifos and
Dan Gohman
2013-02-19
Don't trust st_size of a character device. This fixes using
Dan Gohman
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-31
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-06
MemoryBuffer: Windows doesn't define S_IFIFO.
Daniel Dunbar
2012-11-05
MemoryBuffer: Support reading named pipes in getFile().
Daniel Dunbar
2012-10-19
llvm: Remove some localmods in MemoryBuffer and clean nacl_file a bit.
Jan Voung
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-23
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-07-11
In MemoryBuffer::getOpenFile() don't verify that the mmap'ed
Argyrios Kyrtzidis
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-20
Remove an "else" that snuck in after a "return" ;)
Kaelyn Uhrain
2012-06-20
Check that a file is not a directory before reading it into a MemoryBuffer.
Kaelyn Uhrain
2012-04-05
In MemoryBuffer::getOpenFile() make sure that the buffer is null-terminated if
Argyrios Kyrtzidis
2012-03-13
Add a sanity check in MemoryBuffer::getOpenFile() to make sure we don't hang
Argyrios Kyrtzidis
2012-02-09
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2011-11-22
Add configure checking for pread(2) and use it to save a syscall when reading...
Benjamin Kramer
2011-11-22
Turn error recovery into an assert.
Benjamin Kramer
2011-10-20
Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly ...
David Meyer
2011-09-15
use 64-bit types instead of off_t/size_t to avoid the issue when
Ivan Krasin
2011-05-22
random comment cleanups.
Chris Lattner
2011-04-28
Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall...
Ted Kremenek
2011-03-22
We don't need a null terminator for the output file.
Rafael Espindola
2011-03-18
Check RequiresNullTerminator first, or we might read from an invalid address.
Rafael Espindola
2011-03-17
Use RequiresNullTerminator to create buffers without a null terminator
Rafael Espindola
2011-03-10
Don't compute the file size if we don't need to.
Rafael Espindola
2011-03-10
Add r127409 back now that the windows file was updated.
Rafael Espindola
2011-03-10
Revert r127409 which broke all the Windows bots.
Jakob Stoklund Olesen
2011-03-10
Add support for MemoryBuffers that are not null terminated and add
Rafael Espindola
2011-02-08
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2010-12-19
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-16
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-09
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-23
add a MemoryBuffer::getOpenFile method, which turns an open
Chris Lattner
2010-11-23
Revert functionality doug added in r98575 that was never
Chris Lattner
2010-06-25
Rewrite MemoryBuffer::getSTDIN to use read(2) and a SmallVector buffer.
Benjamin Kramer
[next]