This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 51b6632 PR target/80107 * config/rs6000/rs6000.md (extendhi<mode>2) [...]
new 9e0805b nvptx: correct format string
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/config/nvptx/nvptx.c | 3 ++-
2 files 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 clang.
from 40be91d [Modules][PCH] Serialize #pragma pack
new 59ea2ed [mips][msa] Range adjustment for ldi_b builtin function operand
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/Sema/SemaChecking.cpp | 2 +-
test/CodeGen/builtins-mips-msa-error.c | 4 ++--
test/CodeGen/builtins-mips-msa.c | 2 ++
3 files changed, 5 insertions(+), 3 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 dcfd618 Refactor code to create getFallThrough method in MachineBasicBlock.
new 22478be Fix the InstCombine to reserve the VP metadata and sets corre [...]
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/IR/Metadata.cpp | 25 +++++++++-----
lib/Transforms/InstCombine/InstCombineCalls.cpp | 6 ++++
.../InstCombine/cast-call-combine-prof.ll | 38 ++++++++++++++++++++++
3 files changed, 61 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/InstCombine/cast-call-combine-prof.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 c295532 Remove name space pollution from Signals.cpp
new dcfd618 Refactor code to create getFallThrough method in MachineBasicBlock.
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/CodeGen/MachineBasicBlock.h | 17 +++++++++++++----
lib/CodeGen/MachineBasicBlock.cpp | 22 ++++++++++++++--------
2 files changed, 27 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 gcc.
from 3a1fcc1 PR tree-optimization/49498 * gcc.dg/uninit-pred-8_b.c: Reen [...]
new 51b6632 PR target/80107 * config/rs6000/rs6000.md (extendhi<mode>2) [...]
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 | 6 ++++++
gcc/config/rs6000/rs6000.md | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr80107.f | 6 ++++++
4 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr80107.f
--
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 libunwind.
from 87afb02 [libunwind] Add sphinx docs
new 7d67413 [libunwind] Clean up macro usage.
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/__libunwind_config.h | 8 +++---
include/libunwind.h | 2 +-
include/unwind.h | 12 ++++-----
src/AddressSpace.hpp | 28 ++++++++++-----------
src/Unwind-EHABI.cpp | 4 +--
src/Unwind-EHABI.h | 4 +--
src/Unwind-sjlj.c | 4 +--
src/UnwindCursor.hpp | 58 ++++++++++++++++++++++----------------------
src/UnwindLevel1-gcc-ext.c | 22 ++++++++---------
src/UnwindLevel1.c | 4 +--
src/Unwind_AppleExtras.cpp | 10 ++++----
src/config.h | 24 ++++--------------
src/libunwind.cpp | 8 +++---
src/libunwind_ext.h | 2 +-
14 files changed, 87 insertions(+), 103 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 ef8a2a5 Add back test for r299152
new 40be91d [Modules][PCH] Serialize #pragma pack
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/clang/Serialization/ASTBitCodes.h | 3 +
include/clang/Serialization/ASTReader.h | 11 ++++
include/clang/Serialization/ASTWriter.h | 1 +
lib/Sema/SemaAttr.cpp | 1 +
lib/Serialization/ASTReader.cpp | 50 ++++++++++++++++
lib/Serialization/ASTWriter.cpp | 15 +++++
test/Modules/Inputs/module.map | 16 +++++
test/Modules/Inputs/pragma_pack_push.h | 6 ++
test/Modules/Inputs/pragma_pack_reset_push.h | 4 ++
test/Modules/Inputs/pragma_pack_set.h | 3 +
test/Modules/pragma-pack.c | 35 +++++++++++
test/PCH/pragma-pack.c | 90 ++++++++++++++++++++++++++++
12 files changed, 235 insertions(+)
create mode 100644 test/Modules/Inputs/pragma_pack_push.h
create mode 100644 test/Modules/Inputs/pragma_pack_reset_push.h
create mode 100644 test/Modules/Inputs/pragma_pack_set.h
create mode 100644 test/Modules/pragma-pack.c
create mode 100644 test/PCH/pragma-pack.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 gcc.
from 5a693f9 2017-03-31 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 3a1fcc1 PR tree-optimization/49498 * gcc.dg/uninit-pred-8_b.c: Reen [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/uninit-pred-8_b.c | 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 49a9598 build*.sh: Interface change, they are now independent scripts [...]
new 1c13c37 Add support to boot supported Linux configurations via lava.
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:
build-info-template.txt | 5 +
build-linux.sh | 204 +++++++++++++++++++++++++++++++++++-
tcwg-buildapp.sh | 11 +-
tcwg-linux-lava-job-definition.yaml | 56 ++++++++++
4 files changed, 266 insertions(+), 10 deletions(-)
create mode 100644 build-info-template.txt
create mode 100644 tcwg-linux-lava-job-definition.yaml
--
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 efdf7a0 Fix minor problems with previous wasm32 binutils commit.
new 8fa5b77 gdbserver: Suffix generated C files with -generated
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/gdbserver/.gitignore | 18 +------------
gdb/gdbserver/ChangeLog | 12 +++++++++
gdb/gdbserver/Makefile.in | 68 ++++++++++++++---------------------------------
3 files changed, 33 insertions(+), 65 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.