[Support] Disable SaturatingMultiply() unit test while investigating
[oota-llvm.git] / unittests / Support / MathExtrasTest.cpp
2015-11-19 Nathan Slingerland[Support] Disable SaturatingMultiply() unit test while...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 Nathan SlingerlandRevert "[llvm-profdata] Add SaturatingAdd/SaturatingMul...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-02-12 Benjamin KramerTry to fix the MSVC build.
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
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...