| Commit message (Expand) | Author | Age | Files | Lines |
| * | [InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin | Andrew Kaylor | 2017-06-09 | 1 | -5/+14 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [ConstantFolding] Combine an if statement into an earlier one that checked th... | Craig Topper | 2017-06-04 | 1 | -7/+3 |
| * | [ConstantFolding][X86] Replace an LLVM_FALLTHROUGH with a break because it re... | Craig Topper | 2017-06-04 | 1 | -1/+2 |
| * | [ConstantFolding] Properly support constant folding of vector powi intrinsic.... | Craig Topper | 2017-06-04 | 1 | -1/+2 |
| * | [ConstantFolding] Fix constant folding for vector cttz and ctlz intrinsics to... | Craig Topper | 2017-06-03 | 1 | -0/+7 |
| * | [InstSimplify][ConstantFolding] Teach constant folding how to handle icmp nul... | Craig Topper | 2017-06-02 | 1 | -0/+7 |
| * | Added missing break; added LLVM_FALLTHROUGH to address warning: this statemen... | Galina Kistanova | 2017-05-31 | 1 | -0/+2 |
| * | [ValueTracking] Convert most of the calls to computeKnownBits to use the vers... | Craig Topper | 2017-05-24 | 1 | -5/+2 |
| * | [ConstantFolding] Add folding for various math '__<func>_finite' routines gen... | Andrew Kaylor | 2017-05-12 | 1 | -11/+69 |
| * | [KnownBits] Add methods for determining if KnownBits is a constant value | Craig Topper | 2017-05-03 | 1 | -5/+4 |
| * | [ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu... | Craig Topper | 2017-04-26 | 1 | -8/+9 |
| * | [ConstantFolding] Use Intrinsic::not_intrinsic instead of 0 for readability. ... | Craig Topper | 2017-04-07 | 1 | -1/+1 |
| * | [ConstantFolding] Fix to prevent constant folding having to repeatedly scan o... | David Green | 2017-03-21 | 1 | -1/+1 |
| * | Use MutableArrayRef for APFloat::convertToInteger | Simon Pilgrim | 2017-03-20 | 1 | -3/+3 |
| * | [Analysis] bitreverse(undef) returns undef | Brian Gesiak | 2017-03-19 | 1 | -1/+2 |
| * | [Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC) | David L. Jones | 2017-01-23 | 1 | -88/+88 |
| * | [ConstantFolding] Constant-fold llvm.sqrt(x) like other intrinsics. | Justin Lebar | 2017-01-21 | 1 | -13/+2 |
| * | [InstCombiner] Simplify lib calls to `round{,f}` | Bryant Wong | 2016-12-26 | 1 | -0/+6 |
| * | [ConstantFolding] Fix vector GEPs harder | Michael Kuperstein | 2016-12-21 | 1 | -3/+6 |
| * | Replace APFloatBase static fltSemantics data members with getter functions | Stephan Bergmann | 2016-12-14 | 1 | -4/+4 |
| * | ConstantFolding: Don't crash when encountering vector GEP | Keno Fischer | 2016-12-08 | 1 | -3/+4 |
| * | InstCombine: Fold bitcast of vector to FP scalar | Matt Arsenault | 2016-12-07 | 1 | -23/+25 |
| * | ConstantFolding: Factor code into helper function | Matt Arsenault | 2016-12-02 | 1 | -23/+34 |
| * | Analysis: gep inbounds (gep inbounds (...)) is inbounds. | Peter Collingbourne | 2016-11-22 | 1 | -2/+4 |
| * | IR: Introduce inrange attribute on getelementptr indices. | Peter Collingbourne | 2016-11-10 | 1 | -9/+31 |
| * | DCE math library calls with a constant operand. | Eli Friedman | 2016-11-02 | 1 | -0/+149 |
| * | [ConstantFold] Improve the bitcast folding logic for constant vectors. | Andrea Di Biagio | 2016-09-13 | 1 | -2/+13 |
| * | Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot... | Eugene Zelenko | 2016-08-25 | 1 | -6/+15 |
| * | [ConstantFolding] Don't create illegal (non-integral) inttoptrs | Sanjoy Das | 2016-08-05 | 1 | -3/+4 |
| * | [ConstantFolding] Handle bitcasts of undef fp vector elements | David Majnemer | 2016-07-29 | 1 | -1/+1 |
| * | [ConstantFolding] Fold bitcasts of vectors w/ undef elements | David Majnemer | 2016-07-29 | 1 | -2/+11 |
| * | [ConstantFolding] Remove an unused ConstantFoldInstOperands overload | David Majnemer | 2016-07-29 | 1 | -14/+5 |
| * | [ConstantFolding] Use ConstantExpr::getWithOperands | David Majnemer | 2016-07-29 | 1 | -0/+3 |
| * | [ConstnatFolding] Teach the folder how to fold ConstantVector | David Majnemer | 2016-07-29 | 1 | -57/+60 |
| * | [ConstantFolding] Don't bail on folding if ConstantFoldConstantExpression fails | David Majnemer | 2016-07-28 | 1 | -19/+23 |
| * | [ConstantFolding] Correctly handle failures in ConstantFoldConstantExpression... | David Majnemer | 2016-07-27 | 1 | -4/+13 |
| * | [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener... | Simon Pilgrim | 2016-07-19 | 1 | -9/+10 |
| * | Simplify llvm.masked.load w/ undef masks | David Majnemer | 2016-07-14 | 1 | -14/+21 |
| * | [ConstantFolding] Fold masked loads | David Majnemer | 2016-07-14 | 1 | -1/+36 |
| * | [ConstantFolding] Extend FoldReinterpretLoadFromConstPtr to handle negative o... | David Majnemer | 2016-07-13 | 1 | -10/+20 |
| * | [ConstantFolding] Use sdiv_ov | David Majnemer | 2016-07-13 | 1 | -4/+4 |
| * | [ConstantFolding] Don't treat negative GEP offsets as positive | David Majnemer | 2016-07-13 | 1 | -4/+7 |
| * | [ConstantFolding] Cleanups | David Majnemer | 2016-07-13 | 1 | -67/+66 |
| * | [IR] Make getIndexedOffsetInType return a signed result | David Majnemer | 2016-07-13 | 1 | -1/+1 |
| * | [ConstantFolding] Fix bitcast vector of i1. | Igor Breger | 2016-06-27 | 1 | -1/+1 |
| * | Replace silly uses of 'signed' with 'int' | David Majnemer | 2016-06-21 | 1 | -7/+6 |
| * | [ConstantFolding, ValueTracking] Fold constants involving bitcasts of Constan... | David Majnemer | 2016-05-04 | 1 | -7/+10 |
| * | CodeGen: Use PLT relocations for relative references to unnamed_addr functions. | Peter Collingbourne | 2016-04-22 | 1 | -2/+6 |
| * | Propagate Undef in llvm.cos Intrinsic | Sanjoy Das | 2016-04-08 | 1 | -0/+5 |