This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from c869900 Add comments.
new 0764264 [ELF] Convert GdbIndexSection to input section
new 78f1e6e [ELF] Better error reporting for broken archives
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/Driver.cpp | 15 ++++++++------
ELF/InputFiles.cpp | 3 ++-
ELF/OutputSections.cpp | 50 -----------------------------------------------
ELF/OutputSections.h | 27 -------------------------
ELF/SyntheticSections.cpp | 48 +++++++++++++++++++++++++++++++++++++++++++++
ELF/SyntheticSections.h | 29 +++++++++++++++++++++++++++
ELF/Writer.cpp | 11 ++++++-----
test/ELF/bad-archive.s | 13 ++++++++++++
8 files changed, 107 insertions(+), 89 deletions(-)
create mode 100644 test/ELF/bad-archive.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 llvm.
from 7362a66 [bpf] attempt to fix big-endian bots
new fd72811 [AVX-512] Add EVEX form of VMOVZPQILo2PQIZrm to load folding [...]
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/X86/X86InstrInfo.cpp | 1 +
test/CodeGen/X86/stack-folding-int-avx512.ll | 14 ++++++++++++--
2 files changed, 13 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 db476db [bpf] fix dwarf elf relocs and line numbers
new 7362a66 [bpf] attempt to fix big-endian bots
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/CodeGen/BPF/dwarfdump.ll | 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 80f1fb4 [TableGen][ISel] Do a better job of factoring ScopeMatchers c [...]
new db476db [bpf] fix dwarf elf relocs and line numbers
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/Object/RelocVisitor.h | 20 ++++++++
include/llvm/Support/ELFRelocs/BPF.def | 5 +-
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp | 8 +--
lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h | 9 ++++
test/CodeGen/BPF/dwarfdump.ll | 58 ++++++++++++++++++++++
5 files changed, 93 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/BPF/dwarfdump.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 gcc.
from 87fb878 2016-11-20 Jeff Law <law(a)redhat.com>
new 26cd119 use rtx_insn * more places where it is obvious
new 753de56 split up variables to use rtx_insn * more
new 30302b7 make recog () take a rtx_insn *
new 886dee6 make replace_label_in_insn take labels as rtx_insn *
new 283e5dd make delete_insn () take a rtx_insn *
new 743fc3e remove cast from emit_libcall_block
new e7ea119 make prologue_epilogue_contains take a rtx_insn *
new ddd1d5bc make add_int_reg_note take rtx_insn *
new f8062a7 make dead_or_set_{,regno_}p take rtx_insn *
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:
gcc/ChangeLog | 85 +++++++++++++++++++++++++++++++++++++++++++
gcc/cfgrtl.c | 5 +--
gcc/cfgrtl.h | 2 +-
gcc/config/aarch64/aarch64.c | 4 +-
gcc/config/alpha/alpha.c | 8 ++--
gcc/config/arc/arc.c | 4 +-
gcc/config/arm/arm.c | 22 +++++------
gcc/config/c6x/c6x.c | 5 ++-
gcc/config/darwin.c | 3 +-
gcc/config/frv/frv.c | 4 +-
gcc/config/frv/frv.md | 20 ++++------
gcc/config/i386/i386-protos.h | 6 +--
gcc/config/i386/i386.c | 14 +++----
gcc/config/ia64/ia64.c | 2 +-
gcc/config/mcore/mcore.c | 2 +-
gcc/config/mn10300/mn10300.c | 9 +++--
gcc/config/rs6000/rs6000.c | 18 ++++-----
gcc/config/s390/s390.c | 2 +-
gcc/config/s390/s390.md | 21 +++++++----
gcc/config/spu/spu.c | 7 ++--
gcc/config/spu/spu.md | 6 +--
gcc/config/tilegx/tilegx.c | 3 +-
gcc/config/v850/v850.c | 4 +-
gcc/expr.c | 4 +-
gcc/function.c | 12 +++---
gcc/function.h | 6 +--
gcc/genrecog.c | 14 +------
gcc/lower-subreg.c | 2 +-
gcc/optabs.c | 5 +--
gcc/optabs.h | 2 +-
gcc/recog.h | 2 +-
gcc/rtl.h | 8 ++--
gcc/rtlanal.c | 10 ++---
33 files changed, 195 insertions(+), 126 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 66f8c85 PR objc++/78418 - ICE in string tests on darwin
new 87fb878 2016-11-20 Jeff Law <law(a)redhat.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/ChangeLog | 10 ++++++++
gcc/reload.c | 2 +-
gcc/reload.h | 7 +++---
gcc/reload1.c | 9 +++----
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/m68k/pr48551.c | 44 +++++++++++++++++++++++++++++++++
6 files changed, 68 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/m68k/pr48551.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 gcc.
from 2bcb0e6 Daily bump.
new 66f8c85 PR objc++/78418 - ICE in string tests on darwin
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 | 5 +++++
gcc/cp/tree.c | 2 +-
2 files 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 master
in repository llvm.
from 4fedda5 [XRay][AArch64] Implemented a test for the compile-time sleds [...]
new 51f0596 [X86] Remove duplicate instructions for (v)movq and replace w [...]
new 80f1fb4 [TableGen][ISel] Do a better job of factoring ScopeMatchers c [...]
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/X86/InstPrinter/X86InstComments.cpp | 2 --
lib/Target/X86/X86InstrSSE.td | 37 +++++++-------------------
utils/TableGen/DAGISelMatcherOpt.cpp | 14 +++++++---
3 files changed, 21 insertions(+), 32 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 zack/string-headers-cleanups
in repository glibc.
at 023131a The bits/types/*.h treatment for stdio and wchar.
This branch includes the following new commits:
new 80fc253 Always suppress libc-internal declarations for C++ code.
new 5622d4b squashme
new 0e458a2 Clean up redundancies between string.h and strings.h.
new b551190 New mechanism for declaring const-covariant string functions.
new 023131a The bits/types/*.h treatment for stdio and wchar.
The 5 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.
--
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 65f9338 Add doxygen comments to immintrin.h's intrinsics.
new 4497584 [XRay] Support AArch64 in Clang
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/Driver/Tools.cpp | 20 +++++++++++++-------
test/Driver/XRay/xray-instrument-cpu.c | 2 +-
test/Driver/XRay/xray-instrument-os.c | 2 +-
3 files changed, 15 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.