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
/
unittests
/
Support
/
MemoryBufferTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] Improve readNativeFile(Slice) interface
Pavel Labath
2019-08-22
1
-0
/
+41
*
Recommit "MemoryBuffer: Add a missing error-check to getOpenFileImpl"
Pavel Labath
2019-08-20
1
-0
/
+51
*
Revert "MemoryBuffer: Add a missing error-check to getOpenFileImpl"
Pavel Labath
2019-08-15
1
-51
/
+0
*
MemoryBuffer: Add a missing error-check to getOpenFileImpl
Pavel Labath
2019-08-15
1
-0
/
+51
*
[Support] Move llvm::MemoryBuffer to sys::fs::file_t
Reid Kleckner
2019-07-10
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Pacify -Wsign-compare in unit test.
Benjamin Kramer
2018-03-08
1
-2
/
+2
*
[Support] Add WriteThroughMemoryBuffer.
Zachary Turner
2018-03-08
1
-0
/
+29
*
[Support] Add WritableMemoryBuffer::getNewMemBuffer
Pavel Labath
2018-01-09
1
-2
/
+2
*
[Support] Remove MemoryBuffer::getNewUninitMemBuffer
Pavel Labath
2017-12-21
1
-3
/
+3
*
[Support] Add WritableMemoryBuffer class
Pavel Labath
2017-12-19
1
-0
/
+34
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Try to fix some temp file leaks in SupportTests, PR18335
Reid Kleckner
2016-09-02
1
-0
/
+4
*
Remove excess white space
Rafael Espindola
2015-11-18
1
-6
/
+0
*
Add MemoryBufferRef(MemoryBuffer&) constructor.
Rafael Espindola
2015-11-17
1
-0
/
+9
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[Support] Add MemoryBuffer::getFileSlice()
Nick Kledzik
2014-10-08
1
-0
/
+50
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-7
/
+8
*
Remove the last uses of 'using std::error_code'
Rafael Espindola
2014-06-13
1
-6
/
+6
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-10
/
+10
*
Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.
Craig Topper
2014-05-18
1
-2
/
+1
*
[C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Change MemoryBuffer::getFile to take a Twine.
Rafael Espindola
2013-10-25
1
-1
/
+1
*
MemoryBufer: add a test: check that a file with size that is a multiple of the
Dmitri Gribenko
2013-09-04
1
-0
/
+22
*
[Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...
NAKAMURA Takumi
2013-08-22
1
-5
/
+0
*
Whitespace.
NAKAMURA Takumi
2013-08-22
1
-1
/
+1
*
Suppress MemoryBufferTest.cpp on win32 for now. Investigating.
NAKAMURA Takumi
2013-08-22
1
-0
/
+5
*
MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is...
NAKAMURA Takumi
2013-08-22
1
-1
/
+1
*
Refactor the unit test for MemoryBuffer::getOpenFileSlice
Eli Bendersky
2013-07-23
1
-6
/
+27
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
1
-7
/
+4
*
Add a simple unit test for MemoryBuffer::getOpenFile
Eli Bendersky
2013-07-22
1
-0
/
+33
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-1
/
+0
*
Adding MCJIT and MemoryBuffer unit tests
Andrew Kaylor
2012-10-04
1
-0
/
+99