Commit Verlauf

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