| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Alignment][NFC] Support compile time constants | Guillaume Chatelet | 2019-10-14 | 1 | -0/+19 |
| * | Revert "[Alignment][NFC] Allow constexpr Align" | Guillaume Chatelet | 2019-10-03 | 1 | -19/+0 |
| * | [Alignment][NFC] Allow constexpr Align | Guillaume Chatelet | 2019-10-03 | 1 | -0/+19 |
| * | [Support] Added overflow checking add, sub and mul. | JF Bastien | 2019-07-31 | 1 | -0/+127 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | MathExtras UnitTest: Assert that isPowerOf2(0) is false. NFC. | Zvi Rackover | 2017-07-03 | 1 | -0/+2 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [MathExtras] Fix undefined behavior (shift by bit width) | Benjamin Kramer | 2017-04-19 | 1 | -0/+5 |
| * | [Support] Add some helpers to generate bitmasks. | Zachary Turner | 2017-04-19 | 1 | -0/+20 |
| * | [ADT/MathExtras] Make buildbot happy again. | Davide Italiano | 2016-11-11 | 1 | -6/+6 |
| * | [ADT/MathExtras] Add tests for PowerOf2Floor (previously untested). | Davide Italiano | 2016-11-11 | 1 | -0/+6 |
| * | [ADT/MathExtras] Introduce PowerOf2Ceil. | Davide Italiano | 2016-11-11 | 1 | -0/+6 |
| * | Add tests for max/minIntN(64). | Justin Lebar | 2016-07-17 | 1 | -0/+4 |
| * | Fix isShiftedInt and isShiftedUint for widths > 32. | Justin Lebar | 2016-07-17 | 1 | -0/+38 |
| * | Don't do uint64_t(1) << 64 in maxUIntN. | Justin Lebar | 2016-07-16 | 1 | -0/+1 |
| * | Add tests to Support/MathExtras | Dylan McKay | 2016-06-02 | 1 | -0/+29 |
| * | MathExtrasTest.cpp: Use EXPECT_DOUBLE_EQ here, instead of EXPECT_FLOAT_EQ. | NAKAMURA Takumi | 2016-03-14 | 1 | -1/+1 |
| * | Update to use new name alignTo(). | Rui Ueyama | 2016-01-14 | 1 | -9/+9 |
| * | [Support] Add saturating multiply-add support function | Nathan Slingerland | 2016-01-12 | 1 | -0/+54 |
| * | [Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for retu... | Nathan Slingerland | 2015-12-09 | 1 | -17/+17 |
| * | [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() t... | Nathan Slingerland | 2015-11-23 | 1 | -1/+50 |
| * | [Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Uni... | Nathan Slingerland | 2015-11-23 | 1 | -0/+48 |
| * | Revert the revert 253497 and 253539 - These commits aren't the cause of the c... | Daniel Sanders | 2015-11-20 | 1 | -0/+17 |
| * | Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot. | Daniel Sanders | 2015-11-20 | 1 | -17/+0 |
| * | [Support] Disable SaturatingMultiply() unit test while investigating | Nathan Slingerland | 2015-11-19 | 1 | -19/+0 |
| * | [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try) | Nathan Slingerland | 2015-11-18 | 1 | -0/+36 |
| * | Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions" | Nathan Slingerland | 2015-11-18 | 1 | -48/+0 |
| * | [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions | Nathan Slingerland | 2015-11-18 | 1 | -0/+48 |
| * | HHVM calling conventions. | Maksim Panchenko | 2015-09-29 | 1 | -0/+5 |
| * | Try to fix the MSVC build. | Benjamin Kramer | 2015-02-12 | 1 | -1/+1 |
| * | MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit... | Benjamin Kramer | 2015-02-12 | 1 | -7/+4 |
| * | [Support] Remove Count{Leading,Trailing}Zeros_{32,64}. | Michael J. Spencer | 2013-05-24 | 1 | -16/+12 |
| * | [Support][MathExtras] Fix literal type issues. | Michael J. Spencer | 2013-05-24 | 1 | -36/+36 |
| * | [Support] Add type generic bit utilities to MathExtras.h | Michael J. Spencer | 2013-05-24 | 1 | -0/+91 |
| * | Fixes warnings emitted by Visual Studio 2010 compiler. | Oscar Fuentes | 2011-03-01 | 1 | -1/+1 |
| * | Fixed header comment. | Misha Brukman | 2009-08-20 | 1 | -1/+1 |
| * | Make the constants fit. | Bill Wendling | 2009-04-01 | 1 | -5/+5 |
| * | Added tests for math utility functions; fixed another test's header comment. | Misha Brukman | 2009-04-01 | 1 | -0/+104 |