summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* PR9346: Prevent SimplifyDemandedBits from incorrectly introducingEli Friedman2011-03-091-0/+4
* Add more analysis of the sign bit of an srem instruction. If the LHS is negativeNick Lewycky2011-03-071-0/+12
* teach SimplifyDemandedBits that exact shifts demand the bits they Chris Lattner2011-02-101-3/+23
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-071-19/+19
* PR5207: Rename overloaded APInt methods set(), clear(), flip() toJay Foad2010-12-011-18/+18
* use ArgOperand APIGabor Greif2010-06-281-4/+4
* use ArgOperand APIGabor Greif2010-06-241-4/+4
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-8/+8
* reapply r101434Gabor Greif2010-04-161-8/+8
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-8/+8
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-8/+8
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-8/+8
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-8/+8
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-2/+2
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-2/+2
* fix some problems handling large vectors reported in PR6230Chris Lattner2010-02-081-8/+12
* Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and Kn...Duncan Sands2010-01-291-75/+69
* Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMaskDuncan Sands2010-01-281-2/+11
* move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K line...Chris Lattner2010-01-041-0/+1106
OpenPOWER on IntegriCloud