summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ConstantFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...David Blaikie2015-03-301-2/+3
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-133/+116
* Drop the hacks used for partial C99 math libraries.Benjamin Kramer2015-03-091-10/+0
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+1
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* [InstSimplify] Support constant folding to vector of pointersBruno Cardoso Lopes2014-10-221-2/+12
* Add minnum / maxnum intrinsicsMatt Arsenault2014-10-211-0/+15
* Remove duplicate function names from comments. NFC.Sanjay Patel2014-10-021-43/+35
* Make the sqrt intrinsic return undef for a negative input.Sanjay Patel2014-10-011-2/+8
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-1/+1
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-1/+1
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-1/+1
* Look through addrspacecast in IsConstantOffsetFromGlobalMatt Arsenault2014-07-141-1/+2
OpenPOWER on IntegriCloud