This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 695584c53e [analyzer] Unroll the loop when it has a unsigned counter.
new c1ef03f930 Revert r328845, it caused crbug.com/827810.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/AST/Mangle.h | 4 +--
include/clang/AST/VTableBuilder.h | 67 +++++++++++++++++++--------------------
lib/AST/MicrosoftMangle.cpp | 24 ++++++++------
lib/AST/VTableBuilder.cpp | 11 ++++---
lib/CodeGen/CGDebugInfo.cpp | 2 +-
lib/CodeGen/MicrosoftCXXABI.cpp | 24 +++++++-------
6 files changed, 70 insertions(+), 62 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6906b1fc5de [llvm-rtdyld] Fix the InputFileList cl::opt description: it [...]
new 319a3359618 [DAGCombine] (float)((int) f) --> ftrunc (PR36617)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/CodeGen/ISDOpcodes.h | 3 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 18 ++
test/CodeGen/AArch64/ftrunc.ll | 12 +-
test/CodeGen/ARM/ftrunc.ll | 42 ++++
test/CodeGen/PowerPC/fp-int128-fp-combine.ll | 13 +-
test/CodeGen/PowerPC/fp-to-int-to-fp.ll | 12 +-
test/CodeGen/PowerPC/ftrunc-vec.ll | 12 +-
test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll | 24 +--
test/CodeGen/X86/2011-10-19-widen_vselect.ll | 6 +-
test/CodeGen/X86/ftrunc.ll | 292 ++------------------------
10 files changed, 103 insertions(+), 331 deletions(-)
create mode 100644 test/CodeGen/ARM/ftrunc.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c941c47314a [X86][Btver2] Add MMX_PSHUFB to the JWritePSHUFB InstRW entries
new 6906b1fc5de [llvm-rtdyld] Fix the InputFileList cl::opt description: it [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
tools/llvm-rtdyld/llvm-rtdyld.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 70f34b0976 [analyzer] Hopefully fix the ARM buildbot.
new 695584c53e [analyzer] Unroll the loop when it has a unsigned counter.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/StaticAnalyzer/Core/LoopUnrolling.cpp | 16 +++++++++-------
test/Analysis/loop-unrolling.cpp | 23 +++++++++++++++++++++++
2 files changed, 32 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1ab1a1257f0 Unbreak the build of the go bindings after r328839.
new ab70130534e Fix trailing whitespace. NFCI.
new c941c47314a [X86][Btver2] Add MMX_PSHUFB to the JWritePSHUFB InstRW entries
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Target/X86/X86ScheduleBtVer2.td | 4 ++--
test/CodeGen/X86/mmx-schedule.ll | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a96b9330a2d [MIR-Canon] Adding support for local idempotent instruction [...]
new 1ab1a1257f0 Unbreak the build of the go bindings after r328839.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bindings/go/llvm/transforms_scalar.go | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme
in repository gcc.
discards f8cfce258b9 [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn
new 968ba923ee8 [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f8cfce258b9)
\
N -- N -- N refs/heads/aoliva/testme (968ba923ee8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cp/parser.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme
in repository gcc.
from aa28aabb392 [PR c++/84943] mark function as used when taking its address
new f8cfce258b9 [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cp/parser.c | 41 ++++++++++++++++++++++++++++++++-
gcc/testsuite/g++.dg/concepts/pr84979.C | 9 ++++++++
2 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84979.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c60b3d1b11d [X86] Add SchedRW for PMULLD
new a96b9330a2d [MIR-Canon] Adding support for local idempotent instruction [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/MIRCanonicalizerPass.cpp | 121 +++++++++++++++++++++++-
test/CodeGen/MIR/AArch64/mirCanonIdempotent.mir | 116 +++++++++++++++++++++++
2 files changed, 232 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/MIR/AArch64/mirCanonIdempotent.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cc2d730bc49 [ThinLTO] Add an option to force summary call edges cold fo [...]
new c60b3d1b11d [X86] Add SchedRW for PMULLD
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/X86/X86InstrAVX512.td | 2 +-
lib/Target/X86/X86InstrSSE.td | 2 +-
lib/Target/X86/X86SchedBroadwell.td | 15 +-------
lib/Target/X86/X86SchedHaswell.td | 15 +-------
lib/Target/X86/X86SchedSandyBridge.td | 3 +-
lib/Target/X86/X86SchedSkylakeClient.td | 15 +-------
lib/Target/X86/X86SchedSkylakeServer.td | 1 +
lib/Target/X86/X86Schedule.td | 1 +
lib/Target/X86/X86ScheduleBtVer2.td | 1 +
lib/Target/X86/X86ScheduleSLM.td | 1 +
lib/Target/X86/X86ScheduleZnver1.td | 1 +
test/CodeGen/X86/avx2-schedule.ll | 2 +-
test/CodeGen/X86/slow-pmulld.ll | 42 +++++++++++-----------
test/CodeGen/X86/sse41-schedule.ll | 12 +++----
test/tools/llvm-mca/X86/BtVer2/pipes-fpu.s | 45 ++++++++++++------------
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 8 ++---
test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 4 +--
17 files changed, 66 insertions(+), 104 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.