Age | Commit message (Expand) | Author | Files | Lines |
2022-03-14 | Implement literal suffixes for _BitInt | Aaron Ballman | 1 | -26/+43 |
2022-01-21 | [llvm] Cleanup header dependencies in ADT and Support | serge-sans-paille | 1 | -2/+0 |
2021-11-16 | [llvm] Add a SFINAE template parameter to DenseMapInfo | River Riddle | 1 | -1/+1 |
2021-10-16 | [APInt] Fix 1-bit edge case in smul_ov() | Nikita Popov | 1 | -2/+3 |
2021-10-06 | [APInt] Fix isAllOnes and extractBits for zero width values. | Chris Lattner | 1 | -1/+0 |
2021-10-05 | [APInt] Fix type limits warning (NFC) | Nikita Popov | 1 | -2/+1 |
2021-10-05 | [APInt] Make insertBits and concat work with zero width APInts. | Chris Lattner | 1 | -2/+6 |
2021-10-04 | [APInt] Stop using soft-deprecated constructors and methods in llvm. NFC. | Jay Foad | 1 | -4/+4 |
2021-09-13 | [APInt] Add a concat method, use LLVM_UNLIKELY to help optimizer. | Chris Lattner | 1 | -7/+18 |
2021-09-13 | [APInt] Add APIntOps::ScaleBitMask helper | Simon Pilgrim | 1 | -0/+34 |
2021-09-09 | [APInt] Enable APInt to support zero bit integers. | Chris Lattner | 1 | -16/+15 |
2021-09-09 | [APInt] Normalize naming on keep constructors / predicate methods. | Chris Lattner | 1 | -6/+6 |
2021-09-08 | [APInt.h] Reduce the APInt header file interface a bit. NFC | Chris Lattner | 1 | -227/+121 |
2021-06-11 | [ADT] Remove APInt/APSInt toString() std::string variants | Simon Pilgrim | 1 | -8/+0 |
2021-06-01 | [ADT] Move DenseMapInfo for APInt into APInt.h (PR50527) | Nikita Popov | 1 | -0/+4 |
2020-11-23 | [APInt] Add the truncOrSelf resizing operator to APInt | Kerry McLaughlin | 1 | -0/+6 |
2020-09-02 | [APInt] New member function setBitVal | Jay Foad | 1 | -8/+3 |
2020-07-13 | [ADT] Make Load(AP)IntFromMemory pointer argument const | Pavel Labath | 1 | -1/+2 |
2020-04-14 | [ADT] Mix the bit width into APInt's hash_value | Benjamin Kramer | 1 | -2/+4 |
2020-02-15 | [APInt] byteSwap - handle any whole byte bitwidth greater than 16-bits | Simon Pilgrim | 1 | -1/+1 |
2020-02-15 | [APInt] byteSwap - simplify sub 64-bits cases to match general implementation... | Simon Pilgrim | 1 | -9/+5 |
2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer | 1 | -1/+1 |
2019-11-08 | [APInt] Add saturating truncation methods | Roman Lebedev | 1 | -0/+25 |
2019-11-06 | [NFC][APInt] Fix typos in comments. | Miloš Stojanović | 1 | -3/+3 |
2019-10-26 | [APInt] Introduce APIntOps::GetMostSignificantDifferentBit() | Roman Lebedev | 1 | -0/+8 |
2019-10-25 | [APInt] Add saturating left-shift ops | Roman Lebedev | 1 | -0/+19 |
2019-10-25 | [APInt] Add saturating multiply ops | Roman Lebedev | 1 | -0/+21 |
2019-09-18 | Fix compile-time regression caused by rL371928 | Daniel Sanders | 1 | -0/+52 |
2019-07-02 | [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast | Erik Pilkington | 1 | -0/+53 |
2019-06-29 | [APInt] Fix getBitsNeeded for INT_MIN values | Dmitry Venikov | 1 | -1/+4 |
2019-06-27 | [CodeGen] [SelectionDAG] More efficient code for X % C == 0 (UREM case) (try 3) | Roman Lebedev | 1 | -0/+2 |
2019-04-19 | [APInt] Optimize umul_ov | Fangrui Song | 1 | -5/+12 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-11-20 | [APInt] Add methods for saturated add and sub | Sanjay Patel | 1 | -0/+36 |
2018-09-08 | ADT: add <bit> header, implement C++20 bit_cast, use | JF Bastien | 1 | -14/+7 |
2018-09-07 | Revert "ADT: add <bit> header, implement C++20 bit_cast, use" | JF Bastien | 1 | -7/+14 |
2018-09-07 | ADT: add <bit> header, implement C++20 bit_cast, use | JF Bastien | 1 | -14/+7 |
2018-08-16 | [ADT] Replace APInt::WORD_MAX with APInt::WORDTYPE_MAX | Simon Pilgrim | 1 | -9/+9 |
2018-08-06 | Fix modules build with different technique to suppress Knuth debugging | Tim Northover | 1 | -37/+33 |
2018-08-02 | Unbreak build after r338758: specify lambda return type explicitly | Krzysztof Parzyszek | 1 | -1/+1 |
2018-08-02 | [SCEV] Properly solve quadratic equations | Krzysztof Parzyszek | 1 | -0/+191 |
2018-07-19 | [APInt] Keep the original bit width in quotient and remainder | Krzysztof Parzyszek | 1 | -16/+17 |
2018-06-26 | Fix MSVC "not all control paths return a value" warnings. NFCI. | Simon Pilgrim | 1 | -0/+2 |
2018-06-25 | [APInt] Add helpers for rounding u/sdivs. | Tim Shen | 1 | -0/+46 |
2018-05-14 | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 1 | -35/+37 |
2018-05-01 | Remove @brief commands from doxygen comments, too. | Adrian Prantl | 1 | -11/+11 |
2018-04-30 | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 1 | -0/+1 |
2018-04-09 | [NFC] fix trivial typos in comments and error message | Hiroshi Inoue | 1 | -1/+1 |
2018-03-23 | [ADT] Simplify getMemory. NFC | Fangrui Song | 1 | -5/+2 |
2018-02-16 | [APInt] Fix extractBits to correctly handle Result.isSingleWord() case. | Tim Shen | 1 | -1/+2 |