| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add cast to appease windows builder. Fixes build break introduced in r280306. | Nick Lewycky | 2016-08-31 | 1 | -1/+1 |
| * | Add -fprofile-dir= to clang. | Nick Lewycky | 2016-08-31 | 1 | -13/+30 |
| * | [InstCombine] allow icmp (shr exact X, C2), C fold for splat constant vectors | Sanjay Patel | 2016-08-31 | 1 | -5/+0 |
| * | [InstCombine] allow icmp (div X, Y), C folds for splat constant vectors | Sanjay Patel | 2016-08-31 | 1 | -37/+26 |
| * | [InstCombine] change insertRangeTest() to use APInt instead of Constant; NFCI | Sanjay Patel | 2016-08-31 | 3 | -20/+29 |
| * | [LoopInfo] Add verification by recomputation. | Michael Zolotukhin | 2016-08-31 | 1 | -1/+1 |
| * | [EarlyCSE] Optionally use MemorySSA. NFC. | Geoff Berry | 2016-08-31 | 2 | -19/+128 |
| * | [EarlyCSE] Allow forwarding a non-invariant load into an invariant load. | Geoff Berry | 2016-08-31 | 1 | -5/+5 |
| * | [SLP] Update the debug based on Michael's suggestion. | Chad Rosier | 2016-08-31 | 1 | -2/+3 |
| * | [SLP] Sink debug after checking for matching types/opcode. | Chad Rosier | 2016-08-31 | 1 | -2/+2 |
| * | s/static inline/static/ for headers I have changed in r279475. NFC. | Tim Shen | 2016-08-31 | 1 | -5/+3 |
| * | [statepoints][experimental] Add support for live-in semantics of values in de... | Philip Reames | 2016-08-31 | 1 | -0/+26 |
| * | [SLP] Arguments should be camel case, and start with an upper case letter. NFC. | Chad Rosier | 2016-08-31 | 1 | -2/+2 |
| * | Revert "[SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle m... | James Molloy | 2016-08-31 | 1 | -20/+6 |
| * | Revert "[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd" | James Molloy | 2016-08-31 | 1 | -127/+86 |
| * | Revert "[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches" | James Molloy | 2016-08-31 | 1 | -89/+27 |
| * | Revert "[SimplifyCFG] Add a workaround to fix PR30188" | James Molloy | 2016-08-31 | 1 | -10/+0 |
| * | Revert "[SimplifyCFG] Fix bootstrap failure after r280220" | James Molloy | 2016-08-31 | 1 | -21/+5 |
| * | [SimplifyCFG] Fix bootstrap failure after r280220 | James Molloy | 2016-08-31 | 1 | -5/+21 |
| * | [SimplifyCFG] Add a workaround to fix PR30188 | James Molloy | 2016-08-31 | 1 | -0/+10 |
| * | [SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle more cases | James Molloy | 2016-08-31 | 1 | -6/+20 |
| * | [SimplifyCFG] Handle tail-sinking of more than 2 incoming branches | James Molloy | 2016-08-31 | 1 | -27/+89 |
| * | [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd | James Molloy | 2016-08-31 | 1 | -86/+127 |
| * | [SimplifyCFG] Tail-merge calls with sideeffects | James Molloy | 2016-08-31 | 1 | -7/+3 |
| * | [Coroutines] Part 10: Add coroutine promise support. | Gor Nishanov | 2016-08-31 | 5 | -9/+127 |
| * | [InstCombine] clean up InsertRangeTest; NFCI | Sanjay Patel | 2016-08-31 | 1 | -35/+15 |
| * | [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail posit... | Alina Sbirlea | 2016-08-30 | 1 | -7/+7 |
| * | [LoopVectorizer] Predicate instructions in blocks with several incoming edges | Michael Kuperstein | 2016-08-30 | 1 | -12/+4 |
| * | [InstCombine] replace divide-by-constant checks with asserts; NFC | Sanjay Patel | 2016-08-30 | 1 | -19/+16 |
| * | [InstCombine] clean up foldICmpDivConstant; NFCI | Sanjay Patel | 2016-08-30 | 1 | -16/+20 |
| * | [Reassociate] Add additional debug output. NFC. | Chad Rosier | 2016-08-30 | 1 | -0/+2 |
| * | [SimplifyCFG] Properly CSE metadata in SinkThenElseCodeToEnd | James Molloy | 2016-08-30 | 1 | -0/+5 |
| * | [RewriteStatepointsForGC] Update comment for same PHI node check. NFC | Anna Thomas | 2016-08-30 | 1 | -1/+2 |
| * | [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra... | Kostya Serebryany | 2016-08-30 | 1 | -6/+75 |
| * | ADT: Give ilist<T>::reverse_iterator a handle to the current node | Duncan P. N. Exon Smith | 2016-08-30 | 3 | -12/+12 |
| * | [ThinLTO] Indirect call promotion fixes for promoted local functions | Teresa Johnson | 2016-08-29 | 1 | -3/+14 |
| * | [SLP] Return a boolean value for these static helpers. NFC. | Chad Rosier | 2016-08-29 | 1 | -17/+16 |
| * | [LV] Move insertelement sequence after scalar definitions | Matthew Simpson | 2016-08-29 | 1 | -0/+11 |
| * | [asan] Enable new stack poisoning with store instruction by default | Vitaly Buka | 2016-08-29 | 1 | -1/+1 |
| * | ASan: remove variable only used in assertions build | Tim Northover | 2016-08-29 | 1 | -2/+1 |
| * | Use store operation to poison allocas for lifetime analysis. | Vitaly Buka | 2016-08-29 | 1 | -59/+106 |
| * | [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout | Vitaly Buka | 2016-08-29 | 2 | -33/+57 |
| * | [SimplifyCFG] Hoisting invalidates metadata | David Majnemer | 2016-08-29 | 1 | -2/+8 |
| * | [StatepointsForGC] Rematerialize in the presence of PHIs | Anna Thomas | 2016-08-29 | 1 | -0/+35 |
| * | [Coroutines] Part 9: Add cleanup subfunction. | Gor Nishanov | 2016-08-29 | 7 | -65/+140 |
| * | [InstCombine] use m_APInt to allow icmp (and X, Y), C folds for splat constan... | Sanjay Patel | 2016-08-28 | 1 | -32/+34 |
| * | GVN-hoist: invalidate MD cache (PR29144) | Sebastian Pop | 2016-08-27 | 1 | -0/+2 |
| * | [Inliner] Report when inlining fails because callee's def is unavailable | Adam Nemet | 2016-08-26 | 1 | -2/+11 |
| * | [InstCombine] add helper function for icmp (and (sh X, Y), C2), C1 ; NFC | Sanjay Patel | 2016-08-26 | 2 | -45/+64 |
| * | [InstCombine] clean up foldICmpAndConstConst(); NFC | Sanjay Patel | 2016-08-26 | 1 | -172/+166 |