aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/MemoryBufferTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+50
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-19/+21
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+2
* Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-251-1/+1
* MemoryBufer: add a test: check that a file with size that is a multiple of theDmitri Gribenko2013-09-041-0/+22
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-221-5/+0
* Whitespace.NAKAMURA Takumi2013-08-221-1/+1
* Suppress MemoryBufferTest.cpp on win32 for now. Investigating.NAKAMURA Takumi2013-08-221-0/+5
* MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is...NAKAMURA Takumi2013-08-221-1/+1
* Refactor the unit test for MemoryBuffer::getOpenFileSliceEli Bendersky2013-07-231-6/+27
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-231-7/+4
* Add a simple unit test for MemoryBuffer::getOpenFileEli Bendersky2013-07-221-0/+33
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-1/+0
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-041-0/+99