summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ConstantFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)David L. Jones2017-01-231-88/+88
* [ConstantFolding] Constant-fold llvm.sqrt(x) like other intrinsics.Justin Lebar2017-01-211-13/+2
* [InstCombiner] Simplify lib calls to `round{,f}`Bryant Wong2016-12-261-0/+6
* [ConstantFolding] Fix vector GEPs harderMichael Kuperstein2016-12-211-3/+6
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-4/+4
* ConstantFolding: Don't crash when encountering vector GEPKeno Fischer2016-12-081-3/+4
* InstCombine: Fold bitcast of vector to FP scalarMatt Arsenault2016-12-071-23/+25
* ConstantFolding: Factor code into helper functionMatt Arsenault2016-12-021-23/+34
* Analysis: gep inbounds (gep inbounds (...)) is inbounds.Peter Collingbourne2016-11-221-2/+4
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-9/+31
* DCE math library calls with a constant operand.Eli Friedman2016-11-021-0/+149
* [ConstantFold] Improve the bitcast folding logic for constant vectors.Andrea Di Biagio2016-09-131-2/+13
* 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
OpenPOWER on IntegriCloud