This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libunwind.
from f6717c2 [libunwind] Handle .ARM.exidx tables without sentinel last entry
new 36c1a03 Partial fix for PR33858
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 | 1 -
test/lit.site.cfg.in | 2 +-
2 files changed, 1 insertion(+), 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 release_50
in repository libunwind.
from 6c7b19f Drop 'svn' suffix from version number.
new 1ca29a4 Merging r308871: -------------------------------------------- [...]
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:
src/UnwindCursor.hpp | 11 +++++++++--
1 file changed, 9 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 36406cba215 Diffing against a file that is itself used in the test seem [...]
new 2dcf99d698c Un-XFAIL some internal lit tests on Windows, they pass for [...]
new 22072158f35 [Dominators] Move root-finding out of DomTreeBase and simplify it
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/IR/Dominators.h | 5 +-
include/llvm/Support/GenericDomTree.h | 45 +++++++---------
include/llvm/Support/GenericDomTreeConstruction.h | 64 +++++++++++++----------
lib/IR/Dominators.cpp | 10 ++--
utils/lit/tests/shtest-format.py | 3 --
utils/lit/tests/unit/TestRunner.py | 3 --
utils/lit/tests/unittest-adaptor.py | 3 --
7 files changed, 60 insertions(+), 73 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_50
in repository clang.
from cbaa84db28 Merging r308897: ------------------------------------------- [...]
new 3378e4c41b Merging r308824: ------------------------------------------- [...]
new 7a0666d0f3 Merging r309058: ------------------------------------------- [...]
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/clang/AST/Type.h | 1 +
lib/AST/Type.cpp | 9 +++++++++
lib/Basic/DiagnosticIDs.cpp | 2 +-
lib/CodeGen/CodeGenTBAA.cpp | 6 ++++++
test/CodeGenCXX/std-byte.cpp | 41 +++++++++++++++++++++++++++++++++++++++++
test/Driver/autocomplete.c | 4 ++--
6 files changed, 60 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGenCXX/std-byte.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 clang.
from 8861b18d9b Regression test for PR10856
new eea8887a7d Add bitrig removal to release notes
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/ReleaseNotes.rst | 6 ++++++
1 file changed, 6 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 5864936880d Simplify. NFC.
new 36406cba215 Diffing against a file that is itself used in the test seem [...]
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/tools/llvm-mt/single_file.test | 26 +++++++++++++++++++++++++-
1 file changed, 25 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 binutils-gdb.
from 27d41eac62 Add "maint check xml-descriptions" to test builtin xml targe [...]
new 104f0515d0 Gold: Fix mips.cc for GCC 4.2
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:
gold/ChangeLog | 5 +++++
gold/mips.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 binutils-2_29-branch
in repository binutils-gdb.
from 5801122d87 Automatic date update in version.in
new 409fb83d17 Gold: Fix mips.cc for GCC 4.2
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:
gold/ChangeLog | 5 +++++
gold/mips.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 master
in repository gcc.
from df1990afdf0 2017-07-26 Paolo Carlini <paolo.carlini(a)oracle.com>
new 14784643429 [Patch AArch64 Obvious] Unify branch costs to generic_branch_cost
new 0df3ceda6e9 PR c++/67054 - Inherited ctor with non-default-cons [...]
new 36ded4e1309 P0702R1 - List deduction of vector.
new b11697e626d [Patch AArch64 obvious] Unify address costs to generic_addr [...]
The 4 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 | 20 +++++++
gcc/config/aarch64/aarch64.c | 66 ++++------------------
gcc/cp/ChangeLog | 12 ++++
gcc/cp/method.c | 2 +-
gcc/cp/pt.c | 18 ++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C | 23 ++++++++
.../{class-deduction41.C => class-deduction42.C} | 12 ++--
7 files changed, 90 insertions(+), 63 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C
copy gcc/testsuite/g++.dg/cpp1z/{class-deduction41.C => class-deduction42.C} (73%)
--
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 370d1e47b2c Fix LIT test breakage
new 5864936880d 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:
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp | 290 ++++++++-------------
1 file changed, 114 insertions(+), 176 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.