Use r2 when encoding tls on ppc32. Fixes PR18305.
[oota-llvm.git] / unittests / Support / MemoryBufferTest.cpp
2013-10-25 Rafael EspindolaChange MemoryBuffer::getFile to take a Twine.
2013-09-04 Dmitri GribenkoMemoryBufer: add a test: check that a file with size...
2013-08-22 NAKAMURA Takumi[Win32] mapped_file_region: Fix a bug in CreateFileMapp...
2013-08-22 NAKAMURA TakumiWhitespace.
2013-08-22 NAKAMURA TakumiSuppress MemoryBufferTest.cpp on win32 for now. Investi...
2013-08-22 NAKAMURA TakumiMemoryBufferTest.cpp: Tweak offset corresponding to...
2013-07-23 Eli BenderskyRefactor the unit test for MemoryBuffer::getOpenFileSlice
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-07-22 Eli BenderskyAdd a simple unit test for MemoryBuffer::getOpenFile
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-10-04 Andrew KaylorAdding MCJIT and MemoryBuffer unit tests