This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 079dd6a [clang-rename] Add comment after namespace closing
new a651021 [Release notes] Fix links.
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 | 12 ++++++------
1 file 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 zorg.
from cabb889 Attempt to work around libc++ test-suite issues on gribozavr4
new ff5e78a Reverted r280435 per outside dependencies on old behavior.
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/ClangBuilder.py | 149 +++++++++++++++------------------
1 file changed, 69 insertions(+), 80 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 5fe1b2e Mark R_GOTREL_FROM_END as a relative expression.
new 7616bd8 Add a comment.
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/LinkerScript.cpp | 4 ++++
1 file changed, 4 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 d8090ae bugpoint: Return Errors instead of passing around strings
new 3693f11 Fix comment formatting for DebugInfoFlags.def
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/IR/DebugInfoFlags.def | 3 ++-
1 file changed, 2 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 llvm.
from a68463e [RDF] Ignore undef use operands
new d8090ae bugpoint: Return Errors instead of passing around strings
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:
tools/bugpoint/BugDriver.cpp | 49 +++--
tools/bugpoint/BugDriver.h | 67 ++++---
tools/bugpoint/CrashDebugger.cpp | 161 ++++++++--------
tools/bugpoint/ExecutionDriver.cpp | 112 +++++------
tools/bugpoint/FindBugs.cpp | 49 ++---
tools/bugpoint/ListReducer.h | 49 ++---
tools/bugpoint/Miscompilation.cpp | 370 +++++++++++++++++++------------------
tools/bugpoint/ToolRunner.cpp | 173 +++++++++--------
tools/bugpoint/ToolRunner.h | 63 +++----
tools/bugpoint/bugpoint.cpp | 8 +-
10 files changed, 558 insertions(+), 543 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 a460987 Fixing an MSVC error from rL280692
new 063858b Updated .clang-format rules so bring LLDB in line with LLVM s [...]
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:
.clang-format | 8 --------
packages/Python/lldbsuite/.clang-format | 4 ++++
2 files changed, 4 insertions(+), 8 deletions(-)
create mode 100644 packages/Python/lldbsuite/.clang-format
--
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.
christophe.lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 4c84279 tcwg-buildapp.sh: Make wget less verbose.
new d8255a0 build-linux: support configuration parameter.
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:
build-linux.sh | 6 ++++--
tcwg-buildapp.sh | 4 ++++
2 files changed, 8 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 854572d [SelectionDAG] Simplify extract_subvector( insert_subvector ( [...]
new 01dd3d9 Formatting with clang-format patch r280700
new a68463e [RDF] Ignore undef use operands
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:
bindings/go/llvm/DIBuilderBindings.cpp | 18 ++++----
include/llvm/IR/DIBuilder.h | 72 ++++++++++++++-----------------
include/llvm/IR/DebugInfoMetadata.h | 30 ++++++-------
lib/Bitcode/Reader/BitcodeReader.cpp | 43 +++++++++---------
lib/IR/DIBuilder.cpp | 46 ++++++++++----------
lib/IR/DebugInfoMetadata.cpp | 7 ++-
lib/Target/Hexagon/RDFGraph.cpp | 2 +-
test/CodeGen/Hexagon/rdf-ignore-undef.ll | 55 +++++++++++++++++++++++
unittests/IR/DebugInfoTest.cpp | 6 ++-
unittests/IR/DebugTypeODRUniquingTest.cpp | 25 +++++------
unittests/IR/IRBuilderTest.cpp | 10 ++---
unittests/IR/MetadataTest.cpp | 39 ++++++++---------
unittests/Transforms/Utils/Cloning.cpp | 11 ++---
13 files changed, 203 insertions(+), 161 deletions(-)
create mode 100644 test/CodeGen/Hexagon/rdf-ignore-undef.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 clang.
from 5e15bac [clang-cl] Check that we are in clang cl mode before enabling [...]
new f43724c Formatting with clang-format patch r280701
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/CGDebugInfo.cpp | 47 +++++++++++++++++++++++----------------------
1 file changed, 24 insertions(+), 23 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 6050b76 [JumpThreading] Only write back branch-weight MDs for blocks [...]
new 854572d [SelectionDAG] Simplify extract_subvector( insert_subvector ( [...]
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/SelectionDAG/SelectionDAG.cpp | 6 ++++++
test/CodeGen/X86/vector-shuffle-256-v16.ll | 13 ++++---------
2 files changed, 10 insertions(+), 9 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 8cdd212 Fix git pull failure when building from tag.
new e20baaf Warn when dryrun'd commands fail.
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/common.sh | 1 +
1 file changed, 1 insertion(+)
--
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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from fc6b165 Handle multiple variable settings for --set that have embedde [...]
new 8cdd212 Fix git pull failure when building from tag.
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/checkout.sh | 8 +++++---
1 file changed, 5 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 compiler-rt.
from 5a27c81 asan: allow __asan_{before,after}_dynamic_init without regist [...]
new 22ae7c6 Add #include <cstdio> to unbreak build (missing definition of [...]
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/xray/xray_inmemory_log.cc | 1 +
1 file changed, 1 insertion(+)
--
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 00d5215 Support 128-bit IEEE floating-point types on Intel and Power
new 22d6c51 Do not pass host compiler sanitization flags on to linker testsuite.
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:
ld/ChangeLog | 9 +++++++++
ld/Makefile.am | 8 ++++++--
ld/Makefile.in | 8 ++++++--
3 files changed, 21 insertions(+), 4 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 glibc.
from a0d47f4 S390: Support PLT and GOT references in check-localplt.
new fb0f7a6 X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]
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 | 25 ++++++++++
sysdeps/x86/cpu-features.c | 14 ++++++
sysdeps/x86/cpu-features.h | 6 +++
sysdeps/x86_64/dl-machine.h | 24 +++++++++-
sysdeps/x86_64/dl-trampoline.S | 20 ++++++++
sysdeps/x86_64/dl-trampoline.h | 104 ++++++++++++++++++++++++++++++++++++++++-
6 files changed, 190 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 llvm.
from 7ba1553 Fix for Bindings/Go/go.test after patch r280700
new 6050b76 [JumpThreading] Only write back branch-weight MDs for blocks [...]
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/Transforms/Scalar/JumpThreading.h | 2 +
lib/Transforms/Scalar/JumpThreading.cpp | 53 ++++++++++-
test/Transforms/JumpThreading/static-profile.ll | 119 ++++++++++++++++++++++++
3 files changed, 173 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/JumpThreading/static-profile.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 gcc-6-branch
in repository gcc.
from 35b82b6 * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8.
new 6c7e5e3 Backport from mainline 2016-09-05 Uros Bizjak <ubizjak@gm [...]
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/ChangeLog | 9 +++++++++
gcc/explow.c | 10 +++++++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr77452.c | 13 +++++++++++++
4 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr77452.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 binutils-gdb.
from 21b65ba Fix a problem in readelf where memcpy could be called with a [...]
new 5f3bceb Fix typo in ada_language_arch_info
new ae438bc Fix TYPE_SPECIFIC_FIELD for types created via arch_type
new 88dfca6 Add some missing arch_..._type helpers
new 19f392b Unify init_type and arch_type interface and helpers
new a9ff5f1 Remove obsolete TYPE_FLAG_... values
new c413c44 Remove TYPE_NOSIGN "char" hack
new 49f190b Add missing format for built-in floating-point types
new 9b790ce Add gdbarch callback to provide formats for debug info float types
new 00d5215 Support 128-bit IEEE floating-point types on Intel and Power
The 9 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 | 124 ++++++
gdb/ada-lang.c | 8 +-
gdb/arch-utils.c | 28 ++
gdb/arch-utils.h | 5 +
gdb/avr-tdep.c | 5 +-
gdb/d-lang.c | 12 +-
gdb/doublest.c | 55 +--
gdb/dwarf2read.c | 85 +++--
gdb/f-lang.c | 6 +-
gdb/ft32-tdep.c | 5 +-
gdb/gdb-gdb.py | 32 +-
gdb/gdbarch.c | 23 ++
gdb/gdbarch.h | 8 +
gdb/gdbarch.sh | 5 +
gdb/gdbtypes.c | 416 +++++++++++++--------
gdb/gdbtypes.h | 59 ++-
gdb/go-lang.c | 4 +-
gdb/i386-tdep.c | 20 +
gdb/infcall.c | 7 +-
gdb/jv-lang.c | 4 +-
gdb/m2-lang.c | 3 +-
gdb/m32c-tdep.c | 15 +-
gdb/mdebugread.c | 107 ++----
gdb/ppc-linux-tdep.c | 22 ++
gdb/rl78-tdep.c | 11 +-
gdb/rust-lang.c | 6 +-
gdb/stabsread.c | 190 +++++-----
gdb/testsuite/ChangeLog | 11 +
gdb/testsuite/gdb.base/{randomize.c => float128.c} | 13 +-
gdb/testsuite/gdb.base/float128.exp | 76 ++++
.../gdb.base/{branch-to-self.c => floatn.c} | 38 +-
gdb/testsuite/gdb.base/floatn.exp | 124 ++++++
gdb/testsuite/gdb.cp/hang.exp | 4 +-
gdb/valprint.c | 7 +-
34 files changed, 998 insertions(+), 540 deletions(-)
copy gdb/testsuite/gdb.base/{randomize.c => float128.c} (87%)
create mode 100644 gdb/testsuite/gdb.base/float128.exp
copy gdb/testsuite/gdb.base/{branch-to-self.c => floatn.c} (63%)
create mode 100644 gdb/testsuite/gdb.base/floatn.exp
--
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 118f344 Daily bump.
new 35b82b6 * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gfortran.dg/c_by_val_1.f | 8 ++++----
2 files changed, 8 insertions(+), 4 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-5-branch
in repository gcc.
from 3df6ab7 Daily bump.
new 1e29c36 * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gfortran.dg/c_by_val_1.f | 8 ++++----
2 files changed, 8 insertions(+), 4 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 4c790ba Detect whether target can use -fprofile-update=atomic
new 8882041 * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gfortran.dg/c_by_val_1.f | 8 ++++----
2 files changed, 8 insertions(+), 4 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 c548b68 [Sparc][Leon] Corrected supported atomics size for processors [...]
new 7ba1553 Fix for Bindings/Go/go.test after patch r280700
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:
bindings/go/llvm/DIBuilderBindings.cpp | 16 ++++++++++------
1 file changed, 10 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 7e4471c [mips] Tighten FastISel restrictions
new c548b68 [Sparc][Leon] Corrected supported atomics size for processors [...]
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/Sparc/SparcISelLowering.cpp | 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 binutils-gdb.
from bf18650 Fix PR ld/20545 - relaxation bugs in avr backend
new 21b65ba Fix a problem in readelf where memcpy could be called with a [...]
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:
binutils/ChangeLog | 5 +++++
binutils/readelf.c | 9 ++++++---
2 files changed, 11 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 gcc.
from 43d2460 2016-09-06 Richard Biener <rguenther(a)suse.de>
new 4c790ba Detect whether target can use -fprofile-update=atomic
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/ChangeLog | 7 ++++++
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.dg/profile-update-warning.c | 7 ++++++
gcc/tree-profile.c | 35 +++++++++++++++++++++++++++
libgcc/ChangeLog | 7 ++++++
libgcc/libgcov-profiler.c | 23 ++++++++++++++----
6 files changed, 80 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/profile-update-warning.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 lld.
from f886de9 [ELF][MIPS] Support R_MIPS_TLS_DTPREL64 / R_MIPS_TLS_TPREL64 [...]
new 2635bf7 [ELF] - Linkerscript: implemented FILL command as alias for = [...]
new 5fe1b2e Mark R_GOTREL_FROM_END as a relative expression.
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:
ELF/LinkerScript.cpp | 24 +++++++++++++-------
ELF/Relocations.cpp | 5 +++--
test/ELF/{i386-gotpc.s => i386-gotoff-shared.s} | 17 ++++++++------
test/ELF/linkerscript/linkerscript-fill.s | 30 +++++++++++++++++++++++++
test/ELF/linkerscript/sections-padding.s | 2 +-
5 files changed, 60 insertions(+), 18 deletions(-)
copy test/ELF/{i386-gotpc.s => i386-gotoff-shared.s} (54%)
create mode 100644 test/ELF/linkerscript/linkerscript-fill.s
--
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 8925068 Skip Wno-frame-address test for avr
new 4c04bcc 2016-09-06 Richard Biener <rguenther(a)suse.de>
new 43d2460 2016-09-06 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 6 +++++
gcc/c-family/ChangeLog | 6 +++++
gcc/c-family/c-common.c | 4 +++-
gcc/testsuite/ChangeLog | 11 +++++++++
gcc/testsuite/c-c++-common/vector-subscript-7.c | 4 ++--
gcc/testsuite/c-c++-common/vector-subscript-8.c | 9 +++++++
gcc/testsuite/gcc.dg/torture/pr77479.c | 25 +++++++++++++++++++
gcc/tree-vrp.c | 32 +++++++++++++++----------
8 files changed, 81 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/vector-subscript-8.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77479.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 lldb.
from c016c1b Second round of fixups for r280692
new a460987 Fixing an MSVC error from rL280692
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/Commands/CommandObjectFrame.cpp | 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 6ee91ac [PPC] Claim stack frame before storing into it, if no red zon [...]
new 7e4471c [mips] Tighten FastISel restrictions
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/Mips/MipsFastISel.cpp | 18 +++++++++++++++++-
test/CodeGen/Mips/Fast-ISel/double-arg.ll | 14 ++++++++++++++
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Mips/Fast-ISel/double-arg.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 glibc.
from 4bf5f22 malloc: Automated part of conversion to __libc_lock
new a0d47f4 S390: Support PLT and GOT references in check-localplt.
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 | 5 +++++
sysdeps/unix/sysv/linux/s390/localplt.data | 9 ++++++++-
2 files changed, 13 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 llvm.
from d9478f8 DebugInfo: use strongly typed enum for debug info flags
new 6ee91ac [PPC] Claim stack frame before storing into it, if no red zon [...]
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/PowerPC/PPCFrameLowering.cpp | 116 +++++++++++++++++++++++++-------
test/CodeGen/PowerPC/crsave.ll | 6 +-
test/CodeGen/PowerPC/empty-functions.ll | 2 +-
test/CodeGen/PowerPC/ppc32-pic-large.ll | 3 +-
test/CodeGen/PowerPC/ppc32-pic.ll | 2 +-
test/CodeGen/PowerPC/stack-realign.ll | 37 +++++-----
6 files changed, 120 insertions(+), 46 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 88c2e49 Daily bump.
new 8925068 Skip Wno-frame-address test for avr
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/Wno-frame-address.c | 2 +-
2 files changed, 5 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 lldb.
from 723a679 Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) [...]
new c016c1b Second round of fixups for r280692
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/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp | 7 ++++---
source/Target/StopInfo.cpp | 2 +-
2 files changed, 5 insertions(+), 4 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 723e9e5 Fix build breakage in r280692
new 723a679 Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) [...]
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:
.../register/{register_command => }/Makefile | 2 +-
.../{register_command => }/TestRegisters.py | 24 +--
.../register/{register_command => }/a.cpp | 0
.../register/intel_xtended_registers/Makefile | 6 -
.../intel_xtended_registers/TestMPXRegisters.py | 59 -------
.../register/intel_xtended_registers/main.cpp | 69 --------
.../register/{register_command => }/main.cpp | 0
source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 15 +-
source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 14 +-
.../Linux/NativeRegisterContextLinux_x86_64.cpp | 179 ++-------------------
.../Linux/NativeRegisterContextLinux_x86_64.h | 17 +-
.../Plugins/Process/Utility/RegisterContext_x86.h | 38 +----
.../Plugins/Process/Utility/RegisterInfos_i386.h | 35 ----
.../Plugins/Process/Utility/RegisterInfos_x86_64.h | 35 ----
.../Process/Utility/lldb-x86-register-enums.h | 30 +---
.../GDBRemoteCommunicationServerLLGS.cpp | 1 -
.../Process/gdb-remote/ProcessGDBRemote.cpp | 3 -
17 files changed, 26 insertions(+), 501 deletions(-)
rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...]
rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...]
rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]
rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...]
--
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 6d53362 conform tests: call perl with '-I.'
new 4bf5f22 malloc: Automated part of conversion to __libc_lock
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 +++++++++
malloc/arena.c | 52 ++++++++++++++++++++++++++--------------------------
malloc/hooks.c | 28 ++++++++++++++--------------
malloc/malloc.c | 40 ++++++++++++++++++++--------------------
4 files changed, 69 insertions(+), 60 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 4b1b5a4 [RegisterScavenger] Remove aliasing registers of operands fro [...]
new d9478f8 DebugInfo: use strongly typed enum for debug info flags
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/IR/DIBuilder.h | 40 ++++++-----
include/llvm/IR/DebugInfoFlags.def | 8 +++
include/llvm/IR/DebugInfoMetadata.h | 111 +++++++++++++++---------------
lib/AsmParser/LLParser.cpp | 21 +++---
lib/Bitcode/Reader/BitcodeReader.cpp | 15 ++--
lib/IR/AsmWriter.cpp | 10 +--
lib/IR/DIBuilder.cpp | 52 +++++++-------
lib/IR/DebugInfoMetadata.cpp | 36 +++++-----
unittests/IR/DebugInfoTest.cpp | 23 +++----
unittests/IR/DebugTypeODRUniquingTest.cpp | 14 ++--
unittests/IR/IRBuilderTest.cpp | 6 +-
unittests/IR/MetadataTest.cpp | 97 +++++++++++++-------------
unittests/Transforms/Utils/Cloning.cpp | 5 +-
13 files changed, 233 insertions(+), 205 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 666886d [OpenCL] Remove access qualifiers on images in arg info metadata.
new 794d70e DebugInfo: use llvm::DINode::DIFlags type for debug info flags
new 5e15bac [clang-cl] Check that we are in clang cl mode before enabling [...]
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/CodeGen/CGDebugInfo.cpp | 72 ++++++++++++++++++++++++---------------------
lib/CodeGen/CGDebugInfo.h | 2 +-
test/Driver/cl-options.c | 2 ++
tools/driver/driver.cpp | 2 +-
4 files changed, 43 insertions(+), 35 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 40120d7 gcc/ Backport from trunk r239637. 2016-08-20 Kugan Viveka [...]
new 0d03274 gcc/ Backport from trunk r239859. 2016-08-30 Szabolcs Nag [...]
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/config.gcc | 4 ++--
gcc/config/linux.c | 2 +-
2 files changed, 3 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 llvm.
from 899add2 [AVX-512] Fix masked VPERMI2PS isel when the index comes from [...]
new 4b1b5a4 [RegisterScavenger] Remove aliasing registers of operands fro [...]
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/RegisterScavenging.cpp | 3 ++-
1 file changed, 2 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 lldb.
from 1bfce2a Added the "frame diagnose" command and use its output to make [...]
new 723e9e5 Fix build breakage in r280692
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/Core/Disassembler.h | 2 +-
source/Target/Process.cpp | 2 +-
source/Target/StackFrame.cpp | 2 +-
3 files changed, 3 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 clang.
from ce6fc03 Add support for targeting armv6-unknown-cloudabi-eabihf.
new 666886d [OpenCL] Remove access qualifiers on images in arg info metadata.
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/CodeGenFunction.cpp | 33 +++++++++++++++++++++++++++++++--
test/CodeGenOpenCL/kernel-arg-info.cl | 20 ++++++++++----------
2 files changed, 41 insertions(+), 12 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 868a6f1 gcc/ Backport from trunk r239162. 2016-08-05 Kugan Viveka [...]
new 40120d7 gcc/ Backport from trunk r239637. 2016-08-20 Kugan Viveka [...]
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/testsuite/gcc.dg/tree-ssa/pr61839_1.c | 44 ++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr61839_2.c | 54 +++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr61839_3.c | 26 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr61839_4.c | 28 +++++++++
gcc/tree-vrp.c | 96 +++++++++++++++++++++++++++++++
5 files changed, 248 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_4.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from c29ce24 gcc/ Backport from trunk r239118. 2016-08-04 Kugan Viveka [...]
new 868a6f1 gcc/ Backport from trunk r239162. 2016-08-05 Kugan Viveka [...]
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/tree-vrp.c | 3 ++-
1 file changed, 2 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 590a5dc gcc/ Backport from trunk r238846. 2016-07-29 Kugan Viveka [...]
new c29ce24 gcc/ Backport from trunk r239118. 2016-08-04 Kugan Viveka [...]
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/tree-inline.c | 2 ++
1 file changed, 2 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from edf4490 gcc/ Backport from trunk r238337. 2016-07-14 Kyrylo Tkach [...]
new 590a5dc gcc/ Backport from trunk r238846. 2016-07-29 Kugan Viveka [...]
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/testsuite/gcc.dg/pr68217.c | 14 ++++++++++++++
gcc/tree-vrp.c | 18 ++++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr68217.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 826eb29 gcc/ Backport from trunk r238254, r238763. 2016-07-12 Nat [...]
new edf4490 gcc/ Backport from trunk r238337. 2016-07-14 Kyrylo Tkach [...]
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/expmed.c | 10 +-
gcc/expmed.h | 9 +
gcc/testsuite/gcc.dg/vect/pr65951.c | 63 ++++
gcc/testsuite/gcc.dg/vect/vect-iv-9.c | 3 +-
.../gcc.dg/vect/vect-mult-const-pattern-1.c | 41 +++
.../gcc.dg/vect/vect-mult-const-pattern-2.c | 40 +++
gcc/tree-vect-patterns.c | 375 +++++++++++++++++----
7 files changed, 464 insertions(+), 77 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr65951.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-mult-const-pattern-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-mult-const-pattern-2.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 4c08994 gcc/ Backport from trunk r238248. 2016-07-12 Kyrylo Tkach [...]
new 826eb29 gcc/ Backport from trunk r238254, r238763. 2016-07-12 Nat [...]
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/config/arm/arm.c | 18 ++++++++++++++----
gcc/doc/invoke.texi | 9 ++++++---
gcc/testsuite/gcc.target/arm/data-rel-1.c | 12 ++++++++++++
gcc/testsuite/gcc.target/arm/data-rel-2.c | 11 +++++++++++
gcc/testsuite/gcc.target/arm/data-rel-3.c | 11 +++++++++++
5 files changed, 54 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/data-rel-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/data-rel-2.c
create mode 100644 gcc/testsuite/gcc.target/arm/data-rel-3.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from d3b180f gcc/ Backport from trunk r238013. 2016-07-05 Kyrylo Tkach [...]
new 4c08994 gcc/ Backport from trunk r238248. 2016-07-12 Kyrylo Tkach [...]
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/expr.c | 7 +++++++
gcc/testsuite/gcc.c-torture/execute/pr71700.c | 19 +++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr71700.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from ead14e4 libstdc++-v3/ Backport from trunk r237879. 2016-06-30 Tho [...]
new d3b180f gcc/ Backport from trunk r238013. 2016-07-05 Kyrylo Tkach [...]
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/ifcvt.c | 35 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr71594.c | 15 +++++++++++++++
2 files changed, 50 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71594.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 9f7b5a6 gcc/ Backport from trunk r237250. 2016-06-09 Kyrylo Tkach [...]
new ead14e4 libstdc++-v3/ Backport from trunk r237879. 2016-06-30 Tho [...]
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:
libstdc++-v3/testsuite/29_atomics/atomic/65913.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.