index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
MemoryBuffer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix undefined behavior when compiling in C++14 mode (with sized deletion
Richard Smith
2016-02-04
1
-0
/
+8
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[llvm-pdbdump] Provide a mechanism to dump the raw contents of a PDB
David Majnemer
2015-10-15
1
-2
/
+3
*
[UB] Fix yet another use of memcpy with a null pointer argument. I think
Chandler Carruth
2015-08-04
1
-1
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-1
/
+0
*
Pass EC by reference to MemoryBufferMMapFile to return error code.
Yaron Keren
2014-12-12
1
-1
/
+1
*
Remove a convoluted way of calling close by moving the call to the only caller.
Rafael Espindola
2014-12-11
1
-1
/
+1
*
Remove dead code. NFC.
Rafael Espindola
2014-12-04
1
-1
/
+1
*
[Support] Add MemoryBuffer::getFileSlice()
Nick Kledzik
2014-10-08
1
-8
/
+15
*
Remove the IsVolatileSize parameter of getOpenFileSlice.
Rafael Espindola
2014-10-07
1
-2
/
+3
*
Be consistent about using "const Twine &" for filenames.
Rafael Espindola
2014-10-07
1
-22
/
+27
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-34
/
+27
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
1
-0
/
+6
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-0
/
+6
*
Fix typo.
Eric Christopher
2014-08-09
1
-1
/
+1
*
Reword comment slightly.
Eric Christopher
2014-08-08
1
-4
/
+3
*
getNewMemBuffer memsets the buffer to zeros,
Yaron Keren
2014-08-06
1
-1
/
+1
*
MemoryBuffer: Don't use mmap when FileSize is multiple of 4k on Cygwin.
NAKAMURA Takumi
2014-08-04
1
-0
/
+8
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-69
/
+48
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-1
/
+2
*
Fix build on windows.
Rafael Espindola
2014-06-13
1
-1
/
+1
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-53
/
+54
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Don't import make_error_code into the llvm namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Don't put generic_category in the llvm namespace.
Rafael Espindola
2014-06-12
1
-3
/
+3
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
There is no posix_category in std, use generic_category.
Rafael Espindola
2014-06-11
1
-3
/
+3
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-3
/
+3
*
MemoryBuffer: Use GetNativeSystemInfo()
Alp Toker
2014-05-19
1
-9
/
+0
*
Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...
Craig Topper
2014-05-18
1
-52
/
+0
*
MemoryBuffer: don't force mmap when stat fails
Alp Toker
2014-05-09
1
-3
/
+2
*
MemoryBuffer: remove unusued definitions
Alp Toker
2014-05-09
1
-8
/
+0
*
[Support/MemoryBuffer] Remove the assertion that the file size did not shrink.
Argyrios Kyrtzidis
2014-05-06
1
-3
/
+0
*
[Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment ...
Argyrios Kyrtzidis
2014-05-06
1
-22
/
+23
*
[Support/MemoryBuffer] Move the IsVolatile check inside shouldUseMmap() and m...
Argyrios Kyrtzidis
2014-05-06
1
-7
/
+13
*
[Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVo...
Argyrios Kyrtzidis
2014-05-05
1
-18
/
+32
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-3
/
+3
*
[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
2014-03-10
1
-4
/
+4
*
[C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
2014-03-05
1
-20
/
+68
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-4
/
+4
*
MemoryBuffer: Increase the alignment of small file buffers to 16
Reid Kleckner
2013-12-16
1
-2
/
+3
*
Change MemoryBuffer::getFile to take a Twine.
Rafael Espindola
2013-10-25
1
-8
/
+12
*
Fix typo
Matt Arsenault
2013-09-10
1
-1
/
+1
*
MemoryBuffer.cpp: Don't peek the next page if file is multiple of *physical* ...
NAKAMURA Takumi
2013-09-04
1
-0
/
+9
*
Whitespace.
NAKAMURA Takumi
2013-09-04
1
-1
/
+1
*
MemoryBuffer.cpp: Consider if PageSize were not 4096 in shouldUseMmap(). Foll...
NAKAMURA Takumi
2013-08-22
1
-1
/
+1
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
1
-7
/
+25
[next]