Replace the unit test of BranchProbability::normalizeEdgeWeights() with BranchProbabi...
[oota-llvm.git] / unittests / Support / raw_ostream_test.cpp
2015-01-26 Zachary TurnerTeach raw_ostream to support hex formatting without...
2014-09-25 Nick Kledzik[Support] Add type-safe alternative to llvm::format()
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2009-10-17 Daniel DunbarAdd raw_ostream::write_escaped, for writing escaped...
2009-09-15 Daniel DunbarDrop the raw_ostream required buffer size to 1.
2009-08-23 Daniel DunbarFix off-by-one in llvm::Format::print.
2009-08-19 Daniel DunbarAdd min and max tests.
2009-04-01 Misha BrukmanAdded tests for math utility functions; fixed another...
2009-03-19 Misha BrukmanRenamed unittest files to have a consistent {Tt}est...