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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[Support] Remove unnecessary MemoryBuffer::anchor (where the destructor serve...
Fangrui Song
2018-07-27
1
-2
/
+1
*
Fix build errors on some configurations
Pavel Labath
2018-06-11
1
-1
/
+1
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-4
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCI
Weiming Zhao
2018-04-16
1
-2
/
+2
*
NFC: Move ObjectMemoryBuffer to support
Weiming Zhao
2018-04-15
1
-0
/
+2
*
Add missing vtable anchors
Weiming Zhao
2018-04-11
1
-0
/
+2
*
Fix signed-unsigned comparison warning.
Zachary Turner
2018-03-08
1
-1
/
+1
*
[Support] Add WriteThroughMemoryBuffer.
Zachary Turner
2018-03-08
1
-4
/
+55
*
[Support] Remove MemoryBuffer::getNewMemBuffer
Pavel Labath
2018-01-15
1
-5
/
+0
*
[Support] Add WritableMemoryBuffer::getNewMemBuffer
Pavel Labath
2018-01-09
1
-5
/
+10
*
[Support] Remove MemoryBuffer::getNewUninitMemBuffer
Pavel Labath
2017-12-21
1
-8
/
+3
*
[Support] Add WritableMemoryBuffer class
Pavel Labath
2017-12-19
1
-61
/
+96
*
Recommit "[Support] Add RetryAfterSignal helper function"
Pavel Labath
2017-06-29
1
-8
/
+5
*
Revert "[Support] Add RetryAfterSignal helper function" and subsequent fix
Pavel Labath
2017-06-22
1
-5
/
+8
*
[Support] Add RetryAfterSignal helper function
Pavel Labath
2017-06-21
1
-8
/
+5
*
[Support] Add a function to check if a file resides locally.
Zachary Turner
2017-02-21
1
-18
/
+16
*
Try to fix line endings.
Zachary Turner
2017-02-21
1
-457
/
+457
*
Remove svn:eol-style property from 2 files.
Zachary Turner
2017-02-21
1
-457
/
+457
*
Add interface to compute number of physical cores on host system
Teresa Johnson
2016-10-13
1
-0
/
+12
*
Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini
2016-10-01
1
-5
/
+5
*
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
[next]