aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/MemoryBufferTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-08[Support] Add MemoryBuffer::getFileSlice()Nick Kledzik1-0/+50
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-7/+8
2014-06-13Remove the last uses of 'using std::error_code'Rafael Espindola1-6/+6
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-10/+10
2014-05-18Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.Craig Topper1-2/+1
2014-03-05[C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-10-25Change MemoryBuffer::getFile to take a Twine.Rafael Espindola1-1/+1
2013-09-04MemoryBufer: add a test: check that a file with size that is a multiple of theDmitri Gribenko1-0/+22
2013-08-22[Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi1-5/+0
2013-08-22Whitespace.NAKAMURA Takumi1-1/+1
2013-08-22Suppress MemoryBufferTest.cpp on win32 for now. Investigating.NAKAMURA Takumi1-0/+5
2013-08-22MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is...NAKAMURA Takumi1-1/+1
2013-07-23Refactor the unit test for MemoryBuffer::getOpenFileSliceEli Bendersky1-6/+27
2013-07-23Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola1-7/+4
2013-07-22Add a simple unit test for MemoryBuffer::getOpenFileEli Bendersky1-0/+33
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-1/+0
2012-10-04Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor1-0/+99