This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1111a8607 [ELF] Generate symbol assignments for predefined symbols
new 2b3ca5e5a [ELF] - Never call splitIntoPieces() twice. 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:
ELF/InputSection.cpp | 1 +
ELF/SyntheticSections.cpp | 1 -
2 files 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 glibc.
from f4a6be2582 getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]
new da162bf234 Remove obsolete notes at top level of source tree.
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:
BUGS | 69 ---------
CONFORMANCE | 168 ---------------------
NAMESPACE | 66 --------
WUR-REPORT | 34 -----
.../README.pretty-printers | 0
README.tunables => manual/README.tunables | 0
6 files changed, 337 deletions(-)
delete mode 100644 BUGS
delete mode 100644 CONFORMANCE
delete mode 100644 NAMESPACE
delete mode 100644 WUR-REPORT
rename README.pretty-printers => manual/README.pretty-printers (100%)
rename README.tunables => manual/README.tunables (100%)
--
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 88eda0cc8a2 Adding missing test case in rL312318
new 50c7531ed47 [MergeICmps] Fix build of rL312315 on clang-with-thin-lto-windows:
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/Transforms/Scalar/MergeICmps.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 gcc.
from 1e52a582103 PR c/81887 c-family/ * c-pragma.c (omp_pragmas): Move "or [...]
new 46e21f534be [ARC] Use TARGET_USE_ANCHORS_FOR_SYMBOL_P.
new a5f8ade69b3 [ARC] Update various patterns
new 208d1b220c9 [ARC] Fix errors in arc_ifcvt.
new f1885171a83 [ARC] Reimplement ZOL support.
The 4 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 | 61 ++
gcc/config/arc/arc-c.c | 2 +
gcc/config/arc/arc.c | 783 ++++++++++++++------------
gcc/config/arc/arc.h | 10 +-
gcc/config/arc/arc.md | 461 +++++----------
gcc/config/arc/arc.opt | 25 +
gcc/config/arc/constraints.md | 6 +-
gcc/config/arc/predicates.md | 2 +
gcc/doc/invoke.texi | 14 +-
gcc/testsuite/ChangeLog | 13 +
gcc/testsuite/gcc.target/arc/arc.exp | 2 +-
gcc/testsuite/gcc.target/arc/loop-1.c | 45 --
gcc/testsuite/gcc.target/arc/pr9001184797.c | 19 +
gcc/testsuite/gcc.target/arc/tdelay_slots.cpp | 42 ++
14 files changed, 741 insertions(+), 744 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/arc/loop-1.c
create mode 100644 gcc/testsuite/gcc.target/arc/pr9001184797.c
create mode 100644 gcc/testsuite/gcc.target/arc/tdelay_slots.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 llvm.
from 6470656cc2b [ARM] GlobalISel: Support ROPI global variables
new 88eda0cc8a2 Adding missing test case in rL312318
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/GlobalOpt/integer-bool-dwarf.ll | 65 +++++++++++++++++++++++++
1 file changed, 65 insertions(+)
create mode 100644 test/Transforms/GlobalOpt/integer-bool-dwarf.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 e55400ddb65 PR c++/82040 * typeck.c (cp_build_unary_op): Avoid re-ent [...]
new 2301d121eea Fix warning for simple-object-elf.c.
new 1e52a582103 PR c/81887 c-family/ * c-pragma.c (omp_pragmas): Move "or [...]
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/c-family/ChangeLog | 8 ++++
gcc/c-family/c-omp.c | 4 ++
gcc/c-family/c-pragma.c | 2 +-
gcc/c/ChangeLog | 5 +++
gcc/c/c-parser.c | 10 +++++
gcc/cp/ChangeLog | 5 +++
gcc/cp/parser.c | 10 +++++
gcc/fortran/ChangeLog | 10 +++++
gcc/fortran/parse.c | 8 ++--
gcc/fortran/trans-openmp.c | 6 +++
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/c-c++-common/gomp/pr81887.c | 61 ++++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/pr81887.f90 | 61 ++++++++++++++++++++++++++++++
libiberty/ChangeLog | 5 +++
libiberty/simple-object-elf.c | 1 -
15 files changed, 197 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr81887.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr81887.f90
--
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 4855d2de9a6 Reland rL312315: [MergeICmps] MergeICmps is a new optimizat [...]
new 6470656cc2b [ARM] GlobalISel: Support ROPI global variables
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/ARMInstructionSelector.cpp | 16 ++++-
.../ARM/GlobalISel/arm-isel-globals-ropi-rwpi.ll | 76 ++++++++++++++++++++++
...ls-pic.mir => arm-select-globals-ropi-rwpi.mir} | 32 ++++-----
test/CodeGen/ARM/GlobalISel/arm-unsupported.ll | 4 +-
4 files changed, 107 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-isel-globals-ropi-rwpi.ll
copy test/CodeGen/ARM/GlobalISel/{arm-select-globals-pic.mir => arm-select-globals [...]
--
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 132e2d3b5c6 [ARM] Add 2-operand assembly aliases for Thumb1 ADD/SUB
new 4855d2de9a6 Reland rL312315: [MergeICmps] MergeICmps is a new optimizat [...]
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/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/Transforms/Scalar.h | 6 +
lib/CodeGen/TargetPassConfig.cpp | 8 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/MergeICmps.cpp | 645 +++++++++++++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 1 +
test/Transforms/MergeICmps/pair-int32-int32.ll | 87 ++++
test/Transforms/MergeICmps/tuple-four-int8.ll | 73 +++
test/Transforms/MergeICmps/volatile.ll | 30 ++
10 files changed, 853 insertions(+)
create mode 100644 lib/Transforms/Scalar/MergeICmps.cpp
create mode 100644 test/Transforms/MergeICmps/pair-int32-int32.ll
create mode 100644 test/Transforms/MergeICmps/tuple-four-int8.ll
create mode 100644 test/Transforms/MergeICmps/volatile.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 db15069f47b [ARM] GlobalISel: More tests. NFC.
new a7633b580e6 Move static helper into ARMTargetLowering. NFC
new 132e2d3b5c6 [ARM] Add 2-operand assembly aliases for Thumb1 ADD/SUB
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/ARM/ARMISelLowering.cpp | 2 +-
lib/Target/ARM/ARMISelLowering.h | 2 ++
lib/Target/ARM/ARMInstrThumb.td | 6 ++++
test/MC/ARM/implicit-it-generation.s | 6 ++--
test/MC/ARM/thumb-add-sub-width.s | 70 ++++++++++++++++++++++++++++++++++++
5 files changed, 82 insertions(+), 4 deletions(-)
create mode 100644 test/MC/ARM/thumb-add-sub-width.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 binutils-gdb.
from 7e8b60085e Prevent an address violation parsing corrupt DWARF informati [...]
new 1c5c938ad8 Enable support for the AArch64 dot-prod instruction in the C [...]
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:
gas/ChangeLog | 5 +++++
gas/config/tc-aarch64.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.