summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/APIntTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [APInt] Fix test names in unittest to match functions being tested. NFCCraig Topper2017-03-071-2/+2
* [APInt] Add getBitsSetFrom and setBitsFrom to set upper bits starting at a bitCraig Topper2017-03-071-0/+21
* [APInt] Implement getLowBitsSet/getHighBitsSet/getBitsSet using setLowBits/se...Craig Topper2017-03-071-0/+18
* [APInt] Add setLowBits/setHighBits methods to APInt.Craig Topper2017-03-071-0/+121
* [APInt] Move operator~ out of line to make it better able to reused memory al...Craig Topper2017-03-061-0/+24
* [APInt] Use UINT64_MAX instead of ~0ULL. NFCCraig Topper2017-02-261-0/+10
* [APInt] Remove unnecessary early out from getLowBitsSet. The same case is han...Craig Topper2017-02-261-0/+10
* [APInt] Add APInt::extractBits() method to extract APInt subrange (reapplied)Simon Pilgrim2017-02-251-0/+16
* Revert: r296141 [APInt] Add APInt::extractBits() method to extract APInt subr...Simon Pilgrim2017-02-241-12/+0
* [APInt] Add APInt::extractBits() method to extract APInt subrangeSimon Pilgrim2017-02-241-0/+12
* Fix signed/unsigned comparison warningsSimon Pilgrim2017-02-241-4/+4
* [APInt] Add APInt::setBits() method to set all bits in rangeSimon Pilgrim2017-02-241-0/+94
* [APInt] Fix rotl/rotr when the shift amount is greater than the total bit width.Joey Gouly2017-02-071-2/+52
* [APInt] Add integer API bor bitwise operations.Amaury Sechet2017-02-031-0/+52
* [APInt] Remove calls to clearUnusedBits from XorSlowCase and operator^=Craig Topper2017-01-241-0/+30
* Fix UB in APInt::ashrJonathan Roelofs2016-08-101-0/+5
* Remove obsolete XFAIL for a test that used to sometimes miscompile underDimitry Andric2016-07-261-5/+0
* Use RValue refs in APInt add/sub methods.Pete Cooper2016-07-221-0/+169
* Don't allocate in APInt::slt. NFC.Pete Cooper2016-05-261-0/+28
* Remove some unneeded headers and replace some headers with forward class decl...Mehdi Amini2016-04-161-1/+1
* APInt: Add overload of isMaskMatt Arsenault2016-04-121-0/+17
* Implement constant folding for bitreverseMatt Arsenault2016-03-211-0/+42
* Fix APInt value initialization to give a zero value as any sane integer typeRichard Smith2015-09-041-0/+7
* Change APInt comparison with uint64_t.Pawel Bylica2015-07-011-0/+127
* Add missing <array> include.Pawel Bylica2015-06-251-0/+1
* Express APInt::{s,u}{l,g}e(uint64_t) in terms of APInt::{s,u}{l,g}t(uint64_t)...Pawel Bylica2015-06-251-0/+38
* [APInt] Remove special case for i1.Benjamin Kramer2015-06-041-0/+6
* Fix APInt long division algorithmPawel Bylica2015-04-241-182/+66
* Another test to exercise APInt divide step D6.Yaron Keren2015-04-221-0/+13
* Fix rare case where APInt divide algorithm applied un-needed transformation.Yaron Keren2015-03-261-0/+200
* [APInt] Add an isSplat helper and use it in some places.Benjamin Kramer2015-03-251-0/+40
* Disable -Wunknown-pragmas in a test so that Clang without -Wself-move will notRichard Trieu2015-01-141-0/+4
* Silence warnings about unknown pragmas for compilers that are not Clang. NFC.Aaron Ballman2015-01-131-1/+4
* Disable a warning for self move since the test is checking for this behavior.Richard Trieu2015-01-131-0/+4
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-4/+4
* Fix -Wsign-compare warningsDavid Blaikie2014-08-121-3/+3
* APInt: Make self-move-assignment a no-op to fix stage3 clang-clReid Kleckner2014-08-121-0/+17
* Clean up whitespaceDuncan P. N. Exon Smith2014-01-311-2/+2
* [APInt] Fix nearestLogBase2 to return correct answers for very large APInt an...Michael Gottesman2014-01-191-0/+11
* [APInt] Fixed bug where APInt(UINT32_MAX, 0) would blow up when being constru...Michael Gottesman2014-01-191-0/+8
* Remove APInt::extractBit since it is already implemented via operator[]. Chan...Michael Gottesman2013-12-131-3/+3
* [block-freq] Add the method APInt::nearestLogBase2().Michael Gottesman2013-12-131-4/+40
* [block-freq] Add the APInt method extractBit.Michael Gottesman2013-12-131-0/+26
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-281-0/+65
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-201-0/+10
* ADT: Correct APInt::getActiveWords for zero valuesMeador Inge2013-02-071-0/+8
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-2/+2
* fix the quotient returned by sdivrem() for the case when LHS is negative and ...Nuno Lopes2012-05-221-0/+28
* Add a unittest for rotating a really big APInt.Benjamin Kramer2012-02-071-0/+4
* Some unittests for APInt rotates; patch by Cameron McInally.Eli Friedman2011-12-221-0/+32
OpenPOWER on IntegriCloud