summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ConstantFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-251-6/+15
* [ConstantFolding] Don't create illegal (non-integral) inttoptrsSanjoy Das2016-08-051-3/+4
* [ConstantFolding] Handle bitcasts of undef fp vector elementsDavid Majnemer2016-07-291-1/+1
* [ConstantFolding] Fold bitcasts of vectors w/ undef elementsDavid Majnemer2016-07-291-2/+11
* [ConstantFolding] Remove an unused ConstantFoldInstOperands overloadDavid Majnemer2016-07-291-14/+5
* [ConstantFolding] Use ConstantExpr::getWithOperandsDavid Majnemer2016-07-291-0/+3
* [ConstnatFolding] Teach the folder how to fold ConstantVectorDavid Majnemer2016-07-291-57/+60
* [ConstantFolding] Don't bail on folding if ConstantFoldConstantExpression failsDavid Majnemer2016-07-281-19/+23
* [ConstantFolding] Correctly handle failures in ConstantFoldConstantExpression...David Majnemer2016-07-271-4/+13
* [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...Simon Pilgrim2016-07-191-9/+10
* Simplify llvm.masked.load w/ undef masksDavid Majnemer2016-07-141-14/+21
* [ConstantFolding] Fold masked loadsDavid Majnemer2016-07-141-1/+36
* [ConstantFolding] Extend FoldReinterpretLoadFromConstPtr to handle negative o...David Majnemer2016-07-131-10/+20
* [ConstantFolding] Use sdiv_ovDavid Majnemer2016-07-131-4/+4
* [ConstantFolding] Don't treat negative GEP offsets as positiveDavid Majnemer2016-07-131-4/+7
* [ConstantFolding] CleanupsDavid Majnemer2016-07-131-67/+66
* [IR] Make getIndexedOffsetInType return a signed resultDavid Majnemer2016-07-131-1/+1
* [ConstantFolding] Fix bitcast vector of i1.Igor Breger2016-06-271-1/+1
* Replace silly uses of 'signed' with 'int'David Majnemer2016-06-211-7/+6
* [ConstantFolding, ValueTracking] Fold constants involving bitcasts of Constan...David Majnemer2016-05-041-7/+10
* CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne2016-04-221-2/+6
* Propagate Undef in llvm.cos IntrinsicSanjoy Das2016-04-081-0/+5
* Don't IPO over functions that can be de-refinedSanjoy Das2016-04-081-1/+1
* Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...Eugene Zelenko2016-03-281-61/+63
* Implement constant folding for bitreverseMatt Arsenault2016-03-211-0/+3
* Re-add ConstantFoldInstOperands form taking opcode and return type.Manuel Jacob2016-03-141-4/+13
* ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpressionFiona Glaser2016-03-131-5/+5
* [ConstantFolding] Reduce APInt and APFloat copying.Benjamin Kramer2016-02-131-1/+1
* Remove duplicate documentation in ConstantFolding.cpp. NFC.Manuel Jacob2016-01-231-22/+0
* [opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source elemen...Eduard Burtescu2016-01-221-3/+4
* [opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoa...Eduard Burtescu2016-01-221-21/+21
* [opaque pointer types] [NFC] Take advantage of get{Source,Result}ElementType ...Eduard Burtescu2016-01-211-45/+58
* Undo r258163 "Move part of an if condition into an assertion. NFC."Manuel Jacob2016-01-211-2/+2
* Change ConstantFoldInstOperands to take Instruction instead of opcode and typ...Manuel Jacob2016-01-211-48/+56
* Introduce ConstantFoldCastOperand function and migrate some callers of Consta...Manuel Jacob2016-01-211-52/+64
* Introduce ConstantFoldBinaryOpOperands function and migrate some callers of C...Manuel Jacob2016-01-211-10/+13
* Move part of an if condition into an assertion. NFC.Manuel Jacob2016-01-191-2/+2
* Enable constant propagation for more math functionsErik Schnetter2015-08-271-37/+55
* Revert 246186; still breaks on some systemsErik Schnetter2015-08-271-55/+37
* Enable constant propagation for more math functionsErik Schnetter2015-08-271-37/+55
* Revert r246158 since it breaks LLVM.Transforms/ConstProp.calls.llErik Schnetter2015-08-271-55/+37
* Enable constant propagation for more math functionsErik Schnetter2015-08-271-37/+55
* Fix assert when inlining a constantexpr addrspacecastMatt Arsenault2015-07-271-2/+1
* [ConstantFolding] Support folding loads from a GlobalAliasDavid Majnemer2015-07-221-0/+4
* Constfold trunc,rint,nearbyint,ceil and floor using APFloatKarthik Bhat2015-07-211-4/+33
* Allow constfolding of llvm.sin.* and llvm.cos.* intrinsicsKarthik Bhat2015-07-081-0/+6
* [ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.Andrea Di Biagio2015-05-141-2/+2
* Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.Pete Cooper2015-05-121-2/+1
* Added support for building against Android API-9 SDKVince Harron2015-05-071-1/+1
* [opaque pointer type] API migration for GEP constant factoriesDavid Blaikie2015-04-021-9/+11
OpenPOWER on IntegriCloud