This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fc1c8c980a3 [FileCheck, NFC] Split defines.txt in two
new aa2f57df85a AMDGPU: Select VOP3 form of add
new 4a1f93ba2ce AMDGPU: Mark scheduler classes as final
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/GCNSchedStrategy.h | 4 +-
lib/Target/AMDGPU/VOP2Instructions.td | 4 +-
test/CodeGen/AMDGPU/add.ll | 83 ++++++----------------
test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 3 +-
.../ds-negative-offset-addressing-mode-loop.ll | 6 +-
test/CodeGen/AMDGPU/fence-barrier.ll | 3 +-
test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll | 3 +-
test/CodeGen/AMDGPU/{add.ll => r600.add.ll} | 56 ---------------
test/CodeGen/AMDGPU/salu-to-valu.ll | 2 +-
test/tools/llvm-objdump/AMDGPU/source-lines.ll | 4 +-
10 files changed, 39 insertions(+), 129 deletions(-)
copy test/CodeGen/AMDGPU/{add.ll => r600.add.ll} (75%)
--
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 cc088a59a [Reproducers] Flush files to disk periodically
new 6850adf0c Fix bug in ArchSpec::MergeFrom
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:
source/Utility/ArchSpec.cpp | 2 +-
unittests/Utility/ArchSpecTest.cpp | 26 ++++++++++++++++++++++++++
2 files changed, 27 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 lld.
from 2fceb6f31 [WebAssembly] Handle command line options consistently with t [...]
new fceb657e3 [lld-link] initialize targets and asmparsers before invoking lib
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:
COFF/Driver.cpp | 14 +++++++-------
test/COFF/lib-module-asm.ll | 21 +++++++++++++++++++++
2 files changed, 28 insertions(+), 7 deletions(-)
create mode 100644 test/COFF/lib-module-asm.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 binutils-gdb.
from 1bd0c6e496 gdb: Merge two 'New commands' sections in NEWS file
new 5f6e90a0ce Add a type-safe C++ interface to a registry
new a32ad8c55c Convert main_info to type-safe registry API
new 3017b94d60 Convert symbol_cache to type-safe registry API
new 35632941c9 Convert target dcache to type-safe registry API
new 6509b8ebfb Convert inflow to type-safe registry API
new 6ae614f66a Convert break-catch-syscall.c to type-safe registry API
new f6aa743620 Convert objfiles.c to type-safe registry API
new e85e19b4d7 Convert auto-load.c to type-safe registry API
new 5bfd760d66 Convert dwarf2_per_objfile to type-safe registry API
new 8c42777cd8 Convert symfile-debug.c to type-safe registry API
new e9b89e2d01 Convert auxv.c to type-safe registry API
new 89fb8848d7 Convert linux-tdep.c to type-safe registry API
new 51d3063a35 Convert breakpoint.c to type-safe registry API
new 7b4a314f8b Convert remote.c to type-safe registry API
new 0923243872 Convert solib-svr4.c to type-safe registry API
new 02dc647ed6 Convert xcoffread.c to type-safe registry API
new 814cf43a1f Convert probes to type-safe registry API
new 14ef6690f1 Convert ada-tasks.c to type-safe registry API
new d4e05d2fea Convert fbsd-tdep.c to type-safe registry API
new 246994051b Convert coffread.c to type-safe registry API
new f37b313d5c Convert ada-lang.c to type-safe registry API
new bdb3ed9e63 Convert nto-tdep.c to type-safe registry API
new 31930bd34d Add a noop deleter
new 91d3055d8b Convert mdebugread.c to type-safe registry API
new 8127a2fab5 Convert elfread.c to type-safe registry API
new 9a73f0ad6c Convert hppa-tdep.c to type-safe registry API
new d11d83f47b Remove mips_pdr_data
new d772d2abcc Convert stabsread.c to type-safe registry API
new 4c58e3376d Convert objc-lang.c to type-safe registry API
new 924d79e233 Convert dwarf2-frame.c to type-safe registry API
new 7a1021395e Convert gdbtypes.c to type-safe registry API
The 31 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:
gdb/ChangeLog | 281 ++++++++++++++++++++++++++++++++++++++++++++
gdb/ada-lang.c | 63 +++-------
gdb/ada-tasks.c | 59 +++-------
gdb/auto-load.c | 60 ++++------
gdb/auxv.c | 35 +-----
gdb/break-catch-syscall.c | 25 +---
gdb/breakpoint.c | 23 +---
gdb/coffread.c | 38 ++----
gdb/common/gdb_unique_ptr.h | 7 ++
gdb/dcache.h | 9 ++
gdb/dtrace-probe.c | 14 ++-
gdb/dwarf2-frame.c | 13 +-
gdb/dwarf2read.c | 43 +------
gdb/dwarf2read.h | 2 +-
gdb/elfread.c | 50 +++-----
gdb/fbsd-tdep.c | 31 ++---
gdb/gdbtypes.c | 10 +-
gdb/hppa-tdep.c | 17 ++-
gdb/inflow.c | 55 +++------
gdb/linux-tdep.c | 39 ++----
gdb/mdebugread.c | 11 +-
gdb/mips-tdep.c | 4 -
gdb/nto-tdep.c | 37 +-----
gdb/nto-tdep.h | 4 +-
gdb/objc-lang.c | 16 +--
gdb/objfiles.c | 59 +++-------
gdb/probe.c | 28 ++---
gdb/probe.h | 2 +-
gdb/registry.h | 68 ++++++++++-
gdb/remote.c | 28 +----
gdb/solib-svr4.c | 76 +++++-------
gdb/stabsread.c | 11 +-
gdb/stap-probe.c | 12 +-
gdb/symfile-debug.c | 106 ++++++-----------
gdb/symfile.h | 3 +-
gdb/symtab.c | 115 ++++++------------
gdb/target-dcache.c | 34 ++----
gdb/xcoffread.c | 57 ++++-----
38 files changed, 716 insertions(+), 829 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 7fdb087678c compiler: generate memmove for non-pointer slice copy
new 6d658980336 2019-05-08 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 18 +++++++
gcc/fortran/dump-parse-tree.c | 108 ++++++++++++++++++++++++++++++++++--------
gcc/fortran/gfortran.h | 1 +
gcc/fortran/invoke.texi | 30 +++++++++++-
gcc/fortran/lang.opt | 4 ++
gcc/fortran/parse.c | 15 ++++--
6 files changed, 150 insertions(+), 26 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards a2d5931e 0: : gcc-b8d03885017763f914a48b19b6cb383239430b97: -5
new e849c0fd 0: update: gcc-ef34d4874d48c465d3249558e275f9d92ba1e1f9: -5
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 (a2d5931e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 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:
01-reset_artifacts/console.log | 157 +-
02-prepare_abe/console.log | 356 +-
03-build_abe-bootstrap/console.log | 88306 +++++++++++++++++-----------------
04-check_regression/console.log | 16 +-
05-update_baseline/console.log | 4 +-
console.log | 88835 ++++++++++++++++++-----------------
jenkins/manifest.sh | 15 +-
7 files changed, 89229 insertions(+), 88460 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 729396776e Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to [...]
new 1dec30c3f9 Revert Include corecrt.h in stddef.h and vcruntime.h in stda [...]
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/stdarg.h | 5 -----
lib/Headers/stddef.h | 6 ------
test/Headers/Inputs/include/cmath | 5 -----
test/Headers/Inputs/include/complex.h | 3 ---
test/Headers/Inputs/include/limits | 10 ----------
test/Headers/Inputs/include/math.h | 5 -----
test/Headers/Inputs/include/setjmp.h | 8 --------
test/Headers/Inputs/include/stdint.h | 19 -------------------
test/Headers/Inputs/include/stdlib.h | 2 --
test/Headers/Inputs/ms-crt/corecrt.h | 1 -
test/Headers/Inputs/ms-crt/vcruntime.h | 1 -
test/Headers/Inputs/usr/include/float.h | 6 ------
test/Headers/Inputs/usr/include/math.h | 1 -
test/Headers/Inputs/usr/include/tgmath.h | 4 ----
test/Headers/c11.c | 3 +--
test/Headers/ms-additional-includes.cpp | 10 ----------
test/Headers/ms-null-ms-header-vs-stddef.cpp | 3 +--
17 files changed, 2 insertions(+), 90 deletions(-)
delete mode 100644 test/Headers/Inputs/include/cmath
delete mode 100644 test/Headers/Inputs/include/complex.h
delete mode 100644 test/Headers/Inputs/include/limits
delete mode 100644 test/Headers/Inputs/include/math.h
delete mode 100644 test/Headers/Inputs/include/setjmp.h
delete mode 100644 test/Headers/Inputs/include/stdint.h
delete mode 100644 test/Headers/Inputs/include/stdlib.h
delete mode 100644 test/Headers/Inputs/ms-crt/corecrt.h
delete mode 100644 test/Headers/Inputs/ms-crt/vcruntime.h
delete mode 100644 test/Headers/Inputs/usr/include/float.h
delete mode 100644 test/Headers/Inputs/usr/include/math.h
delete mode 100644 test/Headers/Inputs/usr/include/tgmath.h
delete mode 100644 test/Headers/ms-additional-includes.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 compiler-rt.
from 177b64868 [libFuzzer] DFT: when dumping coverage, also dump the total n [...]
new 024605807 [scudo][standalone] Introduce the chunk header
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/scudo/standalone/CMakeLists.txt | 1 +
lib/scudo/standalone/checksum.cc | 2 +-
lib/scudo/standalone/checksum.h | 4 +-
lib/scudo/standalone/chunk.h | 162 ++++++++++++++++++++++++++++++
lib/scudo/standalone/tests/CMakeLists.txt | 1 +
lib/scudo/standalone/tests/chunk_test.cc | 82 +++++++++++++++
6 files changed, 249 insertions(+), 3 deletions(-)
create mode 100644 lib/scudo/standalone/chunk.h
create mode 100644 lib/scudo/standalone/tests/chunk_test.cc
--
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 6a64036330a [AMDGPU] gfx1010 exp modifications
new 6c66e1754eb [FileCheck] Fix code style of method comments
new fc1c8c980a3 [FileCheck, NFC] Split defines.txt in two
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/Support/FileCheck.h | 109 +++++++++++++++++--------
lib/Support/FileCheck.cpp | 50 +-----------
test/FileCheck/defines.txt | 48 -----------
test/FileCheck/pattern-defines-diagnostics.txt | 49 +++++++++++
test/FileCheck/pattern-defines.txt | 29 +++++++
5 files changed, 156 insertions(+), 129 deletions(-)
delete mode 100644 test/FileCheck/defines.txt
create mode 100644 test/FileCheck/pattern-defines-diagnostics.txt
create mode 100644 test/FileCheck/pattern-defines.txt
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.