| Commit message (Expand) | Author | Age | Files | Lines |
| * | [SLP] Revert r312791 and other necessary commits, except for TTI and | Chandler Carruth | 2017-09-15 | 1 | -245/+49 |
| * | This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 | Vivek Pandya | 2017-09-15 | 2 | -11/+13 |
| * | This reverts r313381 | Vivek Pandya | 2017-09-15 | 2 | -13/+11 |
| * | This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 | Vivek Pandya | 2017-09-15 | 2 | -11/+13 |
| * | [RuntimeUnroll] Add heuristic for unrolling multi-exit loop | Anna Thomas | 2017-09-15 | 1 | -2/+34 |
| * | [RuntimeUnrolling] Populate the VMap entry correctly when default generated t... | Anna Thomas | 2017-09-15 | 1 | -3/+7 |
| * | Revert "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements... | Ilya Biryukov | 2017-09-15 | 1 | -317/+142 |
| * | [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte... | Dinar Temirbulatov | 2017-09-15 | 1 | -142/+317 |
| * | [SLPVectorizer] Remove duplicated functionality code in initScheduleData func... | Dinar Temirbulatov | 2017-09-15 | 1 | -6/+0 |
| * | Refactor collectChildrenInLoop to LoopUtils [NFC] | Alina Sbirlea | 2017-09-15 | 2 | -23/+21 |
| * | Invoke GetInlineCost for legality check before inline functions in SampleProf... | Dehao Chen | 2017-09-14 | 1 | -6/+37 |
| * | [LV] Fix maximum legal VF calculation | Alon Kom | 2017-09-14 | 1 | -28/+18 |
| * | Revert "Invoke GetInlineCost for legality check before inline functions in Sa... | Vitaly Buka | 2017-09-14 | 1 | -37/+6 |
| * | Reland r313157, "ThinLTO: Correctly follow aliasee references when dead strip... | Peter Collingbourne | 2017-09-14 | 2 | -17/+10 |
| * | [SLPVectorizer] Prefer auto over explicit type for VL0, NFCI. | Dinar Temirbulatov | 2017-09-14 | 1 | -1/+1 |
| * | Revert r313157 "ThinLTO: Correctly follow aliasee references when dead stripp... | Hans Wennborg | 2017-09-14 | 1 | -5/+8 |
| * | [Transforms] Fix some Clang-tidy modernize-use-using and Include What You Use... | Eugene Zelenko | 2017-09-13 | 3 | -63/+133 |
| * | Invoke GetInlineCost for legality check before inline functions in SampleProf... | Dehao Chen | 2017-09-13 | 1 | -6/+37 |
| * | [LV] Avoid computing the register usage for default VF. NFC | Anna Thomas | 2017-09-13 | 1 | -2/+4 |
| * | Add options to dump PGO counts in text. | Hiroshi Yamauchi | 2017-09-13 | 1 | -20/+38 |
| * | ThinLTO: Correctly follow aliasee references when dead stripping. | Peter Collingbourne | 2017-09-13 | 1 | -8/+5 |
| * | [ThinLTO] For SamplePGO, need to handle ICP targets consistently in thin link | Teresa Johnson | 2017-09-13 | 1 | -11/+29 |
| * | [LV] Fix PR34523 - avoid generating redundant selects | Ayal Zaks | 2017-09-13 | 1 | -3/+3 |
| * | [GVNHoist] Factor out reachability to search for anticipable instructions qui... | Aditya Kumar | 2017-09-13 | 1 | -288/+418 |
| * | [InstCombine] Add a flag to disable LowerDbgDeclare | Reid Kleckner | 2017-09-13 | 1 | -1/+30 |
| * | Refactor the code to pass down ACT to SampleProfileLoader correctly. | Dehao Chen | 2017-09-12 | 1 | -13/+23 |
| * | Make promoteLoopAccessesToScalars independent of AliasSet [NFC] | Alina Sbirlea | 2017-09-12 | 1 | -47/+52 |
| * | [LV] Clamp the VF to the trip count | Anna Thomas | 2017-09-12 | 1 | -7/+12 |
| * | [SLP] Fix for PHINode during horizontal reduction scanning, NFC. | Alexey Bataev | 2017-09-12 | 1 | -1/+1 |
| * | LowerTypeTests: Add import/export support for targets without absolute symbol... | Peter Collingbourne | 2017-09-11 | 1 | -26/+68 |
| * | WholeProgramDevirt: Add import/export support for targets without absolute sy... | Peter Collingbourne | 2017-09-11 | 1 | -16/+57 |
| * | Test commit | Uriel Korach | 2017-09-10 | 1 | -1/+1 |
| * | Merge isKnownNonNull into isKnownNonZero | Nuno Lopes | 2017-09-09 | 3 | -10/+13 |
| * | [DivRempairs] add a pass to optimize div/rem pairs (PR31028) | Sanjay Patel | 2017-09-09 | 4 | -0/+213 |
| * | [sanitizer-coverage] call appendToUsed once per module, not once per function... | Kostya Serebryany | 2017-09-09 | 1 | -8/+8 |
| * | [SLP] Fix buildbots, NFC. | Alexey Bataev | 2017-09-09 | 1 | -2/+2 |
| * | [SLPVectorizer] Add struct InstructionsState that holds information about ana... | Dinar Temirbulatov | 2017-09-08 | 1 | -88/+120 |
| * | [SLP] Fix the warning about paths not returning the value, NFC. | Alexey Bataev | 2017-09-08 | 1 | -2/+4 |
| * | [SLP] Support for horizontal min/max reduction. | Alexey Bataev | 2017-09-08 | 1 | -49/+243 |
| * | Re-enable "[IRCE] Identify loops with latch comparison against current IV value" | Max Kazantsev | 2017-09-08 | 1 | -13/+51 |
| * | diff --git a/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp b/lib/T... | Max Kazantsev | 2017-09-08 | 1 | -49/+11 |
| * | WholeProgramDevirt: When promoting for single-impl devirt, also rename the co... | Peter Collingbourne | 2017-09-08 | 1 | -1/+16 |
| * | Sink some IntrinsicInst.h and Intrinsics.h out of llvm/include | Reid Kleckner | 2017-09-07 | 3 | -0/+4 |
| * | Revert r312318, r312325, r312424, r312489 | Richard Trieu | 2017-09-07 | 1 | -37/+1 |
| * | Disable jump threading into loop headers | Krzysztof Parzyszek | 2017-09-06 | 1 | -4/+9 |
| * | [ValueTracking, InstCombine] canonicalize fcmp ord/uno with non-NAN ops to nu... | Sanjay Patel | 2017-09-05 | 2 | -15/+19 |
| * | [GVNHoist] Move duplicated code to a helper function. NFCI. | Davide Italiano | 2017-09-05 | 1 | -24/+21 |
| * | [InstCombine] Move foldSelectICmpAnd helper function earlier in the file to e... | Craig Topper | 2017-09-05 | 1 | -105/+105 |
| * | [InstCombine] In foldSelectIntoOp, avoid creating a Constant before we know f... | Craig Topper | 2017-09-05 | 1 | -17/+18 |
| * | NewGVN: Fix PR 34430 - we need to look through predicateinfo copies to detect... | Daniel Berlin | 2017-09-05 | 1 | -31/+32 |