summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ConstantFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added missing break; added LLVM_FALLTHROUGH to address warning: this statemen...Galina Kistanova2017-05-311-0/+2
* [ValueTracking] Convert most of the calls to computeKnownBits to use the vers...Craig Topper2017-05-241-5/+2
* [ConstantFolding] Add folding for various math '__<func>_finite' routines gen...Andrew Kaylor2017-05-121-11/+69
* [KnownBits] Add methods for determining if KnownBits is a constant valueCraig Topper2017-05-031-5/+4
* [ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...Craig Topper2017-04-261-8/+9
* [ConstantFolding] Use Intrinsic::not_intrinsic instead of 0 for readability. ...Craig Topper2017-04-071-1/+1
* [ConstantFolding] Fix to prevent constant folding having to repeatedly scan o...David Green2017-03-211-1/+1
* Use MutableArrayRef for APFloat::convertToIntegerSimon Pilgrim2017-03-201-3/+3
* [Analysis] bitreverse(undef) returns undefBrian Gesiak2017-03-191-1/+2
* [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
OpenPOWER on IntegriCloud