Replace the unit test of BranchProbability::normalizeEdgeWeights() with BranchProbabi...
[oota-llvm.git] / unittests / Support / MemoryBufferTest.cpp
2015-11-18 Rafael EspindolaRemove excess white space
2015-11-17 Rafael EspindolaAdd MemoryBufferRef(MemoryBuffer&) constructor.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-10-08 Nick Kledzik[Support] Add MemoryBuffer::getFileSlice()
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-13 Rafael EspindolaRemove the last uses of 'using std::error_code'
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-05-18 Craig TopperUse std::unique_ptr instead of OwningPtr in the MemoryB...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
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