This is an automated email from the git hooks/post-receive script.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from dbe3652 nodename2hostname.sh: Fix hostname for tcwg-apm-0[34].
new 937c66c svn-git-hash.pl: New script
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:
svn-git-hash.pl | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
create mode 100755 svn-git-hash.pl
--
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 fe6b2045f82 StructurizeCFG: Directly invert cmp instructions
new de213fd92a9 [AMDGPU][mc][tests][NFC] Update bulk ISA tests for Gfx7 and Gfx8
new 48c8dfd6477 [tblgen] GCC/MS builtin to target intrisics map.
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/TableGen/StringToOffsetTable.h | 2 +
test/MC/AMDGPU/gfx7_asm_all.s | 7695 ++++++++++++++++++--------
test/MC/AMDGPU/gfx8_asm_all.s | 7966 +++++++++++++++++++--------
utils/TableGen/IntrinsicEmitter.cpp | 22 +-
4 files changed, 11062 insertions(+), 4623 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 f9dfc4e86 [Utility/StringLexer] Remove dead code.
new 7197b5baa Add CopyDiagnostic to the DiagnosticManager.
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/lldb/Expression/DiagnosticManager.h | 2 ++
source/Expression/DiagnosticManager.cpp | 9 +++++++++
2 files changed, 11 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 gcc.
from 2122510198d Rationalise ABI links in libstdc++ manual
new dad18bfe546 2017-04-19 Thomas Koenig <tkoenig(a)gcc.gnu.org> Tobias Bu [...]
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 | 8 ++++++++
Makefile.def | 2 +-
Makefile.in | 18 +++++++++---------
3 files changed, 18 insertions(+), 10 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 980a21c3065 [GVN] Don't coerce non-integral pointers to integers or vice versa
new fe6b2045f82 StructurizeCFG: Directly invert cmp instructions
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/Scalar/StructurizeCFG.cpp | 14 +-
test/CodeGen/AMDGPU/loop_break.ll | 2 +-
test/CodeGen/AMDGPU/multi-divergent-exit-region.ll | 180 ++++++++++-----------
test/CodeGen/AMDGPU/nested-loop-conditions.ll | 23 ++-
test/CodeGen/AMDGPU/ret_jump.ll | 2 +-
test/Transforms/StructurizeCFG/invert-compare.ll | 60 +++++++
.../StructurizeCFG/one-loop-multiple-backedges.ll | 12 +-
.../StructurizeCFG/post-order-traversal-bug.ll | 3 +-
8 files changed, 184 insertions(+), 112 deletions(-)
create mode 100644 test/Transforms/StructurizeCFG/invert-compare.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 zack/headers-cleanups
in repository glibc.
discards 2574ef747f Remove __need_IOV_MAX and __need_FOPEN_MAX.
discards 2745df16e8 Remove __need_list_t and __need_res_state.
discards 68003c6078 Remove __need macros from errno.h (__need_Emath, __need_error_t).
discards 1935f0763e Convert signal.h from __need macros to bits/types/ headers.
discards 6358662fe7 The bits/types/*.h treatment for stdio and wchar.
discards 6ec3743db9 Suppress internal declarations for most of the testsuite.
discards 01bad5f3f0 Remove _IO_MTSAFE_IO from public headers.
adds 25cfd50214 A third round of inclusion fixes for _ISOMAC testsuite.
new 50031ada04 Remove _IO_MTSAFE_IO from public headers.
new 42157faa59 Suppress internal declarations for most of the testsuite.
new 2374c81527 The bits/types/*.h treatment for stdio and wchar.
new e896f0c756 Convert signal.h from __need macros to bits/types/ headers.
new ef0c560937 Remove __need macros from errno.h (__need_Emath, __need_error_t).
new df56615909 Remove __need_list_t and __need_res_state.
new 4e202cd872 Remove __need_IOV_MAX and __need_FOPEN_MAX.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2574ef747f)
\
N -- N -- N refs/heads/zack/headers-cleanups (4e202cd872)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 7 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 | 6 ++++++
posix/tst-mmap-offset.c | 1 +
resolv/tst-ns_name_compress.c | 1 +
resolv/tst-resolv-edns.c | 1 +
4 files changed, 9 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 newlib.
from 161b4ff03 Fix relocation type for _bsssize being R_MSP430X_ABS16 when l [...]
new b43e28aef strace: Fix "over-optimization" flaw in strace.
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:
winsup/utils/strace.cc | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 8a1f075c935 ARM: TLS calling convention doesn't preserve r9 or r12 on Darwin.
new eab85946c15 Update comment to match r300252.
new 980a21c3065 [GVN] Don't coerce non-integral pointers to integers or vice versa
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/ADT/APInt.h | 2 +-
lib/Transforms/Utils/VNCoercion.cpp | 5 ++++
test/Transforms/GVN/non-integral-pointers.ll | 39 +++++++++++++++++++++++++
test/Transforms/NewGVN/non-integral-pointers.ll | 39 +++++++++++++++++++++++++
4 files changed, 84 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/GVN/non-integral-pointers.ll
create mode 100644 test/Transforms/NewGVN/non-integral-pointers.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 lldb.
from befccfd4f Teach RenderScriptRuntime about changed context representation.
new f9dfc4e86 [Utility/StringLexer] Remove dead code.
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/lldb/Utility/StringLexer.h | 2 --
source/Utility/StringLexer.cpp | 4 ----
2 files changed, 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 zorg.
from b56003f [sanitizers] Fix coping of bad symlinks
new de78a45 [sanitizers] Switch to gold on sanitizer-x86_64-linux bot
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/buildbot/builders/sanitizers/buildbot_cmake.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.