This is an automated email from the git hooks/post-receive script.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 809b5496 [Take 2] Start moving away from --enable-schroot-test to --te [...]
new 0cfc2e60 Remove schroot testing support and rely on --testcontainer su [...]
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:
abe.sh | 7 +-
configure | 2 +-
configure.ac | 4 +-
host.conf.in | 1 -
lib/common.sh | 1 -
lib/make.sh | 15 +--
lib/schroot.sh | 238 -----------------------------------
scripts/test-schroot.sh | 321 ------------------------------------------------
8 files changed, 7 insertions(+), 582 deletions(-)
delete mode 100755 lib/schroot.sh
delete mode 100755 scripts/test-schroot.sh
--
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 2a96ee730 [ELF] Rename variables and add comments to getISThunkSec [NFC]
new 7acfd67d3 [MIPS] Initial support of microMIPS code linking
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/Arch/Mips.cpp | 243 ++++++++++++++++++++++++++++++++++++++++++-
ELF/InputSection.cpp | 2 +-
ELF/Relocations.cpp | 10 +-
test/ELF/Inputs/mips-micro.s | 12 +++
test/ELF/mips-micro-got.s | 46 ++++++++
test/ELF/mips-micro-got64.s | 48 +++++++++
test/ELF/mips-micro-jal.s | 125 ++++++++++++++++++++++
test/ELF/mips-micro-relocs.s | 59 +++++++++++
8 files changed, 538 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/Inputs/mips-micro.s
create mode 100644 test/ELF/mips-micro-got.s
create mode 100644 test/ELF/mips-micro-got64.s
create mode 100644 test/ELF/mips-micro-jal.s
create mode 100644 test/ELF/mips-micro-relocs.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 1043ae059e6 [SystemZ] Add the CoveredBySubRegs bit to GPR64, GPR128 an [...]
new 7fa2f6fd571 [X86][AVX2] Add integer broadcast scheduling tests
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/avx2-schedule.ll | 310 ++++++++++++++++++++++++++++++++++++++
1 file changed, 310 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 clang.
from f88d9631e3 [refactor] add a refactoring action rule that returns symbol [...]
new b6139e055d Fix GCC build error and warnings from r313025
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:
unittests/Tooling/RefactoringActionRulesTest.cpp | 8 +++++++-
1 file changed, 7 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 gcc.
from c8c010c376c * name-lookup.c (get_class_binding): Rename TYPE arg to KL [...]
new 7c06dc60b60 Kill CLASSTYPE_SORTED_FIELDS. * cp-tree.h (struct lang_ty [...]
new b4c9686290a Add short_call function attribute for MIPS
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 | 8 +
gcc/config/mips/mips.c | 6 +-
gcc/cp/ChangeLog | 20 ++
gcc/cp/cp-tree.h | 9 -
gcc/cp/name-lookup.c | 448 +++++++++++++++++++----------
gcc/cp/name-lookup.h | 2 +-
gcc/doc/extend.texi | 7 +-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.target/mips/near-far-1.c | 3 +
gcc/testsuite/gcc.target/mips/near-far-2.c | 3 +
gcc/testsuite/gcc.target/mips/near-far-3.c | 3 +
gcc/testsuite/gcc.target/mips/near-far-4.c | 3 +
12 files changed, 347 insertions(+), 173 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 clang.
from ba30de1bbc Limit test to x86 targets
new f88d9631e3 [refactor] add a refactoring action rule that returns symbol [...]
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:
.../Refactoring/RefactoringResultConsumer.h | 5 +++
unittests/Tooling/RefactoringActionRulesTest.cpp | 46 ++++++++++++++++++++++
2 files changed, 51 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 c209908de88 [X86][AVX2] Add additional fp-broadcast/subvector/shuffle s [...]
new 1043ae059e6 [SystemZ] Add the CoveredBySubRegs bit to GPR64, GPR128 an [...]
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/SystemZ/SystemZRegisterInfo.td | 3 +
test/CodeGen/SystemZ/loop-03.ll | 126 ++++++++++++++++++++++++++++++
2 files changed, 129 insertions(+)
create mode 100644 test/CodeGen/SystemZ/loop-03.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 clang.
from 1b7730e7e8 [MS-InlineAsm] Fix cast assertion with vector spills (PR34021)
new ba30de1bbc Limit test to x86 targets
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/pr34021.c | 1 +
1 file changed, 1 insertion(+)
--
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 1eac6bea98 Make collect_probes return an std::vector
new 0782db848b probe: Replace VEC(probe_ops_cp) with std::vector
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/dtrace-probe.c | 2 +-
gdb/elfread.c | 7 ++-----
gdb/probe.c | 29 ++++++++---------------------
gdb/probe.h | 4 +---
gdb/stap-probe.c | 2 +-
6 files changed, 26 insertions(+), 31 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 e69fccfa216 PR target/82112 * c-common.c (sync_resolve_size): Instead [...]
new c8c010c376c * name-lookup.c (get_class_binding): Rename TYPE arg to KL [...]
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/cp/ChangeLog | 8 +++++
gcc/cp/name-lookup.c | 97 +++++++++++++++++++++++++++-------------------------
2 files changed, 58 insertions(+), 47 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.