This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 305fd725196 * configure.ac (LD_AS_NEEDED_OPTION, LD_NO_AS_NEEDED_OPTIO [...]
new 98ce9ca593d PR c++/85587 - error with scoped enum in template.
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/ChangeLog | 6 ++++++
gcc/cp/semantics.c | 3 ++-
gcc/testsuite/g++.dg/cpp0x/scoped_enum8.C | 25 +++++++++++++++++++++++++
3 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/scoped_enum8.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 082b4ed62ad Use no-op opt run to eliminate the difference in bb pred co [...]
new 8864a3add44 [X86] Split WriteFRcp/WriteFRsqrt/WriteFSqrt into XMM and Y [...]
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 | 73 ++++++++++++++++++---------------
lib/Target/X86/X86InstrSSE.td | 56 ++++++++++++-------------
lib/Target/X86/X86SchedBroadwell.td | 9 ++--
lib/Target/X86/X86SchedHaswell.td | 9 ++--
lib/Target/X86/X86SchedSandyBridge.td | 6 ++-
lib/Target/X86/X86SchedSkylakeClient.td | 9 ++--
lib/Target/X86/X86SchedSkylakeServer.td | 13 +++---
lib/Target/X86/X86Schedule.td | 9 +++-
lib/Target/X86/X86ScheduleAtom.td | 3 ++
lib/Target/X86/X86ScheduleBtVer2.td | 21 +++-------
lib/Target/X86/X86ScheduleSLM.td | 3 ++
lib/Target/X86/X86ScheduleZnver1.td | 3 ++
12 files changed, 117 insertions(+), 97 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 lnt.
from c3e06f0 Update test_all for changes in lit module layout.
new 4bd1f90 Rename because this is really a shell test
new 416091e Use the internal shtest runner and make lit a formal dependency
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:
requirements.client.txt | 1 +
tests/lit.cfg | 6 ++++--
.../runtest/{test_suite_diagnose.py => test_suite_diagnose.shtest} | 0
3 files changed, 5 insertions(+), 2 deletions(-)
rename tests/runtest/{test_suite_diagnose.py => test_suite_diagnose.shtest} (100%)
--
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 abd10450687 AMDGPU: Add missing gfx904 tests
new 082b4ed62ad Use no-op opt run to eliminate the difference in bb pred co [...]
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:
test/Other/pr32085.ll | 9 +++------
1 file changed, 3 insertions(+), 6 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 lldb.
from b23713b97 [lit] Replace generator expressions in lit.site.cfg
new 0bb9c18d5 Revert "[lit] Replace generator expressions in lit.site.cfg"
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:
test/CMakeLists.txt | 12 ------------
1 file changed, 12 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 gcc.
from b9bdd103b26 Add the Netronome Flow Processor (nfp) as a build target to [...]
new 305fd725196 * configure.ac (LD_AS_NEEDED_OPTION, LD_NO_AS_NEEDED_OPTIO [...]
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/ChangeLog | 5 +++++
gcc/configure | 14 ++++++++++++++
gcc/configure.ac | 14 ++++++++++++++
3 files changed, 33 insertions(+)
--
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 579a47854bb [X86] Split WriteFCmp into XMM and YMM/ZMM scheduler classes
new abd10450687 AMDGPU: Add missing gfx904 tests
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:
test/MC/AMDGPU/fma-mix.s | 1 +
test/MC/AMDGPU/mad-mix.s | 1 +
2 files changed, 2 insertions(+)
--
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 f558d10cc73 Support: assume `std::is_final` with MSVC
new 579a47854bb [X86] Split WriteFCmp into XMM and YMM/ZMM scheduler classes
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 | 35 ++++++++++++++++-----------------
lib/Target/X86/X86InstrSSE.td | 30 +++++++++++++++-------------
lib/Target/X86/X86SchedBroadwell.td | 3 ++-
lib/Target/X86/X86SchedHaswell.td | 9 ++-------
lib/Target/X86/X86SchedSandyBridge.td | 9 ++-------
lib/Target/X86/X86SchedSkylakeClient.td | 7 +------
lib/Target/X86/X86SchedSkylakeServer.td | 17 ++--------------
lib/Target/X86/X86Schedule.td | 3 ++-
lib/Target/X86/X86ScheduleAtom.td | 1 +
lib/Target/X86/X86ScheduleBtVer2.td | 15 +-------------
lib/Target/X86/X86ScheduleSLM.td | 1 +
lib/Target/X86/X86ScheduleZnver1.td | 1 +
12 files changed, 48 insertions(+), 83 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 edd76949f48 [WebAssembly] llvm-readobj: display symbols names in relocations
new f86c5df7eb5 Fix the sed command in test which doesn't work well on BSD.
new 31d3d2138ae [LV] Move test/Transforms/LoopVectorize/pr23997.ll
new f558d10cc73 Support: assume `std::is_final` with MSVC
The 3 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/Support/type_traits.h | 2 +-
test/Other/pr32085.ll | 9 ++++++---
test/Transforms/LoopVectorize/{ => X86}/pr23997.ll | 0
3 files changed, 7 insertions(+), 4 deletions(-)
rename test/Transforms/LoopVectorize/{ => X86}/pr23997.ll (100%)
--
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 f7e2c2e351a [X86] Split WriteFAdd into XMM and YMM/ZMM scheduler classes
new de3e0c4a2c3 AMDGPU/NFC: Use enum values for first/last machs instead of [...]
new edd76949f48 [WebAssembly] llvm-readobj: display symbols names in relocations
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:
include/llvm/BinaryFormat/ELF.h | 14 +++++++---
test/MC/WebAssembly/debug-info.ll | 36 ++++++++++++------------
test/MC/WebAssembly/func-address.ll | 48 +++++++++++++++++---------------
test/MC/WebAssembly/reloc-code.ll | 8 +++---
test/MC/WebAssembly/reloc-data.ll | 10 +++----
test/tools/llvm-readobj/relocations.test | 6 ++--
tools/llvm-readobj/WasmDumper.cpp | 17 +++++++++--
7 files changed, 80 insertions(+), 59 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.