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 7f78481 [AArch64] Optimize .gnu.hash table size for executable
new 78cbbba Add command to erase all flash memory regions
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:
gdb/ChangeLog | 13 +++++++++++++
gdb/NEWS | 11 +++++++++++
gdb/doc/ChangeLog | 6 ++++++
gdb/doc/gdb.texinfo | 32 ++++++++++++++++++++++++++++++++
gdb/mi/mi-cmds.c | 1 +
gdb/mi/mi-cmds.h | 1 +
gdb/mi/mi-main.c | 6 ++++++
gdb/target.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
gdb/target.h | 3 +++
9 files changed, 122 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 gcc.
from 5084f21 arc/nps: Use arclinux_nps linker emulation for nps
new 8e818b2 omp-low: introduce omplow_simd_context
new 9f7481c 2017-01-20 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/BASE-VER | 2 +-
gcc/ChangeLog | 37 ++++++++++++++---------
gcc/omp-low.c | 94 +++++++++++++++++++++++++++++++----------------------------
3 files changed, 75 insertions(+), 58 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 8657c38 [AArch64] Always include linux-unwind.h
new ef2beaf [hsa] Rename hsa.[ch] to hsa-common.[ch]
new 5084f21 arc/nps: Use arclinux_nps linker emulation for nps
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 | 21 +++++++++++++++++++++
gcc/Makefile.in | 4 ++--
gcc/config/arc/arc.h | 2 +-
gcc/hsa-brig.c | 2 +-
gcc/{hsa.c => hsa-common.c} | 4 ++--
gcc/{hsa.h => hsa-common.h} | 2 +-
gcc/hsa-dump.c | 2 +-
gcc/hsa-gen.c | 2 +-
gcc/hsa-regalloc.c | 2 +-
gcc/ipa-hsa.c | 2 +-
gcc/omp-expand.c | 2 +-
gcc/omp-low.c | 2 +-
gcc/toplev.c | 2 +-
13 files changed, 35 insertions(+), 14 deletions(-)
rename gcc/{hsa.c => hsa-common.c} (99%)
rename gcc/{hsa.h => hsa-common.h} (99%)
--
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 360cd34 [Thumb] Add support for tMUL in the compare instruction peeph [...]
new 4ad0fb1 [InstCombine][SSE] Tests showing missed opportunities to cons [...]
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/Transforms/InstCombine/x86-pack.ll | 76 +++++++++++++++++++++++++++++++++
1 file changed, 76 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 add3afb Updated Irish translation for the opcodes library.
new 7f78481 [AArch64] Optimize .gnu.hash table size for executable
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:
bfd/ChangeLog | 5 +++++
bfd/elfnn-aarch64.c | 17 +++++++++++++++++
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 5 +++++
ld/testsuite/ld-aarch64/func-in-so.s | 6 ++++++
ld/testsuite/ld-aarch64/func-sym-hash-opt.d | 6 ++++++
ld/testsuite/ld-aarch64/func-sym-hash-opt.s | 7 +++++++
7 files changed, 53 insertions(+)
create mode 100644 ld/testsuite/ld-aarch64/func-in-so.s
create mode 100644 ld/testsuite/ld-aarch64/func-sym-hash-opt.d
create mode 100644 ld/testsuite/ld-aarch64/func-sym-hash-opt.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 0a1c1b2 [InstCombine][SSE] Tests showing missed opportunities to hand [...]
new 360cd34 [Thumb] Add support for tMUL in the compare instruction peeph [...]
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/ARM/ARMBaseInstrInfo.cpp | 375 +++++++++++++++++--------------
test/CodeGen/ARM/cmp1-peephole-thumb.mir | 78 +++++++
test/CodeGen/ARM/cmp2-peephole-thumb.mir | 108 +++++++++
3 files changed, 392 insertions(+), 169 deletions(-)
create mode 100644 test/CodeGen/ARM/cmp1-peephole-thumb.mir
create mode 100644 test/CodeGen/ARM/cmp2-peephole-thumb.mir
--
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 release_40
in repository llvm.
from 80d55d0 Merge r292420 in 4.0 Release: "[ThinLTO] Add a recursive step [...]
new d601106 Add some release notes for ARM and AArch64
new 7d61d2b Fix wrapping in ReleaseNotes.rst. NFC.
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:
docs/ReleaseNotes.rst | 35 ++++++++++++++++++++++++++++++-----
1 file changed, 30 insertions(+), 5 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 libcxx.
from 76c85b1 Don't default older GCC's to C++17, but C++14 or C++11 instead
new 0cefc52 Revert "Don't default older GCC's to C++17, but C++14 or C++1 [...]
new ee856f1 Don't default older GCC's to C++17, but C++14 or C++11 instead
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:
test/libcxx/test/config.py | 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 gdb-7.12-branch
in repository binutils-gdb.
from c3766ac Automatic date update in version.in
new e228560 Throw SJ/LJ exception on error in disassembly
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:
gdb/ChangeLog | 17 +++++++++++++
gdb/disasm.c | 66 ++++++++++++++++++++++++++++++++++++++++++++------
gdb/disasm.h | 6 +++++
gdb/event-top.c | 8 ------
gdb/exceptions.h | 8 ++++++
gdb/guile/scm-disasm.c | 15 +-----------
6 files changed, 91 insertions(+), 29 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 release_40
in repository libcxx.
from 31c4f8a Merge r292564 - Disable aligned new/delete on Apple platforms [...]
new 5ff25bb Merge r292582 - Still expose std::align_val_t in C++17 even i [...]
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/new | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.