This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3d9f320 [Hexagon][NFC] Using documented instruction type name V4LDST [...]
new e25a48d [RS4GC] Strengthen coverage: add more tests
new b44dba3 AMDGPU/SI: Add support for 8-byte 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:
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp | 2 ++
test/MC/AMDGPU/reloc.s | 15 +++++++++++++++
.../RewriteStatepointsForGC/deopt-lowering-attrs.ll | 11 +++++++++++
.../RewriteStatepointsForGC/statepoint-attrs.ll | 16 ++++++++++++++++
4 files changed, 44 insertions(+)
create mode 100644 test/Transforms/RewriteStatepointsForGC/statepoint-attrs.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 zorg.
from 1516367 This is unused now
new dee776e Refactored to support extra options.
new 52aa251 Added MakeCommand.
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:
zorg/buildbot/commands/MakeCommand.py | 73 ++++++++++++++++++++++++++++++++++
zorg/buildbot/commands/NinjaCommand.py | 63 +++++++++++++++++++++++++----
2 files changed, 128 insertions(+), 8 deletions(-)
create mode 100644 zorg/buildbot/commands/MakeCommand.py
--
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 zorg.
from f6a1f53 Replace urllib download with urllib2
new e108259 Create svn_rev symlinks in uploads as well
new 77fff90 PEP8 fixups
new 1516367 This is unused now
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:
zorg/jenkins/build.py | 204 +++++++++++++++++++++++++++++---------------------
1 file changed, 118 insertions(+), 86 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 zorg.
from 9cdc0e3 LLDB Xcode build: run python script directly
new f6a1f53 Replace urllib download with urllib2
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:
zorg/jenkins/build.py | 29 ++++++++++++++++++++++++++---
1 file changed, 26 insertions(+), 3 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 6bc67a4 [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)
new 5820bd6 Revert r283572 - [Driver] Make -print-libgcc-file-name print [...]
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:
docs/CommandGuide/clang.rst | 3 +--
include/clang/Driver/Options.td | 3 +--
lib/Driver/Driver.cpp | 10 +---------
test/Driver/print-libgcc-file-name.c | 15 ---------------
4 files changed, 3 insertions(+), 28 deletions(-)
delete mode 100644 test/Driver/print-libgcc-file-name.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 lld.
from d2134ac [ELF] - Fixed assert fail when symbol table has zero sh_info value.
new c280e8b Improve comments.
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/InputSection.cpp | 9 ++++++---
1 file changed, 6 insertions(+), 3 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 cd45162 Implement LWG2296 helper intrinsic c-family/ * c-common.h ( [...]
new 4076953 cp/ PR c++/64433 DR1658, DR1611 * init.c (emit_mem_initia [...]
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 | 11 +++++++
gcc/cp/init.c | 11 ++++---
gcc/cp/method.c | 20 +++++++-----
gcc/testsuite/ChangeLog | 9 ++++++
gcc/testsuite/g++.dg/cpp0x/pr66443-cxx11-2.C | 23 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr66443-cxx11.C | 30 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr66443-cxx14-2.C | 29 +++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr66443-cxx14-3.C | 25 +++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr66443-cxx14.C | 47 ++++++++++++++++++++++++++++
9 files changed, 193 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr66443-cxx11-2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr66443-cxx11.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr66443-cxx14-2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr66443-cxx14-3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr66443-cxx14.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 gcc.
from 7d29bba [gcc] 2016-10-06 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new cd45162 Implement LWG2296 helper intrinsic c-family/ * c-common.h ( [...]
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/c-family/ChangeLog | 6 +++
gcc/c-family/c-common.c | 1 +
gcc/c-family/c-common.h | 1 +
gcc/cp/ChangeLog | 17 ++++++
gcc/cp/constexpr.c | 6 +++
gcc/cp/cp-objcp-common.c | 1 +
gcc/cp/cp-tree.def | 5 ++
gcc/cp/cp-tree.h | 2 +
gcc/cp/cxx-pretty-print.c | 15 ++++++
gcc/cp/cxx-pretty-print.h | 1 +
gcc/cp/error.c | 4 ++
gcc/cp/parser.c | 37 ++++++++-----
gcc/cp/pt.c | 4 ++
gcc/cp/typeck.c | 23 ++++++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/cpp0x/addressof1.C | 96 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/addressof2.C | 33 ++++++++++++
17 files changed, 244 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/addressof1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/addressof2.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 clang.
from 9ccc2ea Silence Warning. NFC.
new 6bc67a4 [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)
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:
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 11 +++
.../StaticAnalyzer/Core/BugReporter/BugReporter.h | 26 ++++++-
lib/Rewrite/HTMLRewrite.cpp | 9 ++-
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 7 ++
lib/StaticAnalyzer/Core/BugReporter.cpp | 54 +++++++++----
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 88 ++++++++++++++++------
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 3 +
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 24 ++++--
8 files changed, 173 insertions(+), 49 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 c16b74e Recommit "Use StringRef in LTOModule implementation (NFC)""
new 3d9f320 [Hexagon][NFC] Using documented instruction type name V4LDST [...]
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/Hexagon/HexagonInstrFormatsV4.td | 4 ++--
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 2 +-
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.