| Commit message (Expand) | Author | Age | Files | Lines |
* | [CVP] Remove cvp-dont-process-adds flag | Artur Pilipenko | 2016-11-29 | 1 | -5/+0 |
* | [CVP] Convert an AShr to a LShr if 1st operand is known to be nonnegative. | Chad Rosier | 2016-10-12 | 1 | -0/+23 |
* | CVP. Turn marking adds as no wrap on by default (was turned off by 279082) | Artur Pilipenko | 2016-09-30 | 1 | -1/+1 |
* | CVP. Turn marking adds as no wrap (introduced by r278107) off by default | Artur Pilipenko | 2016-08-18 | 1 | -0/+5 |
* | Teach CorrelatedValuePropagation to mark adds as no wrap | Artur Pilipenko | 2016-08-10 | 1 | -0/+57 |
* | Revert "Teach CorrelatedValuePropagation to mark adds as no wrap" | Renato Golin | 2016-08-03 | 1 | -57/+0 |
* | Teach CorrelatedValuePropagation to mark adds as no wrap | Artur Pilipenko | 2016-08-03 | 1 | -0/+57 |
* | This converts a signed remainder instruction to unsigned remainder, which | Sjoerd Meijer | 2016-07-14 | 1 | -15/+38 |
* | [PM] Port CorrelatedValuePropagation | Sean Silva | 2016-07-06 | 1 | -7/+27 |
* | fix documentation comments; NFC | Sanjay Patel | 2016-07-01 | 1 | -13/+12 |
* | Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. | Benjamin Kramer | 2016-06-26 | 1 | -3/+3 |
* | [PM] Port LVI to the new PM. | Sean Silva | 2016-06-13 | 1 | -3/+3 |
* | [PM] CorrelatedValuePropagation: pass state to function. NFCI. | Davide Italiano | 2016-05-25 | 1 | -29/+16 |
* | Re-commit optimization bisect support (r267022) without new pass manager supp... | Andrew Kaylor | 2016-04-22 | 1 | -1/+1 |
* | Revert "Initial implementation of optimization bisect support." | Vedant Kumar | 2016-04-22 | 1 | -1/+1 |
* | Initial implementation of optimization bisect support. | Andrew Kaylor | 2016-04-21 | 1 | -1/+1 |
* | [CVP] Replace nonnegative with positive, per Philip's request. NFC. | Chad Rosier | 2016-03-14 | 1 | -2/+2 |
* | [CVP] Convert an SDiv to a UDiv if both operands are known to be nonnegative | Haicheng Wu | 2016-03-14 | 1 | -0/+41 |
* | Follow up to 260439, Speculative fix to clang builders | Philip Reames | 2016-02-10 | 1 | -1/+4 |
* | [AttributeSet] Overload AttributeSet::addAttribute to reduce compile | Akira Hatanaka | 2015-12-02 | 1 | -10/+14 |
* | [CVP] Fold return values if possible | Philip Reames | 2015-11-04 | 1 | -0/+51 |
* | [LVI/CVP] Teach LVI about range metadata | Philip Reames | 2015-10-29 | 1 | -26/+6 |
* | Scalar: Remove some implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -1/+1 |
* | [CorrelatedValuePropagation] Infer nonnull attributes | Igor Laevsky | 2015-09-15 | 1 | -0/+31 |
* | Add GlobalsAA as preserved to a bunch of transforms | James Molloy | 2015-09-10 | 1 | -0/+2 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | [CVP] Don't assume Constants of type i1 can be known to be true or false | David Majnemer | 2015-06-06 | 1 | -3/+4 |
* | CVP: Improve handling of Selects used as incoming PHI values | Bjorn Steinbrink | 2015-05-12 | 1 | -11/+30 |
* | DataLayout is mandatory, update the API to reflect it with references. | Mehdi Amini | 2015-03-10 | 1 | -2/+4 |
* | Make use of @llvm.assume from LazyValueInfo | Hal Finkel | 2014-09-07 | 1 | -7/+10 |
* | Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.) | Hal Finkel | 2014-09-07 | 1 | -0/+1 |
* | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -2/+2 |
* | [Modules] Move CFG.h to the IR library as it defines graph traits over | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | Disable most IR-level transform passes on functions marked 'optnone'. | Paul Robinson | 2014-02-06 | 1 | -0/+3 |
* | CVP: If we have a PHI with an incoming select, try to skip the select. | Benjamin Kramer | 2013-02-24 | 1 | -5/+24 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -3/+3 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
* | CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ... | Benjamin Kramer | 2012-09-28 | 1 | -0/+5 |
* | llvm::SwitchInst | Stepan Dyatkovskiy | 2012-03-11 | 1 | -1/+1 |
* | Add statistics on removed switch cases, and fix the phi statistic | Duncan Sands | 2012-03-09 | 1 | -1/+5 |
* | Eliminate switch cases that can never match, for example removes all | Duncan Sands | 2012-03-09 | 1 | -0/+86 |
* | Don't include Operator.h from InstrTypes.h. | Jay Foad | 2011-04-11 | 1 | -0/+1 |
* | Fix PR8790, another instance where unreachable code can cause instruction sim... | Owen Anderson | 2010-12-15 | 1 | -1/+6 |
* | Cleanup trailing whitespace. | Owen Anderson | 2010-12-15 | 1 | -27/+27 |
* | Have a few places that want to simplify phi nodes use SimplifyInstruction | Duncan Sands | 2010-11-16 | 1 | -4/+5 |
* | Give up on doing in-line instruction simplification during correlated value p... | Owen Anderson | 2010-10-29 | 1 | -10/+1 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |