aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/MathExtrasTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-14MathExtrasTest.cpp: Use EXPECT_DOUBLE_EQ here, instead of EXPECT_FLOAT_EQ.NAKAMURA Takumi1-1/+1
2016-01-14Update to use new name alignTo().Rui Ueyama1-9/+9
2016-01-12[Support] Add saturating multiply-add support functionNathan Slingerland1-0/+54
2015-12-09[Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for retu...Nathan Slingerland1-17/+17
2015-11-23[Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() t...Nathan Slingerland1-1/+50
2015-11-23[Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Uni...Nathan Slingerland1-0/+48
2015-11-20Revert the revert 253497 and 253539 - These commits aren't the cause of the c...Daniel Sanders1-0/+17
2015-11-20Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.Daniel Sanders1-17/+0
2015-11-19[Support] Disable SaturatingMultiply() unit test while investigatingNathan Slingerland1-19/+0
2015-11-18[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try)Nathan Slingerland1-0/+36
2015-11-18Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions"Nathan Slingerland1-48/+0
2015-11-18[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper FunctionsNathan Slingerland1-0/+48
2015-09-29HHVM calling conventions.Maksim Panchenko1-0/+5
2015-02-12Try to fix the MSVC build.Benjamin Kramer1-1/+1
2015-02-12MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...Benjamin Kramer1-7/+4
2013-05-24[Support] Remove Count{Leading,Trailing}Zeros_{32,64}.Michael J. Spencer1-16/+12
2013-05-24[Support][MathExtras] Fix literal type issues.Michael J. Spencer1-36/+36
2013-05-24[Support] Add type generic bit utilities to MathExtras.hMichael J. Spencer1-0/+91
2011-03-01Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes1-1/+1
2009-08-20Fixed header comment.Misha Brukman1-1/+1
2009-04-01Make the constants fit.Bill Wendling1-5/+5
2009-04-01Added tests for math utility functions; fixed another test's header comment.Misha Brukman1-0/+104