| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [ARM] Sink add/mul(shufflevector(insertelement())) for MVE instruction selection | Sam Tebbs | 2019-09-06 | 1 | -0/+216 |
| * | Cleanup test. | Alina Sbirlea | 2019-09-06 | 1 | -2/+1 |
| * | InstCombine: Fix crash on icmp of gep with addrspacecasted null | Matt Arsenault | 2019-09-05 | 1 | -0/+28 |
| * | [AliasSetTracker] Correct AAInfo check. | Alina Sbirlea | 2019-09-05 | 1 | -0/+71 |
| * | [SimplifyCFG] Don't SimplifyBranchOnICmpChain with ExtraCase | Vitaly Buka | 2019-09-05 | 1 | -0/+102 |
| * | [NFC][InstCombine] Overhaul 'unsigned add overflow' tests, ensure that all 3 ... | Roman Lebedev | 2019-09-05 | 6 | -8/+854 |
| * | [InstCombine] foldICmpBinOp(): consider inverted check in 'unsigned sub overf... | Roman Lebedev | 2019-09-05 | 2 | -10/+7 |
| * | [InstCombine] foldICmpBinOp(): consider inverted check in 'unsigned add overf... | Roman Lebedev | 2019-09-05 | 1 | -12/+12 |
| * | [InstCombine][NFC] Tests for 'unsigned sub overflow' check | Roman Lebedev | 2019-09-05 | 2 | -0/+313 |
| * | [InstCombine][NFC] Tests for 'unsigned add overflow' check | Roman Lebedev | 2019-09-05 | 2 | -0/+398 |
| * | [MergedLoadStoreMotion] Sink stores to BB with more than 2 predecessors | Denis Bakhvalov | 2019-09-05 | 1 | -0/+94 |
| * | [PGO][CHR] Speed up following long, interlinked use-def chains. | Hiroshi Yamauchi | 2019-09-05 | 1 | -0/+151 |
| * | AMDGPU: Add intrinsics for address space identification | Matt Arsenault | 2019-09-05 | 1 | -0/+55 |
| * | [Attributor][Fix] Make sure we do not delete live code | Johannes Doerfert | 2019-09-04 | 3 | -8/+64 |
| * | [InstCombine] Add more test cases (NFC) | Evandro Menezes | 2019-09-04 | 1 | -40/+99 |
| * | [InstCombine] sub(xor(x, y), or(x, y)) -> neg(and(x, y)) | David Bolvansky | 2019-09-04 | 1 | -20/+15 |
| * | [NFC] Added tests for new fold | David Bolvansky | 2019-09-04 | 1 | -0/+120 |
| * | [NFC] Adjust test filename | David Bolvansky | 2019-09-04 | 1 | -0/+0 |
| * | [InstCombine] Fold sub (and A, B) (or A, B)) to neg (xor A, B) | David Bolvansky | 2019-09-04 | 1 | -20/+15 |
| * | [Attributor] Look at internal functions only on-demand | Johannes Doerfert | 2019-09-04 | 3 | -4/+250 |
| * | [Attributor] Use the white list for attributes consistently | Johannes Doerfert | 2019-09-04 | 11 | -14/+14 |
| * | [Attributor] Deal more explicit with non-exact definitions | Johannes Doerfert | 2019-09-04 | 4 | -2/+44 |
| * | [InstSimplify] guard against unreachable code (PR43218) | Sanjay Patel | 2019-09-04 | 1 | -0/+23 |
| * | [Debuginfo][SROA] Need to handle dbg.value in SROA pass. | Alexey Lapshin | 2019-09-04 | 2 | -154/+86 |
| * | [InstCombine] add tests for insert/extract with identity shuffles; NFC | Sanjay Patel | 2019-09-04 | 1 | -0/+92 |
| * | [NFC] Added a negative test for new fold | David Bolvansky | 2019-09-04 | 1 | -0/+19 |
| * | [NFC] Fixed test | David Bolvansky | 2019-09-04 | 1 | -2/+2 |
| * | [NFC] Adjust tests for new fold | David Bolvansky | 2019-09-04 | 1 | -4/+4 |
| * | [NFC] Added tests for new fold | David Bolvansky | 2019-09-04 | 1 | -0/+101 |
| * | [InstCombine] Fold sub (or A, B) (and A, B) to (xor A, B) | David Bolvansky | 2019-09-04 | 1 | -20/+8 |
| * | [NFC] Added a new test for D67153 | David Bolvansky | 2019-09-04 | 1 | -0/+13 |
| * | [NFC] Added tests for 'SUB of OR and AND to XOR' fold | David Bolvansky | 2019-09-04 | 1 | -0/+103 |
| * | [Attributor] Use the delete API for liveness | Johannes Doerfert | 2019-09-03 | 2 | -11/+8 |
| * | [Attributor] Deduce "no-capture" argument attribute | Johannes Doerfert | 2019-09-03 | 11 | -117/+155 |
| * | [GVN] Propagate simple equalities from assumes within the tail of the block | Philip Reames | 2019-09-03 | 1 | -10/+24 |
| * | Revert r370454 "[LoopIdiomRecognize] BCmp loop idiom recognition" | Roman Lebedev | 2019-09-03 | 4 | -398/+580 |
| * | [Tests/GVN] Precommit requested test additions from D66977 | Philip Reames | 2019-09-03 | 1 | -0/+88 |
| * | [LV] Fix miscompiles by adding non-header PHI nodes to AllowedExit | Bjorn Pettersson | 2019-09-03 | 1 | -91/+21 |
| * | [LV] Precommit test case showing miscompile from PR43166. NFC | Bjorn Pettersson | 2019-09-03 | 1 | -0/+235 |
| * | [InstCombine] recognize bswap disguised as shufflevector | Sanjay Patel | 2019-09-02 | 1 | -8/+11 |
| * | [ConstantFolding] Fix 'undef' folding for @llvm.[us]{add,sub}.with.overflow o... | Roman Lebedev | 2019-09-01 | 1 | -5/+8 |
| * | [InstCombine] mempcpy(d,s,n) to memcpy(d,s,n) + n | David Bolvansky | 2019-08-31 | 1 | -6/+31 |
| * | [CVP] Add tests for simplified with.overflow + icmp; NFC | Nikita Popov | 2019-08-31 | 1 | -0/+278 |
| * | [CVP] Generate simpler code for elided with.overflow intrinsics | Nikita Popov | 2019-08-31 | 1 | -112/+97 |
| * | [SampleFDO] Add profile symbol list section to discriminate function being | Wei Mi | 2019-08-31 | 4 | -0/+152 |
| * | [GVN] Verify value equality before doing phi translation for call instruction | Wei Mi | 2019-08-30 | 1 | -0/+87 |
| * | [Attributor] Use existing function information for the call site | Johannes Doerfert | 2019-08-30 | 14 | -14/+14 |
| * | [Attributor] Manifest load/store alignment generally | Johannes Doerfert | 2019-08-30 | 1 | -0/+2 |
| * | [InstCombine][AMDGPU] Simplify tbuffer loads | Piotr Sobczak | 2019-08-30 | 1 | -0/+658 |
| * | [Attributor] Implement AANoAliasCallSiteArgument initialization | Hideto Ueno | 2019-08-30 | 1 | -5/+10 |