This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 335a8e8 [EarlyCSE] Optimize MemoryPhis and reduce memory clobber quer [...]
new a3dec00 [ADT] static_assert that SmallDenseMap is instantiated with 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:
include/llvm/ADT/DenseMap.h | 2 ++
1 file changed, 2 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 gcc.
from edf212c Cross-port exception-safety and move fixes of std::any to std [...]
new acd2717 * cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x [...]
new 673ccb5 * config/i386/i386.c (ix86_in_large_data_p, ix86_expand_buil [...]
new fe732a9 * trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P ( [...]
new cb9a4a5 2016-10-24 Moritz Klammler <moritz(a)glammler.eu>
The 4 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:
contrib/ChangeLog | 7 ++
contrib/download_prerequisites | 233 ++++++++++++++++++++++++++++++++++-------
contrib/prerequisites.md5 | 4 +
contrib/prerequisites.sha512 | 4 +
gcc/ChangeLog | 5 +
gcc/config/i386/i386.c | 6 +-
gcc/cp/ChangeLog | 9 ++
gcc/cp/constraint.cc | 8 +-
gcc/cp/cp-gimplify.c | 2 +-
gcc/cp/cxx-pretty-print.c | 2 +-
gcc/cp/init.c | 8 +-
gcc/fortran/ChangeLog | 25 +++++
gcc/fortran/trans-array.c | 39 ++++---
gcc/fortran/trans-decl.c | 33 +++---
gcc/fortran/trans-expr.c | 22 ++--
gcc/fortran/trans-intrinsic.c | 4 +-
gcc/fortran/trans-io.c | 8 +-
gcc/fortran/trans-openmp.c | 12 +--
gcc/fortran/trans.c | 7 +-
19 files changed, 319 insertions(+), 119 deletions(-)
create mode 100644 contrib/prerequisites.md5
create mode 100644 contrib/prerequisites.sha512
--
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 5ba8f14 [PPC] Better codegen for AND, ANY_EXT, SRL sequence
new 335a8e8 [EarlyCSE] Optimize MemoryPhis and reduce memory clobber quer [...]
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/EarlyCSE.cpp | 54 ++++++++++++++++++++++++++++-------
test/Transforms/EarlyCSE/memoryssa.ll | 35 +++++++++++++++++++++++
2 files changed, 79 insertions(+), 10 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 e07033a AMDGPU: Fix Two Address problems with v_movreld
new 8376827 [x86] regenerate checks
new 5ba8f14 [PPC] Better codegen for AND, ANY_EXT, SRL sequence
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/Target/PowerPC/PPCISelDAGToDAG.cpp | 17 +++++++++++++++++
lib/Target/PowerPC/README.txt | 6 ++++++
test/CodeGen/PowerPC/anyext_srl.ll | 29 +++++++++++++++++++++++++++++
test/CodeGen/X86/select_const.ll | 21 +++++++++++----------
4 files changed, 63 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/PowerPC/anyext_srl.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from 6670b53 Revert gdbserver commit fd3907fb6c8da336c1ff948bc7e1eccd741f4a24
new 7278265 Support binutils execution 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:
lib/make.sh | 9 +--------
1 file changed, 1 insertion(+), 8 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 ebd807a [MC] Fix Various End Of Line Comment checkings
new b265370 Revert 284971.
new e07033a AMDGPU: Fix Two Address problems with v_movreld
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/Transforms/Scalar/JumpThreading.h | 2 -
lib/Target/AMDGPU/SIISelLowering.cpp | 57 ++++++-----
lib/Target/AMDGPU/SIInstrInfo.cpp | 26 +++++
lib/Target/AMDGPU/VOP1Instructions.td | 20 ++++
lib/Transforms/Scalar/JumpThreading.cpp | 111 +++++++--------------
test/CodeGen/AMDGPU/movreld-bug.ll | 15 +++
.../JumpThreading/unfold-selects-same-cond.ll | 23 -----
7 files changed, 129 insertions(+), 125 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/movreld-bug.ll
delete mode 100644 test/Transforms/JumpThreading/unfold-selects-same-cond.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 lldb.
from 6248497 Reformat RegisterInfos_arm64 into a table. NFC
new a1e6708 Fix arm64 sub-register definitions
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:
.../Plugins/Process/Utility/RegisterInfos_arm64.h | 442 ++++++++++-----------
1 file changed, 221 insertions(+), 221 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 f62fc7a [Chrono] Fix !HAVE_FUTIMENS build
new ebd807a [MC] Fix Various End Of Line Comment checkings
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/MC/MCParser/MCAsmParser.h | 10 +-
lib/MC/MCParser/AsmParser.cpp | 586 ++++++++++--------------
lib/MC/MCParser/MCAsmParser.cpp | 40 +-
test/MC/AsmParser/AArch64/directive-parse-err.s | 258 +++++++++++
test/MC/{ => AsmParser}/AArch64/lit.local.cfg | 0
test/MC/AsmParser/exprs-invalid.s | 10 +-
6 files changed, 557 insertions(+), 347 deletions(-)
create mode 100644 test/MC/AsmParser/AArch64/directive-parse-err.s
copy test/MC/{ => AsmParser}/AArch64/lit.local.cfg (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.