This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 034cb9bdc0c Daily bump.
new 983edbb8a1b x86: Always update EH return address in word_mode
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 | 9 +++++++++
gcc/config/i386/i386.md | 5 ++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/torture/pr87014.C | 37 ++++++++++++++++++++++++++++++++++
4 files changed, 58 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr87014.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 test-suite.
from dbdf7c69 TestFile.cmake: Support WORKDIR argument in llvm_test_prepare [...]
new 1b573bef cmake: Use functions instead of macros where possible; NFC
new 6164f028 lua/generate_inputs.sh: Remove noise from build output; NFC
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:
MultiSource/Applications/lua/generate_inputs.sh | 1 -
cmake/modules/CopyDir.cmake | 8 ++++----
cmake/modules/DetectArchitecture.cmake | 17 ++++++++---------
cmake/modules/External.cmake | 9 +++++----
cmake/modules/Host.cmake | 4 ++--
cmake/modules/SingleMultiSource.cmake | 10 +++++-----
cmake/modules/TestSuite.cmake | 17 +++++++++--------
7 files changed, 33 insertions(+), 33 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 clang.
from df3559c872 AMDGPU: Move target code into TargetParser
new 4b752d0315 [ASTImporter] Add test for CXXForRangeStmt
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/Import/cxx-for-range/Inputs/F.cpp | 11 +++++++
test/Import/cxx-for-range/test.cpp | 53 ++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
create mode 100644 test/Import/cxx-for-range/Inputs/F.cpp
create mode 100644 test/Import/cxx-for-range/test.cpp
--
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 binutils-gdb.
from ae19acf320 Fix running objcopy on Mach-O binaries.
new 4895f384b4 Don't throw Scheme exceptions with live std::vector objects
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:
gdb/ChangeLog | 7 ++
gdb/guile/scm-utils.c | 175 ++++++++++++++++++++++++++++----------------------
2 files changed, 105 insertions(+), 77 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 gcc-7-branch
in repository gcc.
from e9a3cdd562a Restrict the pr86763 test to *-*-linux* targets
new 48637296552 x86: Always update EH return address in word_mode
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 | 9 +++++++++
gcc/config/i386/i386.md | 5 ++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/torture/pr87014.C | 37 ++++++++++++++++++++++++++++++++++
4 files changed, 58 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr87014.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 release_70
in repository llvm.
from 98aa61ba49b Merging r338841: ------------------------------------------ [...]
new 39ee06433f8 Merging r339822: ------------------------------------------ [...]
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 | 56 +++++++++++++++++++---
.../CodeGenPrepare/X86/multi-extension.ll | 25 ++++++++++
2 files changed, 74 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/CodeGenPrepare/X86/multi-extension.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 60b9afadc6d AMDGPU: Partially move target handling code from clang to T [...]
new cf8aa848ecc [AMDGPU] Support idot2 pattern.
new 6b2c78bfb07 Try to fix bot build failure
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/Support/TargetParser.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUInstructions.td | 3 +
lib/Target/AMDGPU/VOP3PInstructions.td | 20 +
test/CodeGen/AMDGPU/idot2.ll | 1850 +++++++++++++++++++++++++++++++
4 files changed, 1874 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/idot2.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 e54f19aba26 [X86][SSE] Add helper function to convert to/between the SS [...]
new 60b9afadc6d AMDGPU: Partially move target handling code from clang to T [...]
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/Support/TargetParser.h | 80 ++++++++++++++++++++
lib/Support/TargetParser.cpp | 147 ++++++++++++++++++++++++++++++++++++
2 files changed, 227 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 release_70
in repository clang.
from deea4eee5d Merging r340101: ------------------------------------------- [...]
new 30dc94c745 Merging r340048: ------------------------------------------- [...]
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/Basic/BuiltinsX86_64.def | 2 ++
lib/CodeGen/CGBuiltin.cpp | 21 +++++++++++++++++++++
lib/Headers/intrin.h | 14 --------------
test/CodeGen/ms-x86-intrinsics.c | 32 +++++++++++++++++++++++++++++++-
test/Headers/ms-intrin.cpp | 2 --
5 files changed, 54 insertions(+), 17 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 2e3ee0fed Makefile.rules: Use an absolute path to the module cache directory.
new 5f0c51f2a lldbtest.py: Unconditionally set the clang module cache path.
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:
packages/Python/lldbsuite/test/lldbtest.py | 21 +++++++++------------
.../test/macosx/nslog/TestDarwinNSLogOutput.py | 3 ++-
2 files changed, 11 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.