summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/APIntTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
OpenPOWER on IntegriCloud