summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ConstantFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Remove old fenv.h workaround for a historic clang driver bugAlp Toker2014-06-091-9/+2
* Fold FEnv.h into the implementationAlp Toker2014-06-091-7/+41
* Add a Constant version of stripPointerCasts.Rafael Espindola2014-06-041-1/+1
* Teach the constant folder to look through bitcast constant expressionsChandler Carruth2014-05-151-0/+50
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-141-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-53/+53
* Allow constant folding of ceil function whenever feasibleKarthik Bhat2014-03-241-0/+3
* Allow constant folding of round function whenever feasibleKarthik Bhat2014-03-071-0/+7
* Allow constant folding of copysignKarthik Bhat2014-03-061-0/+7
* ConstantFolding: Also fold the vector overloads of our math intrinsics.Benjamin Kramer2014-03-051-34/+73
* Allow constant folding of fma and fmuladdMatt Arsenault2014-03-051-0/+27
* Fix duplicate code in ConstantFoldingMatt Arsenault2014-03-051-54/+33
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-041-1/+1
* Add addrspacecast instruction.Matt Arsenault2013-11-151-5/+7
* Fix another constant folding address space place I missed.Matt Arsenault2013-11-041-12/+19
* Fix a constant folding address space place I missed.Matt Arsenault2013-09-171-3/+4
OpenPOWER on IntegriCloud