This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 46582be9742 [AMDGPU] Produce madak and madmk from the two-address pass
new b6b25740b76 Unmerge GEPs to reduce register pressure on IndirectBr edges.
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/CodeGenPrepare.cpp | 167 ++++++++++++++++++++++++
test/Transforms/CodeGenPrepare/gep-unmerging.ll | 60 +++++++++
2 files changed, 227 insertions(+)
create mode 100644 test/Transforms/CodeGenPrepare/gep-unmerging.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 ba57a4895d1 [X86] Remove portions of r275950 that are no longer needed [...]
new 46582be9742 [AMDGPU] Produce madak and madmk from the two-address pass
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/AMDGPU/SIInstrInfo.cpp | 42 ++++++++++++++
test/CodeGen/AMDGPU/madak.ll | 2 +-
test/CodeGen/AMDGPU/twoaddr-mad.mir | 110 ++++++++++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/v_madak_f16.ll | 4 +-
4 files changed, 155 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/twoaddr-mad.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 lld.
from ee085a3fb [ELF] Fix issue with test when build path contains '@'
new b42b3bc59 LLD: Introduce a GNU LD style driver for COFF
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:
CMakeLists.txt | 1 +
ELF/Driver.cpp | 8 +-
MinGW/CMakeLists.txt | 20 ++
MinGW/Driver.cpp | 204 +++++++++++++++++++++
MinGW/Options.td | 34 ++++
include/lld/Driver/Driver.h | 5 +
.../Inputs/imagebase-aarch64.yaml} | 41 ++---
.../Inputs/imagebase-arm.yaml} | 41 ++---
.../Inputs/imagebase-i386.yaml} | 41 ++---
.../Inputs/imagebase-x86_64.yaml} | 39 ++--
test/MinGW/output.test | 52 ++++++
tools/lld/CMakeLists.txt | 1 +
tools/lld/lld.cpp | 12 ++
13 files changed, 410 insertions(+), 89 deletions(-)
create mode 100644 MinGW/CMakeLists.txt
create mode 100644 MinGW/Driver.cpp
create mode 100644 MinGW/Options.td
copy test/{COFF/Inputs/import.yaml => MinGW/Inputs/imagebase-aarch64.yaml} (56%)
copy test/{COFF/Inputs/import.yaml => MinGW/Inputs/imagebase-arm.yaml} (56%)
copy test/{COFF/Inputs/import.yaml => MinGW/Inputs/imagebase-i386.yaml} (54%)
copy test/{COFF/Inputs/import.yaml => MinGW/Inputs/imagebase-x86_64.yaml} (59%)
create mode 100644 test/MinGW/output.test
--
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 e9d6c8efb48 2017-09-11 Vidya Praveen <vidyapraveen(a)arm.com>
new a8d62de5963 Adjust test to pass with old std::string
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/testsuite/21_strings/basic_string/lwg2946.cc | 2 +-
2 files changed, 6 insertions(+), 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 release/2.25/master
in repository glibc.
from 4e4cfd7761 string/stratcliff.c: Replace int with size_t [BZ #21982]
new b64e029866 Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]
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:
ChangeLog | 17 +++++++++++++++++
Makerules | 8 ++++++++
config.make.in | 1 +
configure | 6 +++++-
configure.ac | 5 ++++-
5 files changed, 35 insertions(+), 2 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 9fe7bd2f472 X86 Tests: More AVX512 conversions tests. NFC
new 6b4918d145e [SelectionDAG] Remove a check for type being a vector type [...]
new ba57a4895d1 [X86] Remove portions of r275950 that are no longer needed [...]
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/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 --
lib/Target/X86/X86ISelLowering.cpp | 44 ++++++--------------------------
lib/Target/X86/X86ISelLowering.h | 2 --
3 files changed, 8 insertions(+), 40 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 libcxx.
from f2c4a9635 Fix PR34298 - Allow std::function with an incomplete return type.
new ff400da26 Add include of <string> to <system_error>, since things in th [...]
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/system_error | 1 +
.../syserr.errcode.overview/nothing_to_do.pass.cpp | 12 ------------
.../types.pass.cpp} | 10 +++++-----
.../syserr.errcondition.overview/nothing_to_do.pass.cpp | 12 ------------
.../types.pass.cpp} | 10 ++++------
5 files changed, 10 insertions(+), 35 deletions(-)
delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.overv [...]
copy test/std/diagnostics/syserr/syserr.errcode/{syserr.errcode.observers/category [...]
delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondi [...]
copy test/std/diagnostics/syserr/syserr.errcondition/{syserr.errcondition.construc [...]
--
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 release/2.26/master
in repository glibc.
from 5f5532caf8 Update x86_64 ulps for AMD Ryzen.
new 56ce01906e string/stratcliff.c: Replace int with size_t [BZ #21982]
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:
ChangeLog | 9 ++
string/stratcliff.c | 276 +++++++++++++++++++++++++++++++---------------------
2 files changed, 176 insertions(+), 109 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 release/2.25/master
in repository glibc.
from e0252d3c64 Use "static const char domain[] ="
new 4e4cfd7761 string/stratcliff.c: Replace int with size_t [BZ #21982]
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:
ChangeLog | 9 ++
string/stratcliff.c | 276 +++++++++++++++++++++++++++++++---------------------
2 files changed, 176 insertions(+), 109 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 022ffdf29f1 [ScalarEvolution] Refactor forgetLoop() to improve performance
new 9fe7bd2f472 X86 Tests: More AVX512 conversions tests. NFC
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/CodeGen/X86/avx512-cvt.ll | 885 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 885 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.