This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 92936e6 Only declare gets for C++ < 2014 on Solaris (PR libstdc++/78979)
new d7e19e6 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from df58fe0 Only declare gets for C++ < 2014 on Solaris (PR libstdc++/78979)
new c858403 Daily bump.
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/DATESTAMP | 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 2a3b42c [ExecutionDepsFix] Improve clearance calculation for loops
new af0fd67 Fix llvm-readobj build error after r293569
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:
tools/llvm-readobj/WasmDumper.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 binutils-gdb.
from 8b10b0b MIPS: Add options to control branch ISA checks
new 07fbc63 Automatic date update in version.in
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/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from 1545cbe Automatic date update in version.in
new 844a54a Automatic date update in version.in
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/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from e1df676 MIPS: Add options to control branch ISA checks
new aab30cb Automatic date update in version.in
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/version.h | 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 e6e6b71 NVPTX: Trivial cleanups of NVPTXInferAddressSpaces
new c20099f [WebAssembly] Add wasm support for llvm-readobj
new 126da6d [InstCombine] enable (X <<nsw C1) >>s C2 --> X <<nsw (C1 - C2 [...]
new 2a3b42c [ExecutionDepsFix] Improve clearance calculation for loops
The 3 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/Object/Wasm.h | 4 +-
include/llvm/Support/Wasm.h | 2 +-
lib/CodeGen/ExecutionDepsFix.cpp | 266 ++++++++++++++-------
lib/Object/WasmObjectFile.cpp | 11 +-
lib/Transforms/InstCombine/InstCombineShifts.cpp | 73 ++----
test/CodeGen/X86/break-false-dep.ll | 57 +++++
test/Transforms/InstCombine/shift.ll | 3 +-
.../Inputs/trivial.obj.wasm} | Bin
test/tools/llvm-readobj/file-headers.test | 11 +
test/tools/llvm-readobj/sections.test | 46 ++++
tools/llvm-readobj/CMakeLists.txt | 1 +
tools/llvm-readobj/ObjDumper.h | 4 +
tools/llvm-readobj/WasmDumper.cpp | 92 +++++++
tools/llvm-readobj/llvm-readobj.cpp | 2 +
14 files changed, 423 insertions(+), 149 deletions(-)
copy test/tools/{llvm-objdump/Inputs/test.wasm => llvm-readobj/Inputs/trivial.obj. [...]
create mode 100644 tools/llvm-readobj/WasmDumper.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 clang.
from 8495432 Serialization: use range based for loop (NFC)
new 5bdec1f PR28739: Check that integer values fit into 64 bits before ex [...]
new 1db5d32 Re-apply "[ubsan] Sanity-check shift amounts before truncation"
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/AST/ExprConstant.cpp | 72 +++++++++++++++++-------------
lib/CodeGen/CGExprScalar.cpp | 16 ++++---
test/CodeGen/ubsan-shift.c | 47 +++++++++++++++++++
test/Sema/const-eval.c | 16 ++++++-
test/SemaCXX/constant-expression-cxx1y.cpp | 5 +++
5 files changed, 117 insertions(+), 39 deletions(-)
create mode 100644 test/CodeGen/ubsan-shift.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 cc71b6d [ICP] Fix bool conversion warning and actually write out the [...]
new ac9b2ba [Mips] Fix some Clang-tidy modernize and Include What You Use [...]
new deb5ed0 [InstCombine] add vector test for (X <<nsw C1) >>s C2 --> X < [...]
new e6e6b71 NVPTX: Trivial cleanups of NVPTXInferAddressSpaces
The 3 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 | 195 ++++++++++++++-------
.../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 64 +++----
lib/Target/Mips/MipsConstantIslandPass.cpp | 103 +++++------
lib/Target/Mips/MipsFastISel.cpp | 106 +++++++----
lib/Target/Mips/MipsMachineFunction.cpp | 13 +-
lib/Target/Mips/MipsMachineFunction.h | 34 ++--
lib/Target/NVPTX/NVPTXInferAddressSpaces.cpp | 58 +++---
test/Transforms/InstCombine/shift.ll | 15 ++
8 files changed, 355 insertions(+), 233 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 f84f68b gcc/ChangeLog: * gimple-ssa-sprintf.c (fmtresult::adjust_for [...]
new 1ea9097 2017-01-27 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
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 | 13 +
gcc/config/rs6000/altivec.md | 15 +-
gcc/config/rs6000/rs6000.c | 195 +++++++----
gcc/config/rs6000/rs6000.md | 33 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/memcmp-1.c | 723 ++++++++++++++++++++++------------------
6 files changed, 592 insertions(+), 392 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.