This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c0be6ec s/Intrin.h/intrin.h/, trying to fix the build after r272701
new 6f43cc7 Update clang for D20348
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/CodeGen/CGDecl.cpp | 2 +-
lib/CodeGen/CGExpr.cpp | 6 +++---
lib/CodeGen/CGOpenMPRuntime.cpp | 10 +++++-----
lib/CodeGen/CGVTT.cpp | 2 +-
lib/CodeGen/CGVTables.cpp | 6 +++---
lib/CodeGen/CodeGenModule.cpp | 12 ++++++------
lib/CodeGen/ItaniumCXXABI.cpp | 2 +-
lib/CodeGen/MicrosoftCXXABI.cpp | 14 ++++++-------
test/CodeGen/attr-func-def.c | 4 ++--
test/CodeGen/mips-vector-arg.c | 8 ++++----
test/CodeGen/packed-arrays.c | 24 +++++++++++------------
test/CodeGen/x86_64-longdouble.c | 8 ++++----
test/CodeGenCXX/atomicinit.cpp | 10 +++++-----
test/CodeGenCXX/virtual-base-ctor.cpp | 2 +-
test/CodeGenOpenCL/constant-addr-space-globals.cl | 2 +-
test/CodeGenOpenCL/shifts.cl | 2 +-
test/CodeGenOpenCL/str_literals.cl | 2 +-
test/SemaOpenCL/extern.cl | 2 +-
18 files changed, 59 insertions(+), 59 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 81367a3 Update numbers.
new 05616a7 ELF: Add a test showing that the new local_unnamed_addr attri [...]
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/ELF/lto/internalize-exportdyn.ll | 7 ++++++-
1 file 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 users/hjl/lto-mixed/master
in repository binutils-gdb.
discards 80376e0 Don't check the plugin target twice
discards 5addf2a Add test for nm on mixed LTO/non-LTO object
discards 6ef0168 Add lto and none-lto input support for ld -r
adds bcc3a8b Fix a seg-fault when stripping a corrupt binary.
adds c09ec62 Also check that the group header's sh_info field is valid.
adds 99914df Add "arm_any" architecture type to allow -m option to various [...]
adds 1b40ec0 Fix PR python/18984
adds e943215 Automatic date update in version.in
adds b1058ce Update x86 linker tests for --disable-x86-relax-relocations
adds 0ae534d Fix C++ build for Cygwin
adds 362a3eb [ARM][gas] Add support for Cortex-A73
adds 1aa7033 [AArch64][gas] Add support for Cortex-A73
new 9c46498 Add lto and none-lto input support for ld -r
new 5f2f971 Add test for nm on mixed LTO/non-LTO object
new 5165e79 Don't check the plugin target twice
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 (80376e0)
\
N -- N -- N refs/heads/users/hjl/lto-mixed/master (5165e79)
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 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:
bfd/ChangeLog | 8 ++++++++
bfd/bfd.c | 6 ++++++
bfd/cpu-arm.c | 33 ++++++++++++++++++---------------
bfd/version.h | 2 +-
binutils/ChangeLog | 4 ++++
gas/ChangeLog | 10 ++++++++++
gas/config/tc-aarch64.c | 2 ++
gas/config/tc-arm.c | 2 ++
gas/doc/c-aarch64.texi | 1 +
gas/doc/c-arm.texi | 1 +
gdb/ChangeLog | 11 +++++++++++
gdb/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/win32-low.c | 4 ++--
gdb/python/python.c | 4 ++--
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.python/py-shared.exp | 4 ++++
gdb/windows-nat.c | 4 ++--
ld/ChangeLog | 18 ++++++++++++++++++
ld/testsuite/ld-i386/i386.exp | 6 +++---
ld/testsuite/ld-i386/lea1a.d | 2 +-
ld/testsuite/ld-i386/lea1b.d | 2 +-
ld/testsuite/ld-i386/lea1d.d | 2 +-
ld/testsuite/ld-i386/lea1e.d | 2 +-
ld/testsuite/ld-i386/lea1f.d | 2 +-
ld/testsuite/ld-i386/load7.d | 2 +-
ld/testsuite/ld-i386/mov1b.d | 2 +-
ld/testsuite/ld-i386/pr19175.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-13-i386.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-21-i386.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-22-i386.d | 2 +-
ld/testsuite/ld-x86-64/x86-64.exp | 8 +++-----
31 files changed, 118 insertions(+), 41 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-6-branch
in repository gcc.
from 3f246ef PR c++/71516 * decl.c (complete_vars): Handle gracefully ty [...]
new 2c22dbe /cp 2016-06-14 Paolo Carlini <paolo.carlini(a)oracle.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:
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/decl.c | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/auto-fn31.C | 7 +++++++
4 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn31.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 6ff3418 Enable libFuzzer's afl_driver to append stderr to a file.
new 7d35b2d Resubmit "[pdb] Actually write a PDB to disk from YAML.""
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/llvm/DebugInfo/CodeView/StreamRef.h | 2 -
include/llvm/DebugInfo/CodeView/StreamWriter.h | 4 ++
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 11 ++++
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 15 ++++++
test/DebugInfo/PDB/pdbdump-yaml.test | 18 ++++---
tools/llvm-pdbdump/PdbYaml.cpp | 34 +++++++-----
tools/llvm-pdbdump/PdbYaml.h | 41 ++++++---------
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 44 +++++++---------
tools/llvm-pdbdump/llvm-pdbdump.cpp | 73 +++++++++++++++++++++++++-
9 files changed, 166 insertions(+), 76 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 7da2557 Turn on warnings for libc++ builds in C++11, C++14 and C++1Z
new cd45f79 Make sure cmake flags are used in both kinds of builds
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/jenkins/test_build.py | 3 +++
zorg/jenkins/build.py | 6 ++++++
2 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 binutils-gdb.
from 4bf5402 Remove unneeded checks on type lengths.
new 6f9f37e opcode/gas: Fix incorrect dates on ChangeLog entries
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:
gas/ChangeLog | 6 +++---
opcodes/ChangeLog | 6 +++---
2 files changed, 6 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 llvm.
from a09ba98 AMDGPU/SI: Refactor fixup handling for constant addrspace variables
new 6ff3418 Enable libFuzzer's afl_driver to append stderr to a file.
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/Fuzzer/afl/afl_driver.cpp | 21 +++++++++++++++++++++
lib/Fuzzer/test/AFLDriverTest.cpp | 12 ++++++++++++
lib/Fuzzer/test/CMakeLists.txt | 13 +++++++++++++
lib/Fuzzer/test/afl-driver.test | 10 ++++++++++
4 files changed, 56 insertions(+)
create mode 100644 lib/Fuzzer/test/AFLDriverTest.cpp
create mode 100644 lib/Fuzzer/test/afl-driver.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.