summaryrefslogtreecommitdiff
path: root/unittests/Support/MemoryBufferTest.cpp
Commit message (Expand)AuthorAge
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.Craig Topper2014-05-18
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-05
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-25
* MemoryBufer: add a test: check that a file with size that is a multiple of theDmitri Gribenko2013-09-04
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-22
* Whitespace.NAKAMURA Takumi2013-08-22
* Suppress MemoryBufferTest.cpp on win32 for now. Investigating.NAKAMURA Takumi2013-08-22
* MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is...NAKAMURA Takumi2013-08-22
* Refactor the unit test for MemoryBuffer::getOpenFileSliceEli Bendersky2013-07-23
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-23
* Add a simple unit test for MemoryBuffer::getOpenFileEli Bendersky2013-07-22
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-04