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