Historique des commits

Auteur SHA1 Message Date
  Guillaume Chatelet 90b08b77ef [Alignment][NFC] Support compile time constants il y a 5 ans
  Guillaume Chatelet 4ddc21624e Revert "[Alignment][NFC] Allow constexpr Align" il y a 5 ans
  Guillaume Chatelet 3a0e85180c [Alignment][NFC] Allow constexpr Align il y a 5 ans
  JF Bastien 44846c4c50 [Support] Added overflow checking add, sub and mul. il y a 6 ans
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo il y a 6 ans
  Zvi Rackover 5a8feb7893 MathExtras UnitTest: Assert that isPowerOf2(0) is false. NFC. il y a 8 ans
  Chandler Carruth 3c0d60785c Re-sort #include lines for unittests. This uses a slightly modified il y a 8 ans
  Benjamin Kramer 5c42a4d473 [MathExtras] Fix undefined behavior (shift by bit width) il y a 8 ans
  Zachary Turner dc88b88a05 [Support] Add some helpers to generate bitmasks. il y a 8 ans
  Davide Italiano 582d2b4b31 [ADT/MathExtras] Make buildbot happy again. il y a 8 ans
  Davide Italiano 07ca53dbb5 [ADT/MathExtras] Add tests for PowerOf2Floor (previously untested). il y a 8 ans
  Davide Italiano 17ff1559b1 [ADT/MathExtras] Introduce PowerOf2Ceil. il y a 8 ans
  Justin Lebar 5e704c77a9 Add tests for max/minIntN(64). il y a 9 ans
  Justin Lebar c71e1994e1 Fix isShiftedInt and isShiftedUint for widths > 32. il y a 9 ans
  Justin Lebar 0616793d5c Don't do uint64_t(1) << 64 in maxUIntN. il y a 9 ans
  Dylan McKay e4d291c532 Add tests to Support/MathExtras il y a 9 ans
  NAKAMURA Takumi 0440e817b9 MathExtrasTest.cpp: Use EXPECT_DOUBLE_EQ here, instead of EXPECT_FLOAT_EQ. il y a 9 ans
  Rui Ueyama 3edb0ec229 Update to use new name alignTo(). il y a 9 ans
  Nathan Slingerland 21314fb768 [Support] Add saturating multiply-add support function il y a 9 ans
  Nathan Slingerland 09a7daad01 [Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for returning overflow state il y a 9 ans
  Nathan Slingerland 0197bd6d5e [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred il y a 9 ans
  Nathan Slingerland f2bc179203 [Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Unit Tests il y a 9 ans
  Daniel Sanders 0bee4edf8c Revert the revert 253497 and 253539 - These commits aren't the cause of the clang-cmake-mips failures. il y a 9 ans
  Daniel Sanders 0a3cc8fdf5 Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot. il y a 9 ans
  Nathan Slingerland 0171b5136f [Support] Disable SaturatingMultiply() unit test while investigating il y a 9 ans
  Nathan Slingerland 156d5ee497 [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try) il y a 9 ans
  Nathan Slingerland d4cf58476e Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions" il y a 9 ans
  Nathan Slingerland 4918b66f84 [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions il y a 9 ans
  Maksim Panchenko 3b3752c898 HHVM calling conventions. il y a 10 ans
  Benjamin Kramer 3d24eee47b Try to fix the MSVC build. il y a 10 ans