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
/
lib
/
Support
/
MemoryBuffer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak MemoryBuffer::getSTDIN so that it returns after the first EOF.
Eli Friedman
2009-05-18
1
-3
/
+6
*
Switch from new[] + delete[] to malloc + free since llvm does not catch C++ e...
Evan Cheng
2009-02-13
1
-3
/
+3
*
If new[] fails, return 0 rather then trying to dereference a null pointer.
Evan Cheng
2009-02-13
1
-3
/
+12
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-3
/
+3
*
fcntl.h is pretty standard on unix (without the sys/)
Gabor Greif
2008-04-30
1
-2
/
+1
*
Fix compilation errors on MSVC. Patch by Argiris Kirtzidis!
Bill Wendling
2008-04-01
1
-1
/
+2
*
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
1
-13
/
+8
*
Reimplement MemoryBuffer::getFile with three enhancements:
Chris Lattner
2008-04-01
1
-85
/
+64
*
Remove the MappedFile::charBase member, rename base -> getBase() and
Chris Lattner
2008-04-01
1
-3
/
+4
*
Remove MappedFile support for mapping files for write and exec
Chris Lattner
2008-04-01
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r...
Chris Lattner
2007-11-18
1
-0
/
+18
*
Add new MemoryBuffer::getMemBufferCopy method.
Chris Lattner
2007-10-09
1
-2
/
+15
*
Make getSTDIN return null if the standard input is empty, as the header file
Reid Spencer
2007-08-08
1
-2
/
+4
*
Fix undefined behaviour reported by the new --enable-expensive-checks option.
Nick Lewycky
2007-07-01
1
-1
/
+2
*
fix a memory leak
Chris Lattner
2007-05-11
1
-1
/
+1
*
Unbreak VC++ build.
Jeff Cohen
2007-05-07
1
-0
/
+2
*
Enhance MemoryBuffer to return error messages in strings if they occur.
Chris Lattner
2007-05-06
1
-7
/
+11
*
Fix MemoryBuffer::getFile to return null if it has an error opening the
Chris Lattner
2007-05-06
1
-8
/
+20
*
Fix MemoryBuffer breakage correctly.
Jeff Cohen
2007-04-29
1
-1
/
+1
*
Unbreak build.
Jeff Cohen
2007-04-29
1
-1
/
+2
*
Add a new memorybuffer class, to unify all the file reading code in the system
Chris Lattner
2007-04-29
1
-0
/
+239