This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a0e8333 [mips][ias] Moved most instruction emission helpers to MipsTa [...]
new f4d5a50 [mips][ias] Split expandMemInst between MipsAsmParser and Mip [...]
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/Mips/AsmParser/MipsAsmParser.cpp | 157 ++++++++++++---------
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 100 +++++++++++++
lib/Target/Mips/MipsTargetStreamer.h | 14 ++
test/MC/Mips/micromips-expansions.s | 2 +-
test/MC/Mips/mips-expansions.s | 2 +-
5 files changed, 207 insertions(+), 68 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 025dd1e PR c/70852 * c-common.c (warn_for_memset): Check domain bef [...]
new 22912e7 gcc/
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/ChangeLog | 5 ++++
gcc/testsuite/ChangeLog | 9 +++++++
gcc/testsuite/gcc.dg/vect/vect-nb-iter-ub-1.c | 29 ++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-nb-iter-ub-2.c | 31 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-nb-iter-ub-3.c | 30 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/vect-unpack-2.c | 9 ++++---
.../i386/{vect-unpack-2.c => vect-unpack-3.c} | 5 ++--
gcc/tree-vect-loop.c | 6 +++--
8 files changed, 117 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-nb-iter-ub-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-nb-iter-ub-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-nb-iter-ub-3.c
copy gcc/testsuite/gcc.target/i386/{vect-unpack-2.c => vect-unpack-3.c} (62%)
--
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 b907b2d [mips] Update tests to account for section size rounding chan [...]
new 12a0185 [ELF] Fixed warning. 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/SymbolTable.cpp | 2 +-
1 file 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 llvm.
from b5a82b6 cmake: Fix grammar
new a0e8333 [mips][ias] Moved most instruction emission helpers to MipsTa [...]
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/Mips/AsmParser/MipsAsmParser.cpp | 487 +++++++++------------
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 93 ++++
lib/Target/Mips/MipsTargetStreamer.h | 24 +
3 files changed, 325 insertions(+), 279 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 7acb7ee [ELF][MIPS] Accept MIPS 64-bit binaries
new b907b2d [mips] Update tests to account for section size rounding chan [...]
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/basic-mips.s | 6 +++---
test/ELF/mips-26.s | 1 +
test/ELF/mips-npic-call-pic.s | 40 +++++++++++++++++++++-------------------
3 files changed, 25 insertions(+), 22 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 ae37402 [mips][ias] Make section sizes a multiple of the alignment.
new b5a82b6 cmake: Fix grammar
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:
cmake/modules/AddLLVM.cmake | 4 ++--
1 file changed, 2 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 clang-tools-extra.
from 39ce4a2 Make run-find-all-symbols executable.
new 54a3251 [find-all-symbols] Parallelize the merge step.
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:
.../find-all-symbols/tool/FindAllSymbolsMain.cpp | 43 ++++++++++++++--------
1 file changed, 28 insertions(+), 15 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 568128c PR sanitizer/70342 * fold-const.c (tree_single_nonzero_warn [...]
new 025dd1e PR c/70852 * c-common.c (warn_for_memset): Check domain bef [...]
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-common.c | 1 +
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.dg/pr70852.c | 11 +++++++++++
4 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr70852.c
--
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 4d75ec9 cmake: Set LINK_POLLY_INTO_TOOLS to ON
new 931826b Revert "cmake: Set LINK_POLLY_INTO_TOOLS to ON"
new ae37402 [mips][ias] Make section sizes a multiple of the alignment.
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:
CMakeLists.txt | 2 +-
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 15 +++
test/DebugInfo/Mips/delay-slot.ll | 2 +-
test/MC/Mips/section-size.s | 106 +++++++++++++++++++++
4 files changed, 123 insertions(+), 2 deletions(-)
create mode 100644 test/MC/Mips/section-size.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 gcc.
from f387645 2016-04-29 Andrew Burgess <andrew.burgess(a)embecosm.com>
new 568128c PR sanitizer/70342 * fold-const.c (tree_single_nonzero_warn [...]
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/ChangeLog | 7 +++++++
gcc/fold-const.c | 3 +++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ubsan/null-7.C | 24 ++++++++++++++++++++++++
4 files changed, 39 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/ubsan/null-7.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.