summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/ValueTrackingTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* isBytewiseValue checks ConstantVector element by elementVitaly Buka2019-07-121-1/+1
* Return Undef from isBytewiseValue for empty arrays or structsVitaly Buka2019-07-121-4/+4
* Handle IntToPtr in isBytewiseValueVitaly Buka2019-07-121-3/+3
* [test] Silence gcc 7.4 warning [NFC]Mikael Holmen2019-07-111-1/+1
* Add IsBytewiseValue unit testVitaly Buka2019-07-101-11/+268
* Use "willreturn" in isGuaranteedToTransferExecutionToSuccessorJohannes Doerfert2019-06-271-0/+3
* [ValueTracking] Known bits support for unsigned saturating add/subNikita Popov2019-03-011-0/+71
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ValueTracking] Support funnel shifts in computeKnownBits()Nikita Popov2018-12-021-0/+48
* [ValueTracking] Make unit tests easier to write; NFCNikita Popov2018-11-301-106/+63
* [ValueTracking] determine sign of 0.0 from select when matching min/max FPSanjay Patel2018-11-041-31/+53
* [ValueTracking] peek through 2-input shuffles in ComputeNumSignBitsSanjay Patel2018-11-031-2/+1
* [ValueTracking] add test for non-canonical shuffle; NFCSanjay Patel2018-11-021-0/+23
* [ValueTracking] allow non-canonical shuffles when computing signbitsSanjay Patel2018-11-021-0/+20
* [ValueTracking] add tests for fmin/fmax; NFCSanjay Patel2018-10-311-0/+176
* [NFC] Rename minnan and maxnan to minimum and maximumThomas Lively2018-10-241-2/+2
* [ValueTracking] Allow select patterns to work on FP vectorsThomas Lively2018-09-281-0/+58
* Infer lowest bits of an integer Multiply when the low bits of the operands ar...Simon Dardis2017-12-091-0/+55
* [ValueTracking] Avoid undefined behavior in unittest by not making a named Ar...Craig Topper2017-04-141-1/+1
* Fix signed-unsigned comparison warningSanjoy Das2017-02-251-1/+1
* [ValueTracking] Don't do an unchecked shift in ComputeNumSignBitsSanjoy Das2017-02-251-0/+19
* Fix an issue with isGuaranteedToTransferExecutionToSuccessorSanjoy Das2016-12-311-0/+51
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+2
* [ValueTracking] Minor comment change in testJames Molloy2015-09-021-2/+1
* [ValueTracking] Look through casts when both operands are casts.James Molloy2015-09-021-0/+42
* Add support for floating-point minnum and maxnumJames Molloy2015-08-111-0/+148
OpenPOWER on IntegriCloud