aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/MemoryBufferTest.cpp
AgeCommit message (Expand)AuthorFilesLines
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