Support: More BlockFrequencyTest => BranchProbabilityTest
[oota-llvm.git] / unittests / Support / MathExtrasTest.cpp
2013-05-24 Michael J. Spencer[Support] Remove Count{Leading,Trailing}Zeros_{32,64}.
2013-05-24 Michael J. Spencer[Support][MathExtras] Fix literal type issues.
2013-05-24 Michael J. Spencer[Support] Add type generic bit utilities to MathExtras.h
2011-03-01 Oscar FuentesFixes warnings emitted by Visual Studio 2010 compiler.
2009-08-20 Misha BrukmanFixed header comment.
2009-04-01 Bill WendlingMake the constants fit.
2009-04-01 Misha BrukmanAdded tests for math utility functions; fixed another...