1. a9ba12d Add tests to Support/MathExtras by Dylan McKay · 9 years ago
  2. fa99425 MathExtrasTest.cpp: Use EXPECT_DOUBLE_EQ here, instead of EXPECT_FLOAT_EQ. by NAKAMURA Takumi · 10 years ago
  3. da00f2f Update to use new name alignTo(). by Rui Ueyama · 10 years ago
  4. 7bee316 [Support] Add saturating multiply-add support function by Nathan Slingerland · 10 years ago
  5. 644badb [Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for returning overflow state by Nathan Slingerland · 10 years ago
  6. 2e1d85a [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred by Nathan Slingerland · 10 years ago
  7. 8a06548 [Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Unit Tests by Nathan Slingerland · 10 years ago
  8. be9db3c Revert the revert 253497 and 253539 - These commits aren't the cause of the clang-cmake-mips failures. by Daniel Sanders · 10 years ago
  9. ad6c04d Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot. by Daniel Sanders · 10 years ago
  10. 00aecfc [Support] Disable SaturatingMultiply() unit test while investigating by Nathan Slingerland · 10 years ago
  11. 617c600 [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try) by Nathan Slingerland · 10 years ago
  12. a75d256 Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions" by Nathan Slingerland · 10 years ago
  13. fda1b81 [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions by Nathan Slingerland · 10 years ago
  14. cce239c HHVM calling conventions. by Maksim Panchenko · 10 years ago
  15. 193c94b Try to fix the MSVC build. by Benjamin Kramer · 11 years ago
  16. 5f6a907 MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line with countTrailingZeros by Benjamin Kramer · 11 years ago
  17. a8db3f6 [Support] Remove Count{Leading,Trailing}Zeros_{32,64}. by Michael J. Spencer · 12 years ago
  18. 795ecd2 [Support][MathExtras] Fix literal type issues. by Michael J. Spencer · 12 years ago
  19. eb91eac [Support] Add type generic bit utilities to MathExtras.h by Michael J. Spencer · 12 years ago
  20. 98a3c80 Fixes warnings emitted by Visual Studio 2010 compiler. by Oscar Fuentes · 15 years ago
  21. 5851edb Fixed header comment. by Misha Brukman · 16 years ago
  22. 66b3fff Make the constants fit. by Bill Wendling · 17 years ago
  23. 1757a81 Added tests for math utility functions; fixed another test's header comment. by Misha Brukman · 17 years ago