This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 625bc46 Split linkerscript.s into small test files.
new 785f7a0 [ELF] Allow output section data commands to take expressions
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/LinkerScript.cpp | 10 ++------
ELF/LinkerScript.h | 6 ++---
test/ELF/linkerscript/data-commands.s | 47 ++++++++++++++++++++++++++++++++++-
3 files changed, 51 insertions(+), 12 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 3a2488d Fix crash when disassembling invalid range on powerpc vle
new 329d01f AArch64/opcodes: Correct another `index' global shadowing error
new bf355b6 ARM/GAS: Correct an `index' global shadowing error
new 731f7c4 ARC/GAS: Correct a `spaces' global shadowing error
new 860b03a MIPS16/opcodes: Fix PC-relative operation delay-slot adjustment
new 39f66f3 MIPS16/opcodes: Fix off-by-one indentation in `print_mips16_i [...]
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.
Summary of changes:
binutils/ChangeLog | 6 +
binutils/testsuite/binutils-all/mips/mips.exp | 1 +
.../testsuite/binutils-all/mips/mips16-pcrel.d | 200 +++++++++++++++++++
.../testsuite/binutils-all/mips/mips16-pcrel.s | 219 +++++++++++++++++++++
gas/ChangeLog | 10 +
gas/config/tc-arc.c | 10 +-
gas/config/tc-arm.c | 8 +-
opcodes/ChangeLog | 16 ++
opcodes/aarch64-asm.c | 16 +-
opcodes/mips-dis.c | 56 +++---
10 files changed, 499 insertions(+), 43 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/mips/mips16-pcrel.d
create mode 100644 binutils/testsuite/binutils-all/mips/mips16-pcrel.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 a6b6846 GlobalISel: fall back gracefully for debug intrinsics.
new 0261b12 [InstCombine] add tests for smax+icmp; 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:
test/Transforms/InstCombine/smax-icmp.ll | 258 +++++++++++++++++++++++++++++++
1 file changed, 258 insertions(+)
create mode 100644 test/Transforms/InstCombine/smax-icmp.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 a47129d [SCCP] Make sure SCCP and ConstantFolding agree on undef >> a.
new 8fd7b71 GlobalISel: factor overflow handling into separate function. NFC.
new a6b6846 GlobalISel: fall back gracefully for debug intrinsics.
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/CodeGen/GlobalISel/IRTranslator.h | 3 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 72 ++++++++++++++---------
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 33 +++++++++++
3 files changed, 80 insertions(+), 28 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 lld.
from 5c04120 Print a warning message if ENTRY() symbol is not found.
new 625bc46 Split linkerscript.s into small test files.
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/ELF/linkerscript/entry.s | 42 +++++++++++
test/ELF/linkerscript/group.s | 56 ++++++++++++++
test/ELF/linkerscript/linkerscript.s | 85 +---------------------
.../linkerscript/{linkerscript2.s => searchdir.s} | 3 +-
4 files changed, 101 insertions(+), 85 deletions(-)
create mode 100644 test/ELF/linkerscript/entry.s
create mode 100644 test/ELF/linkerscript/group.s
rename test/ELF/linkerscript/{linkerscript2.s => searchdir.s} (94%)
--
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 33a1484 * gcc.target/i386/pr78671.c: Require int128 effective target.
new 479d118 * testsuite/25_algorithms/headers/algorithm/ [...]
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:
libstdc++-v3/ChangeLog | 5 +++++
.../25_algorithms/headers/algorithm/parallel_algorithm_assert2.cc | 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 b99cfea [mips] Make the test case more specific and provide OS compon [...]
new a47129d [SCCP] Make sure SCCP and ConstantFolding agree on undef >> a.
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/SCCP.cpp | 4 ++--
test/Transforms/SCCP/undef-resolve.ll | 4 ++--
2 files changed, 4 insertions(+), 4 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 testing
in repository llvm.
from 213e6f3 Updating branches/google/testing to r288672
new f565ac9 Updating branches/google/testing to r288672
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:
--
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 google/testing
in repository clang.
from 3fd903b Updating branches/google/testing to r288672
new 6a76017 Updating branches/google/testing to r288672
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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.