summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/APIntTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [APInt][PatternMatch] Add 'is non-positive' predicateRoman Lebedev2019-12-031-0/+17
* [APInt] add wrap support for `setBits` and `getBitsSet`czhengsz2019-11-191-0/+34
* [APInt] Add saturating truncation methodsRoman Lebedev2019-11-081-0/+17
* [APInt] Introduce APIntOps::GetMostSignificantDifferentBit()Roman Lebedev2019-10-261-0/+71
* [APInt] Add saturating left-shift opsRoman Lebedev2019-10-251-0/+17
* [APInt] Add saturating multiply opsRoman Lebedev2019-10-251-0/+18
* Fix compile-time regression caused by rL371928Daniel Sanders2019-09-181-0/+85
* Fix build when both gtest death tests and LLVM_NODISCARD are available.David Blaikie2019-08-051-9/+9
* [APInt] Introduce clearLowBits()Roman Lebedev2019-07-301-0/+65
* [APIntTest] multiplicativeInverse(): clarify testRoman Lebedev2019-07-021-4/+7
* [APInt] Fix getBitsNeeded for INT_MIN valuesDmitry Venikov2019-06-291-2/+15
* Silence gcc warning in testcase [NFC]Mikael Holmen2019-06-281-1/+1
* [NFC][APInt] Add (exhaustive) test for multiplicativeInverse()Roman Lebedev2019-06-271-0/+17
* [APInt] Add PR40897 test caseSimon Pilgrim2019-06-011-0/+3
* [APInt] Optimize umul_ovFangrui Song2019-04-191-0/+36
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [APInt] Add methods for saturated add and subSanjay Patel2018-11-201-0/+24
* [Unittests] Fix returning string in SolveQuadraticEquationWrapKrzysztof Parzyszek2018-08-021-3/+3
* [SCEV] Properly solve quadratic equationsKrzysztof Parzyszek2018-08-021-0/+86
* [APInt] Keep the original bit width in quotient and remainderKrzysztof Parzyszek2018-07-191-0/+32
* [APInt] Add helpers for rounding u/sdivs.Tim Shen2018-06-251-0/+67
* Bring back APInt self-move assignment check for MSVC onlyReid Kleckner2018-04-241-0/+32
* [APInt] Fix extractBits to correctly handle Result.isSingleWord() case.Tim Shen2018-02-161-0/+7
* [APInt] Add support for dividing or remainder by a uint64_t or int64_t.Craig Topper2017-05-191-0/+58
* [APInt] Add support for multiplying by a uint64_t.Craig Topper2017-05-081-0/+19
* [APInt] Remove support for wrapping from APInt::setBits.Craig Topper2017-04-301-15/+15
* [APInt] Add ashrInPlace method and rewrite ashr to make a copy and then call ...Craig Topper2017-04-241-0/+36
* [APInt] Make behavior of ashr by BitWidth consistent between single and multi...Craig Topper2017-04-241-1/+1
* [APInt] In sext single word case, use SignExtend64 and let the APInt construc...Craig Topper2017-04-231-0/+20
* Revert "[APInt] Add ashrInPlace method and implement ashr using it. Also fix ...Renato Golin2017-04-231-19/+1
* [APInt] Add ashrInPlace method and implement ashr using it. Also fix a bug in...Craig Topper2017-04-221-1/+19
* [APInt] Add isSubsetOf method that can check if one APInt is a subset of anot...Craig Topper2017-04-201-0/+29
* Recommit "[APInt] Add back the asserts that check that the APInt shift method...Craig Topper2017-04-201-2/+2
* Revert r300811 "[APInt] Add back the asserts that check that the APInt shift ...Craig Topper2017-04-201-2/+2
* [APInt] Add back the asserts that check that the APInt shift methods aren't c...Craig Topper2017-04-201-2/+2
* [APInt] Make operator<<= shift in place. Improve the implementation of tcShif...Craig Topper2017-04-181-0/+33
* [APInt] Merge the multiword code from lshrInPlace and tcShiftRight into a sin...Craig Topper2017-04-171-5/+33
* [APInt] Remove self move check from move assignment operatorCraig Topper2017-04-171-30/+2
* [APInt] Fix a bug in lshr by a value more than 64 bits above the bit width.Craig Topper2017-04-161-0/+5
* Remove all allocation and divisions from GreatestCommonDivisorRichard Smith2017-04-131-0/+43
* [APInt] Move isMask and isShiftedMask out of APIntOps and into the APInt clas...Craig Topper2017-04-031-14/+15
* [APInt] Add a public typedef for the internal type of APInt use it instead of...Craig Topper2017-04-021-37/+37
* [APInt] Fix bugs in isShiftedMask to match behavior of the similar function i...Craig Topper2017-03-311-8/+8
* [APInt] Rewrite getLoBits in a way that will do one less memory allocation in...Craig Topper2017-03-311-0/+18
* [APInt] Add unittests that demonstrate how very broken APIntOps::isShiftedMas...Craig Topper2017-03-311-0/+25
* [APInt] Use memset in setAllBits.Craig Topper2017-03-271-0/+38
* Fix signed/unsigned comparison warningsSimon Pilgrim2017-03-101-11/+11
* [APInt] Add APInt::insertBits() method to insert an APInt into a larger APIntSimon Pilgrim2017-03-101-0/+53
* Strip trailing whitespace.Simon Pilgrim2017-03-071-4/+1
* [APInt] Add rvalue reference support to and, or, xor operations to allow thei...Craig Topper2017-03-071-0/+120
OpenPOWER on IntegriCloud