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 233f82c readelf: Restore a lost new line in version information
new 0502a2b Display user op byte
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 | 4 ++++
binutils/dwarf.c | 4 ++--
2 files changed, 6 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 3f55d74 MIRTests: Remove unnecessary 2>&1 redirection
new 6d5b578 [WebAssembly] Implement the wasm binary container header.
new 33b82ff [ModuleSummaryAnalysis] Don't crash when referencing unnamed [...]
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/Wasm.h | 2 +-
lib/Analysis/ModuleSummaryAnalysis.cpp | 6 ++++++
lib/MC/WasmObjectWriter.cpp | 4 +++-
test/MC/WebAssembly/file-headers.ll | 9 +++++++++
test/MC/WebAssembly/lit.local.cfg | 2 ++
test/Transforms/FunctionImport/unnamed-globals.ll | 10 ++++++++++
6 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 test/MC/WebAssembly/file-headers.ll
create mode 100644 test/MC/WebAssembly/lit.local.cfg
create mode 100644 test/Transforms/FunctionImport/unnamed-globals.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 llvm.
from c5ffa24 [RDF] Only access block live-ins when tracking liveness
new e2af082 [RDF] Skip undef uses when calculating kill flags
new 2be1878 [WebAssembly] Define a table of function signatures for runti [...]
new 29fec22 [LoopVectorize] Added address space check when analysing inte [...]
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:
lib/Target/Hexagon/RDFLiveness.cpp | 2 +-
lib/Target/WebAssembly/CMakeLists.txt | 1 +
.../WebAssemblyRuntimeLibcallSignatures.cpp | 1306 ++++++++++++++++++++
.../WebAssemblyRuntimeLibcallSignatures.h | 38 +
lib/Transforms/Vectorize/LoopVectorize.cpp | 33 +-
test/Transforms/LoopVectorize/AArch64/pr31900.ll | 37 +
6 files changed, 1402 insertions(+), 15 deletions(-)
create mode 100644 lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
create mode 100644 lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h
create mode 100644 test/Transforms/LoopVectorize/AArch64/pr31900.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 llvm.
from 39b10e9 [Support] Provide linux/magic.h fallback for older kernels
new c5ffa24 [RDF] Only access block live-ins when tracking liveness
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/Hexagon/RDFGraph.cpp | 6 ++++--
1 file changed, 4 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 437bff4 [SLP] Test with extra argument used several times.
new 39b10e9 [Support] Provide linux/magic.h fallback for older kernels
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:
cmake/config-ix.cmake | 9 +++++++++
lib/Support/Unix/Path.inc | 15 +++++++++++++++
2 files changed, 24 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 aoliva/SFN
in repository gcc.
from 334b63f LVU: drop multiplier in configure test
new 70609d5 LVU: take next view, drop bad assert in var_location
new cea9e4a LVU: process parm-binding var locs in initial view
new b611b95 LVU: locviews attrs now point back to enclosing die, to fix ggc
new 45763fb LVU: move configury data into .data
new b677a9d LVU: hash view numbers in loc lists
new e65e4ca LVU: start view id labels at LVU1
new 7eacb08 LVU: increment view label counter even on reset, to catch errors
new 7de0a61 LVU: rework nonzero-sized insn detection, fixes mpxrt.c
The 8 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/aarch64/aarch64.c | 2 +-
gcc/config/alpha/alpha.c | 2 +-
gcc/config/arm/arm.c | 5 ++-
gcc/config/cris/cris.c | 3 +-
gcc/config/i386/i386.c | 5 ++-
gcc/config/ia64/ia64.c | 2 +-
gcc/config/m68k/m68k.c | 2 +-
gcc/config/microblaze/microblaze.c | 2 +-
gcc/config/mips/mips.c | 2 +-
gcc/config/nds32/nds32.c | 3 +-
gcc/config/nios2/nios2.c | 2 +-
gcc/config/pa/pa.c | 3 +-
gcc/config/rs6000/rs6000.c | 5 ++-
gcc/config/s390/s390.c | 3 +-
gcc/config/sh/sh.c | 2 +-
gcc/config/sparc/sparc.c | 2 +-
gcc/config/spu/spu.c | 3 +-
gcc/config/tilegx/tilegx.c | 2 +-
gcc/config/tilepro/tilepro.c | 2 +-
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
gcc/dwarf2out.c | 85 ++++++++++++++++++++++++++------------
gcc/dwarf2out.h | 2 +-
gcc/final.c | 27 ++++++++++--
gcc/output.h | 2 +-
25 files changed, 116 insertions(+), 56 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 binutils-gdb.
from 758d96d Align .gnu_debuglink sections on a 4-byte boundary.
new 5ff6a06 GAS: Consistently fix labels at the `.end' pseudo-op
new 902e9fc PR ld/20828: Move symbol version processing ahead of GC symbol sweep
new 233f82c readelf: Restore a lost new line in version information
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 | 6 +
bfd/elflink.c | 753 ++++++++++++-----------
binutils/ChangeLog | 6 +
binutils/readelf.c | 2 +-
gas/ChangeLog | 12 +
gas/config/tc-mips.c | 8 +-
gas/ecoff.c | 4 +
gas/testsuite/gas/mips/debug-label-end-1.d | 21 +
gas/testsuite/gas/mips/debug-label-end-2.d | 17 +
gas/testsuite/gas/mips/debug-label-end-3.d | 17 +
gas/testsuite/gas/mips/debug-label-end.s | 22 +
gas/testsuite/gas/mips/mips.exp | 4 +
ld/ChangeLog | 12 +
ld/testsuite/ld-elf/pr20828-d.sd | 9 +
ld/testsuite/ld-elf/pr20828-e.sd | 9 +
ld/testsuite/ld-elf/{pr20828.ld => pr20828-v.ld} | 14 +-
ld/testsuite/ld-elf/pr20828-v.od | 5 +
ld/testsuite/ld-elf/pr20828-v.s | 13 +
ld/testsuite/ld-elf/pr20828-v.ver | 1 +
ld/testsuite/ld-elf/pr20828.ld | 2 +
ld/testsuite/ld-elf/shared.exp | 38 +-
21 files changed, 594 insertions(+), 381 deletions(-)
create mode 100644 gas/testsuite/gas/mips/debug-label-end-1.d
create mode 100644 gas/testsuite/gas/mips/debug-label-end-2.d
create mode 100644 gas/testsuite/gas/mips/debug-label-end-3.d
create mode 100644 gas/testsuite/gas/mips/debug-label-end.s
create mode 100644 ld/testsuite/ld-elf/pr20828-d.sd
create mode 100644 ld/testsuite/ld-elf/pr20828-e.sd
copy ld/testsuite/ld-elf/{pr20828.ld => pr20828-v.ld} (70%)
create mode 100644 ld/testsuite/ld-elf/pr20828-v.od
create mode 100644 ld/testsuite/ld-elf/pr20828-v.s
create mode 100644 ld/testsuite/ld-elf/pr20828-v.ver
--
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 8d7a501 Support WORD_REGISTER_OPERATIONS requirements in simplify_ope [...]
new 70d4d06 2017-02-22 Bill Schmidt <wschmidt(a)linux.vnet.ibm.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 | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/ivopts-lt-2.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 94ebcf7 Fix an obvious bug in SampleProfileReaderGCC.
new 437bff4 [SLP] Test with extra argument used several times.
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:
.../SLPVectorizer/X86/horizontal-list.ll | 108 +++++++++++++++++++++
1 file changed, 108 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.