summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/ConstantFold.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ConstantFold][SVE] Fix constant folding for shufflevector.Eli Friedman2019-12-091-0/+6
* [ConstantFold][SVE] Skip scalable vectors in ConstantFoldInsertElementInstruc...Huihui Zhang2019-12-051-0/+6
* [ConstantFold] Handle identity folds at top of ConstantFoldBinaryInstFlorian Hahn2019-11-171-0/+13
* [IR] Redefine Freeze instructionaqjune2019-11-121-36/+29
* [IR] Remove switch's default block that causes clang 8 raise erroraqjune2019-11-051-2/+0
* [IR] Add Freeze instructionaqjune2019-11-051-29/+38
* [ConstantFold] Push extractelement into getelementptr's operandsJay Foad2019-10-291-1/+1
* [ConstantFold] Fold extractelement of getelementptrJay Foad2019-10-281-6/+29
* [Alignment][NFC] Value::getPointerAlignment returns MaybeAlignGuillaume Chatelet2019-10-151-7/+7
* [ConstantFold] fix inconsistent handling of extractelement with undef index (...Sanjay Patel2019-10-131-6/+3
* ConstantFold - ConstantFoldSelectInstruction - assume constant vector element...Simon Pilgrim2019-10-011-2/+1
* ConstantFold - silence static analyzer dyn_cast<> null dereference warning. N...Simon Pilgrim2019-09-241-0/+1
* Add FNeg IR constant folding supportCameron McInally2019-05-051-0/+46
* [ConstantFold] Don't evaluate FP or FP vector casts or truncations when simpl...Fangrui Song2019-04-121-1/+1
* [ConstantFold] ExtractConstantBytes - handle shifts on large integer typesSimon Pilgrim2019-04-111-14/+16
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-081-4/+24
* Rollback of rL355585.Mitch Phillips2019-03-071-24/+4
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-071-4/+24
* Revert "[IR][ARM] Add function pointer alignment to datalayout"Mitch Phillips2019-03-061-24/+4
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-061-4/+24
* [ConstantFold] Fix misfolding fcmp of a ConstantExpr NaN with itself.Andrew Scheidecker2019-02-191-3/+10
* [ConstantFold] Fix misfolding of icmp with a bitcast FP second operand.Andrew Scheidecker2019-02-191-2/+4
* [opaque pointer types] Pass value type to GetElementPtr creation.James Y Knight2019-02-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert patches 348835 and 348571 because they'reRanjeet Singh2019-01-041-5/+4
* [ConstantFold] Use getMinSignedBits for APInt in isIndexInRangeOfArrayType.Florian Hahn2018-12-121-1/+1
* [IR] Don't assume all functions are 4 byte alignedRanjeet Singh2018-12-071-4/+5
* Reverting r348215Ranjeet Singh2018-12-041-3/+4
* [IR] Don't assume all functions are 4 byte alignedRanjeet Singh2018-12-041-4/+3
* [ConstantFolding] improve folding of binops with vector undef operandSanjay Patel2018-08-201-9/+9
* llvm: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-091-3/+9
* Use Type::isIntOrPtrTy where possible, NFCVedant Kumar2018-07-061-2/+1
* ConstantFold: Don't fold global address vs. null for addrspace != 0Matt Arsenault2018-06-261-3/+6
* [IR] add/use isIntDivRem convenience functionSanjay Patel2018-06-201-3/+1
* Make uitofp and sitofp defined on overflow.Eli Friedman2018-06-141-7/+2
* [ConstantFold] Disallow folding vector geps into bitcastsKarl-Johan Karlsson2018-06-011-1/+5
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-011-1/+1
* [NFC] fix trivial typos in documents and commentsHiroshi Inoue2018-04-121-1/+1
* [ConstantFolding, InstSimplify] Handle more vector GEPsMatthew Simpson2018-03-151-7/+18
* [ConstantFold] fp_binop AnyConstant, undef --> NaNSanjay Patel2018-03-101-2/+8
* [ConstantFold] fp_binop undef, undef --> undefSanjay Patel2018-03-081-1/+4
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-0/+1
* [ConstantFold] Support vector index when factoring out GEP index into precedi...Haicheng Wu2017-12-041-26/+71
* [ConstantFold] Fix a crash when folding a GEP that has vector indexHaicheng Wu2017-10-281-0/+3
* [ConstantFolding] Avoid assert when folding ptrtoint of vectorized GEPBjorn Pettersson2017-10-241-0/+9
* [ConstantFold] Return the correct type when folding a GEP with vector indices.Davide Italiano2017-09-151-1/+12
* [ConstantFolder] Don't try to fold gep when the idx is a vector.Davide Italiano2017-07-271-4/+8
* [Constants] Replace calls to ConstantInt::equalsInt(0)/equalsInt(1) with isZe...Craig Topper2017-07-061-12/+12
* [Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...Craig Topper2017-07-061-7/+7
* fix typos/formatting; NFCSanjay Patel2017-06-121-6/+3
OpenPOWER on IntegriCloud