This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0c40496 Simplify. NFC.
new 9e7ec03 Recommit r275257 "[ELF] - Implement extern "c++" version script tag"
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:
ELF/Config.h | 9 +++-
ELF/SymbolListFile.cpp | 26 +++++++++--
ELF/SymbolTable.cpp | 72 ++++++++++++++++++++---------
ELF/SymbolTable.h | 2 +
test/ELF/version-script-err.s | 5 --
test/ELF/version-script-extern.s | 98 ++++++++++++++++++++++++++++++++++++++++
6 files changed, 179 insertions(+), 33 deletions(-)
create mode 100644 test/ELF/version-script-extern.s
--
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 02b9bc5 Daily bump.
new 3925d64 * g++.dg/cpp0x/nullptr35.C (caught): Fix typo.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/cpp0x/nullptr35.C | 2 +-
2 files changed, 5 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 master
in repository clang-tools-extra.
from 4d2e790 [clang-rename] fix testset
new 7b70d60 [clang-rename] remove obsolete tests and apply fixes to existing
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/clang-rename/ClassTest.cpp | 15 --------------
test/clang-rename/ClassTestByName.cpp | 10 ---------
test/clang-rename/ClassTestReplacements.cpp | 12 -----------
...catedClassTest.cpp => ComplicatedClassType.cpp} | 0
test/clang-rename/CtorDefTest.cpp | 15 --------------
test/clang-rename/CtorInitializerTest.cpp | 20 ------------------
test/clang-rename/DtorDefTest.cpp | 17 ---------------
test/clang-rename/DynamicCastExpr.cpp | 19 +++++++++--------
test/clang-rename/FieldTest.cpp | 17 ---------------
test/clang-rename/StaticCastExpr.cpp | 19 +++++++++--------
test/clang-rename/VarTest.cpp | 24 ----------------------
11 files changed, 20 insertions(+), 148 deletions(-)
delete mode 100644 test/clang-rename/ClassTest.cpp
delete mode 100644 test/clang-rename/ClassTestByName.cpp
delete mode 100644 test/clang-rename/ClassTestReplacements.cpp
rename test/clang-rename/{ComplicatedClassTest.cpp => ComplicatedClassType.cpp} (100%)
delete mode 100644 test/clang-rename/CtorDefTest.cpp
delete mode 100644 test/clang-rename/CtorInitializerTest.cpp
delete mode 100644 test/clang-rename/DtorDefTest.cpp
delete mode 100644 test/clang-rename/FieldTest.cpp
delete mode 100644 test/clang-rename/VarTest.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 llvm.
from aa47729 Disable this-return argument forwarding on ARM/AArch64
new 4fe9cc7 Revert "Revert r275027 - Let FuncAttrs infer the 'returned' a [...]
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/Transforms/IPO/FunctionAttrs.cpp | 50 ++++++++++++++++++++++
.../FunctionAttrs/2009-01-02-LocalStores.ll | 2 +-
test/Transforms/FunctionAttrs/nocapture.ll | 6 +--
test/Transforms/FunctionAttrs/readattrs.ll | 4 +-
4 files changed, 56 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 clang.
from f3ce631 [Driver] Add flags for enabling both types of PGO Instrumentation
new a296930 Revert "Revert r275029 - Update Clang tests after adding infe [...]
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/ppc64-struct-onevect.c | 2 +-
test/CodeGenCXX/wasm-args-returns.cpp | 4 ++--
test/CodeGenOpenCL/as_type.cl | 2 +-
3 files changed, 4 insertions(+), 4 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 384c642 Re-commit [AMDGPU] Add metadata for runtime
new aa47729 Disable this-return argument forwarding on ARM/AArch64
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/AArch64/AArch64ISelLowering.cpp | 9 ++++++++-
lib/Target/ARM/ARMISelLowering.cpp | 9 ++++++++-
test/CodeGen/AArch64/arm64-this-return.ll | 2 +-
test/CodeGen/ARM/returned-ext.ll | 4 ++--
test/CodeGen/ARM/this-return.ll | 4 ++--
5 files changed, 21 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 gcc-4_9-branch
in repository gcc.
from 4f495b4 Daily bump.
new dc41232 2016-07-15 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-expr.c | 1 -
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/pr71764.f90 | 34 ++++++++++++++++++++++++++++++++++
4 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71764.f90
--
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 108967b [AVX512] Remove CodeGenOnly VBROADCAST m_Int instructions. Th [...]
new 384c642 Re-commit [AMDGPU] Add metadata for runtime
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/AMDGPUAsmPrinter.cpp | 229 ++++++++
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 4 +
lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 138 +++++
test/CodeGen/AMDGPU/runtime-metadata.ll | 848 ++++++++++++++++++++++++++++++
4 files changed, 1219 insertions(+)
create mode 100644 lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
create mode 100644 test/CodeGen/AMDGPU/runtime-metadata.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 gcc-5-branch
in repository gcc.
from 9d12b53 Daily bump.
new 90b4f36 2016-07-15 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-expr.c | 1 -
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/pr71764.f90 | 34 ++++++++++++++++++++++++++++++++++
4 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71764.f90
--
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 7be0721 Rename SymbolVersions VersionDefinitions.
new 0c40496 Simplify. 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:
ELF/Writer.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.