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 f2d394fce1 Automatic date update in version.in
new 34ca2bd7ac [GOLD] Reduce size of class Symbol
new 34e0882b83 [GOLD] PowerPC tls_get_addr_optimize
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:
elfcpp/ChangeLog | 5 +
elfcpp/elfcpp.h | 3 +
elfcpp/powerpc.h | 6 +
gold/ChangeLog | 55 +++++++++
gold/options.h | 3 +
gold/powerpc.cc | 363 ++++++++++++++++++++++++++++++++++++++++++++++---------
gold/resolve.cc | 73 +++++++++--
gold/symtab.cc | 38 +++---
gold/symtab.h | 116 +++++++++++-------
9 files changed, 535 insertions(+), 127 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 3fbcc063cf1 [X86] Adding a test to demonstrate aggressive folding for L [...]
new d0babe35c8c [X86] Add a test cases to demonstrate selecting GPR instruc [...]
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/X86/gpr-to-mask.ll | 365 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 365 insertions(+)
create mode 100644 test/CodeGen/X86/gpr-to-mask.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 binutils-2_29-branch
in repository binutils-gdb.
from d7461746c1 Automatic date update in version.in
new 796337aa8b Import patch from mainline to fix address violation issues w [...]
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 | 15 ++++++++++
bfd/mach-o.c | 3 ++
bfd/nlmcode.h | 4 ++-
bfd/section.c | 2 +-
bfd/vms-alpha.c | 93 ++++++++++++++++++++++++++++++++++++---------------------
5 files changed, 81 insertions(+), 36 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 a403b9fa770 [ARM] - Tidy-up ARMAsmPrinter.cpp
new 3fbcc063cf1 [X86] Adding a test to demonstrate aggressive folding for L [...]
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/X86/lea-opt-cse4.ll | 148 +++++++++++++++++++++++++++++++++++++++
1 file changed, 148 insertions(+)
create mode 100644 test/CodeGen/X86/lea-opt-cse4.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 045cc60 tcwg-benchmark.sh: Ignore ssh error when rebooting the board.
new 6221e33 MakeRelease.job: Handle aarch64-linux-gnu_ilp32 target.
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:
MakeRelease.job | 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 d29af7c9577 [ARM] GlobalISel: Select globals in PIC mode
new a403b9fa770 [ARM] - Tidy-up ARMAsmPrinter.cpp
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/ARMAsmPrinter.cpp | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 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 86e510258a9 [ARM] GlobalISel: Rename tests. NFC.
new d29af7c9577 [ARM] GlobalISel: Select globals in PIC mode
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/ARMExpandPseudoInsts.cpp | 6 ++-
lib/Target/ARM/ARMInstructionSelector.cpp | 27 ++++++++--
lib/Target/ARM/ARMSubtarget.cpp | 7 +++
lib/Target/ARM/ARMSubtarget.h | 4 ++
.../CodeGen/ARM/GlobalISel/arm-isel-globals-pic.ll | 58 ++++++++++++++++++++
.../ARM/GlobalISel/arm-select-globals-pic.mir | 63 ++++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-unsupported.ll | 2 -
7 files changed, 158 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-isel-globals-pic.ll
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-select-globals-pic.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 master
in repository clang.
from be837badf3 [libclang]: Honor LIBCLANG_NOTHREADS for clang_parseTranslat [...]
new 868bd3047d [modules] Add test for using declaration in classes.
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/Modules/using-decl-inheritance.cpp | 34 +++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
create mode 100644 test/Modules/using-decl-inheritance.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 newlib.
from f1863582e Fix compile error due to new strnstr()
new 4dfaef814 cygwin: document %s support in strptime
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:
winsup/cygwin/release/2.9.0 | 2 ++
winsup/doc/new-features.xml | 4 ++++
2 files changed, 6 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 1de13c0dfce Revert "The current version of LLVM X86 disassembler incorr [...]
new 86e510258a9 [ARM] GlobalISel: Rename tests. NFC.
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:
.../ARM/GlobalISel/{arm-isel-globals.ll => arm-isel-globals-static.ll} | 0
.../{arm-instruction-select-globals.mir => arm-select-globals-static.mir} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename test/CodeGen/ARM/GlobalISel/{arm-isel-globals.ll => arm-isel-globals-static [...]
rename test/CodeGen/ARM/GlobalISel/{arm-instruction-select-globals.mir => arm-sele [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.