This is an automated email from the git hooks/post-receive script.
Christophe Lyon pushed a change to branch master
in repository toolchain/gcc-compare-results.
from b5938b0 unstable-tests.txt: Remove tests with stderr/stdout race.
new e899c56 unstable-tests.txt: Remove gcc.dg/cpp/_Pragma3.c
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:
unstable-tests.txt | 1 -
1 file changed, 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.
from 2283ffc [Analyzer] Correct stack address escape diagnostic
new bd258e2 Adding missing _mm512_castsi512_si256 intrinsic.
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/Headers/avx512fintrin.h | 6 ++++++
test/CodeGen/avx512f-builtins.c | 7 +++++++
2 files changed, 13 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 2bf775c 2016-05-26 Chung-Lin Tang <cltang(a)codesourcery.com>
new 16dbe65 * config/nvptx/free.asm: Delete. * config/nvptx/malloc.asm: [...]
new 0478d9e * gcc.dg/20060410.c: Xfail on ptx. * gcc.dg/torture/c99-con [...]
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:
gcc/testsuite/ChangeLog | 9 ++++
.../c-c++-common/torture/complex-sign-mixed-add.c | 1 +
.../c-c++-common/torture/complex-sign-mixed-sub.c | 1 +
gcc/testsuite/gcc.c-torture/execute/20020529-1.c | 4 ++
gcc/testsuite/gcc.c-torture/execute/pr68185.c | 2 +-
gcc/testsuite/gcc.dg/20060410.c | 2 +-
gcc/testsuite/gcc.dg/torture/c99-contract-1.c | 1 +
libgcc/ChangeLog | 7 +++
libgcc/config/nvptx/free.asm | 50 --------------------
libgcc/config/nvptx/malloc.asm | 55 ----------------------
libgcc/config/nvptx/realloc.c | 50 --------------------
libgcc/config/nvptx/t-nvptx | 5 +-
12 files changed, 26 insertions(+), 161 deletions(-)
delete mode 100644 libgcc/config/nvptx/free.asm
delete mode 100644 libgcc/config/nvptx/malloc.asm
delete mode 100644 libgcc/config/nvptx/realloc.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 llvm.
from 65074d6 [AArch64] Generate a BFI/BFXIL from 'or (and X, MaskImm), OrImm'.
new c7ac92f [ThinLTO] Resolve LinkOnceAny
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/LTO/LTO.cpp | 21 +++++------------
.../{odr_resolution.ll => weak_resolution.ll} | 11 ++++++++-
test/ThinLTO/X86/alias_resolution.ll | 12 ++++++----
.../X86/{odr_resolution.ll => weak_resolution.ll} | 27 +++++++++++++++++-----
4 files changed, 45 insertions(+), 26 deletions(-)
rename test/ThinLTO/X86/Inputs/{odr_resolution.ll => weak_resolution.ll} (62%)
rename test/ThinLTO/X86/{odr_resolution.ll => weak_resolution.ll} (63%)
--
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 glibc.
from 222c2d7 network: recvmmsg and sendmmsg standard compliance (BZ#16919)
new 2f0dc39 network: Fix missing bits from {recv,send}{m}msg standard com [...]
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 | 9 +++++++++
nptl/Makefile | 2 +-
sysdeps/unix/sysv/linux/hppa/Versions | 2 +-
sysdeps/unix/sysv/linux/i386/Versions | 2 +-
4 files changed, 12 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 lldb.
from 435ed8c [cmake] Add ability to customize (and skip) debugserver codesign
new 422b4e7 Add "-gmodules" support to the test suite.
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/support/gmodules.py | 30 ++++++++++++++++++++++
packages/Python/lldbsuite/test/decorators.py | 12 ---------
.../top-level/TestTopLevelExprs.py | 1 +
.../functionalities/dead-strip/TestDeadStrip.py | 1 +
.../lang/c/global_variables/TestGlobalVariables.py | 2 +-
.../lang/cpp/gmodules/TestWithModuleDebugging.py | 8 +-----
.../test/lang/objc/foundation/TestObjCMethods2.py | 1 +
.../test/lang/objc/foundation/TestRuntimeTypes.py | 1 +
packages/Python/lldbsuite/test/lldbinline.py | 15 ++++++++---
packages/Python/lldbsuite/test/lldbtest.py | 24 +++++++++++++++--
packages/Python/lldbsuite/test/make/Makefile.rules | 9 +++++--
.../Python/lldbsuite/test/plugins/builder_base.py | 11 ++++++++
packages/Python/lldbsuite/test/test_categories.py | 22 ++++++++++++++--
13 files changed, 108 insertions(+), 29 deletions(-)
create mode 100644 packages/Python/lldbsuite/support/gmodules.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 clang.
from 1dcb4b9 Fix crash while parsing variable template with variadic templ [...]
new 2283ffc [Analyzer] Correct stack address escape diagnostic
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/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp | 7 ++++++-
test/Analysis/stackaddrleak.c | 4 ++--
2 files changed, 8 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 lld.
from e6985d0 [ELF] - Added support for jmp/call relaxations when R_X86_64_ [...]
new 3c2aa5d Removed redundant argument. 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/Relocations.cpp | 2 +-
ELF/Target.cpp | 13 +++++--------
ELF/Target.h | 3 +--
3 files changed, 7 insertions(+), 11 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 22f5417 Use shouldAssumeDSOLocal on AArch64.
new 65074d6 [AArch64] Generate a BFI/BFXIL from 'or (and X, MaskImm), OrImm'.
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/AArch64ISelDAGToDAG.cpp | 96 +++++++++++++++++++++++++++++-
test/CodeGen/AArch64/bitfield-insert.ll | 85 ++++++++++++++++++++++++++
2 files changed, 180 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 4e0ff21 GCC expands switch statements in a very simplistic way and tr [...]
new 2bf775c 2016-05-26 Chung-Lin Tang <cltang(a)codesourcery.com>
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:
libgomp/ChangeLog | 32 ++++++++++++++++++++++++++++
libgomp/libgomp.h | 5 +----
libgomp/oacc-host.c | 3 ++-
libgomp/oacc-mem.c | 5 +----
libgomp/oacc-parallel.c | 5 +----
libgomp/oacc-plugin.c | 7 +++++--
libgomp/oacc-plugin.h | 2 +-
libgomp/plugin/plugin-nvptx.c | 41 +++++++++++++++++++++++++++---------
libgomp/target.c | 49 +++----------------------------------------
9 files changed, 77 insertions(+), 72 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.