index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
MemoryBuffer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
use 64-bit types instead of off_t/size_t to avoid the issue when
Ivan Krasin
2011-09-15
1
-3
/
+3
*
random comment cleanups.
Chris Lattner
2011-05-22
1
-1
/
+1
*
Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall...
Ted Kremenek
2011-04-28
1
-0
/
+15
*
We don't need a null terminator for the output file.
Rafael Espindola
2011-03-22
1
-2
/
+4
*
Use RequiresNullTerminator to create buffers without a null terminator
Rafael Espindola
2011-03-17
1
-1
/
+2
*
Add r127409 back now that the windows file was updated.
Rafael Espindola
2011-03-10
1
-2
/
+6
*
Revert r127409 which broke all the Windows bots.
Jakob Stoklund Olesen
2011-03-10
1
-6
/
+2
*
Add support for MemoryBuffers that are not null terminated and add
Rafael Espindola
2011-03-10
1
-2
/
+6
*
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2011-02-08
1
-2
/
+1
*
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-16
1
-14
/
+16
*
Fix whitespace.
Michael J. Spencer
2010-12-09
1
-1
/
+1
*
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-09
1
-12
/
+13
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
add a MemoryBuffer::getOpenFile method, which turns an open
Chris Lattner
2010-11-23
1
-4
/
+9
*
Revert functionality doug added in r98575 that was never
Chris Lattner
2010-11-23
1
-9
/
+4
*
There is no EndPtr anymore - reinterpret the original comment in terms
Duncan Sands
2010-11-10
1
-3
/
+3
*
Tweak MemoryBuffer to allocate the class itself, the name and possibly the
Benjamin Kramer
2010-06-25
1
-9
/
+6
*
Add overloads for getFile and getFileOrSTDIN which take a const char *
Dan Gohman
2010-06-24
1
-0
/
+8
*
Add a comment explaining a non-obvious API.
Dan Gohman
2010-06-22
1
-0
/
+5
*
Add basic error checking to MemoryBuffer::getSTDIN.
Dan Gohman
2010-05-27
1
-1
/
+2
*
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-05
1
-2
/
+2
*
Extend MemoryBuffer::getFile() to take an optional "stat" structure
Douglas Gregor
2010-03-15
1
-2
/
+5
*
Remove spurious @verbatim. Patch by Timo Juhani Lindfors!
Jeffrey Yasskin
2009-11-18
1
-1
/
+1
*
Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...
Daniel Dunbar
2009-11-10
1
-16
/
+5
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Add MemoryBuffer::getBuffer() -> StringRef.
Daniel Dunbar
2009-08-24
1
-0
/
+5
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-9
/
+9
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-3
/
+3
*
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
1
-3
/
+3
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r...
Chris Lattner
2007-11-18
1
-6
/
+3
*
Add new MemoryBuffer::getMemBufferCopy method.
Chris Lattner
2007-10-09
1
-0
/
+6
*
Make it clear that getSTDIN returns null when stdin is empty.
Reid Spencer
2007-08-08
1
-1
/
+1
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-1
/
+1
*
Enhance MemoryBuffer to return error messages in strings if they occur.
Chris Lattner
2007-05-06
1
-2
/
+14
*
Add a helper that either opens a file or stdin.
Chris Lattner
2007-05-06
1
-0
/
+11
*
Add a new memorybuffer class, to unify all the file reading code in the system
Chris Lattner
2007-04-29
1
-0
/
+83