[llvm-branch-commits] [lld] e05c7e4 - Require shell for lld/test/ELF/arm-exidx-range.s

2020-07-20 Thread Hans Wennborg via llvm-branch-commits
Author: Hans Wennborg Date: 2020-07-20T17:49:34+02:00 New Revision: e05c7e400f3afb9b6ec47d23a46bc68ef906ee77 URL: https://github.com/llvm/llvm-project/commit/e05c7e400f3afb9b6ec47d23a46bc68ef906ee77 DIFF: https://github.com/llvm/llvm-project/commit/e05c7e400f3afb9b6ec47d23a46bc68ef906ee77.diff

[llvm-branch-commits] [llvm] c467be7 - [ms] [llvm-ml] Remove unused function

2020-07-20 Thread Hans Wennborg via llvm-branch-commits
Author: Eric Astor Date: 2020-07-20T15:50:30+02:00 New Revision: c467be74df68bc8c6db0b70ee64d0fc4616821d5 URL: https://github.com/llvm/llvm-project/commit/c467be74df68bc8c6db0b70ee64d0fc4616821d5 DIFF: https://github.com/llvm/llvm-project/commit/c467be74df68bc8c6db0b70ee64d0fc4616821d5.diff LO

[llvm-branch-commits] [llvm] 40e2065 - [X86] Allow lsl/lar to be parsed with a GR16, GR32, or GR64 as source register.

2020-07-20 Thread Hans Wennborg via llvm-branch-commits
Author: Craig Topper Date: 2020-07-20T15:44:42+02:00 New Revision: 40e2065d979b4417641105cff4a5ee9bbf67aebd URL: https://github.com/llvm/llvm-project/commit/40e2065d979b4417641105cff4a5ee9bbf67aebd DIFF: https://github.com/llvm/llvm-project/commit/40e2065d979b4417641105cff4a5ee9bbf67aebd.diff

[llvm-branch-commits] [llvm] 2d499d7 - [X86] Teach assembler parser to accept lsl and lar with a 64 or 32 source register when the destination is a 64 register.

2020-07-20 Thread Hans Wennborg via llvm-branch-commits
Author: Craig Topper Date: 2020-07-20T15:44:42+02:00 New Revision: 2d499d7912ac83ff7a943b9061a557c759176fe6 URL: https://github.com/llvm/llvm-project/commit/2d499d7912ac83ff7a943b9061a557c759176fe6 DIFF: https://github.com/llvm/llvm-project/commit/2d499d7912ac83ff7a943b9061a557c759176fe6.diff

[llvm-branch-commits] [clang] 76c22b3 - [RISCV] Add support for -mcpu option.

2020-07-20 Thread Hans Wennborg via llvm-branch-commits
Author: Zakk Chen Date: 2020-07-20T15:38:39+02:00 New Revision: 76c22b392f18e533262de8db2fec5e6e25e0bd8b URL: https://github.com/llvm/llvm-project/commit/76c22b392f18e533262de8db2fec5e6e25e0bd8b DIFF: https://github.com/llvm/llvm-project/commit/76c22b392f18e533262de8db2fec5e6e25e0bd8b.diff LOG

Re: [llvm-branch-commits] [llvm] 081c255 - [ValueTracking] Let isGuaranteedNotToBeUndefOrPoison use canCreateUndefOrPoison

2020-07-20 Thread Hans Wennborg via llvm-branch-commits
Ah, sorry. I got confused by the email, which doesn't actually say which branch the commit went to :-/ Thanks for clarifying! On Mon, Jul 20, 2020 at 11:35 AM Nikita Popov wrote: > > Hi Hans, > > I accidentally pushed a branch to the upstream repo instead of a fork. I've > deleted it shortly af

[llvm-branch-commits] [llvm] 7421cbd - [InstCombine][Test] Test for fix of replacing select with Phis when branch has the same labels

2020-07-20 Thread Hans Wennborg via llvm-branch-commits
Author: Max Kazantsev Date: 2020-07-20T15:28:01+02:00 New Revision: 7421cbd7a5a74b48a173f60763b9b78ecd3aec09 URL: https://github.com/llvm/llvm-project/commit/7421cbd7a5a74b48a173f60763b9b78ecd3aec09 DIFF: https://github.com/llvm/llvm-project/commit/7421cbd7a5a74b48a173f60763b9b78ecd3aec09.diff

[llvm-branch-commits] [llvm] 2a7f193 - [InstCombine] Fix replace select with Phis when branch has the same labels

2020-07-20 Thread Hans Wennborg via llvm-branch-commits
Author: Max Kazantsev Date: 2020-07-20T15:27:48+02:00 New Revision: 2a7f1931d7272051592155619f21b338b5735734 URL: https://github.com/llvm/llvm-project/commit/2a7f1931d7272051592155619f21b338b5735734 DIFF: https://github.com/llvm/llvm-project/commit/2a7f1931d7272051592155619f21b338b5735734.diff

[llvm-branch-commits] [compiler-rt] 96313d2 - [TSan] Optimize handling of racy address

2020-07-20 Thread Hans Wennborg via llvm-branch-commits
Author: Joachim Protze Date: 2020-07-20T15:02:27+02:00 New Revision: 96313d2de45ace49d40606dda71f03396f13ddef URL: https://github.com/llvm/llvm-project/commit/96313d2de45ace49d40606dda71f03396f13ddef DIFF: https://github.com/llvm/llvm-project/commit/96313d2de45ace49d40606dda71f03396f13ddef.diff

Re: [llvm-branch-commits] [llvm] 094d638 - [RelocationResolver] Support R_PPC_REL32 & R_PPC64_REL{32, 64}

2020-07-20 Thread Hans Wennborg via llvm-branch-commits
This seems fine, but in general please always check with me before pushing to the release branch. (Same for a1f2fd1.) Thanks, Hans On Sun, Jul 19, 2020 at 12:22 AM Fangrui Song via llvm-branch-commits wrote: > > > Author: Fangrui Song > Date: 2020-07-18T15:20:30-07:00 > New Revision: 094d6386ec0

Re: [llvm-branch-commits] [llvm] 081c255 - [ValueTracking] Let isGuaranteedNotToBeUndefOrPoison use canCreateUndefOrPoison

2020-07-20 Thread Hans Wennborg via llvm-branch-commits
Hi Nikita, Where did this come from? The commit message doesn't mention a code review or if this is a cherry-pick from something on trunk. Please always check with me before pushing anything to the release branch. Thanks, Hans On Sun, Jul 19, 2020 at 7:27 PM Nikita Popov via llvm-branch-commits