This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2f6da59 Avoid a load for local functions.
new d76edeb MappedBlockStreamTest.cpp: Simplify array initializers.
new d9d9726 Add new LLVM_EXTERNAL_PROJECTS option to cmake
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:
docs/CMake.rst | 8 ++++++++
tools/CMakeLists.txt | 5 +++++
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 4 ++--
3 files changed, 15 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.
from 83f2064 [X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (ro [...]
new 2a2aa0b [driver][arm] change regular expression to work on Windows
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/Driver/android-ndk-standalone.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 936f302 rl78.c: fix warning
new 0a5cb94 Fix ChangeLog entry:
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 | 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 efd52a8 2016-06-01 Paul Thomas <pault(a)gcc.gnu.org>
new ffb21e0 [gcc] 2016-06-01 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 7f30c88 [gcc] 2016-06-01 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 84 ++++
gcc/config/rs6000/constraints.md | 5 +
gcc/config/rs6000/predicates.md | 51 +-
gcc/config/rs6000/rs6000-cpus.def | 9 +-
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 537 +++++++++++++++++----
gcc/config/rs6000/rs6000.opt | 16 +-
gcc/config/rs6000/vsx.md | 30 +-
gcc/doc/invoke.texi | 23 +-
gcc/doc/md.texi | 3 +
gcc/testsuite/ChangeLog | 13 +
gcc/testsuite/gcc.target/powerpc/dform-1.c | 2 +-
gcc/testsuite/gcc.target/powerpc/dform-2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/dform-3.c | 39 ++
.../gcc.target/powerpc/p8vector-int128-1.c | 2 +-
gcc/testsuite/gcc.target/powerpc/pr68805.c | 2 +-
16 files changed, 639 insertions(+), 180 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/dform-3.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 7cff23c [x86, AVX2] regenerate checks
new 2f6da59 Avoid a load for local functions.
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/ARM/ARMISelLowering.cpp | 9 +++++++--
test/CodeGen/ARM/thumb-stub.ll | 10 ++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/ARM/thumb-stub.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 06caa0f [Sema] Fix incorrect enum token namespace
new 83f2064 [X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (ro [...]
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/Basic/BuiltinsX86.def | 3 ---
lib/Headers/avxintrin.h | 4 ++--
lib/Headers/emmintrin.h | 2 +-
test/CodeGen/avx-builtins.c | 4 ++--
test/CodeGen/builtins-x86.c | 3 ---
test/CodeGen/sse2-builtins.c | 2 +-
6 files changed, 6 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 2720c8d PR c/70688 * pr70688.c: New file.
new 936f302 rl78.c: fix warning
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/rl78/rl78.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.
unknown user pushed a change to branch master
in repository llvm.
from bc43482 SDAG: Drop a redundant replace and move the dead node removal [...]
new 783607f [MemorySSA] Port to new pass manager
new 7cff23c [x86, AVX2] regenerate checks
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/InitializePasses.h | 3 +-
include/llvm/Transforms/Utils/MemorySSA.h | 72 ++++++-------
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 3 +
lib/Transforms/Utils/MemorySSA.cpp | 120 ++++++++++-----------
lib/Transforms/Utils/Utils.cpp | 3 +-
test/CodeGen/X86/pr17764.ll | 14 ++-
test/Transforms/Util/MemorySSA/assume.ll | 3 +-
test/Transforms/Util/MemorySSA/atomic-clobber.ll | 3 +-
test/Transforms/Util/MemorySSA/cyclicphi.ll | 3 +-
test/Transforms/Util/MemorySSA/function-clobber.ll | 3 +-
.../Util/MemorySSA/function-mem-attrs.ll | 3 +-
test/Transforms/Util/MemorySSA/livein.ll | 3 +-
test/Transforms/Util/MemorySSA/load-invariant.ll | 3 +-
.../Transforms/Util/MemorySSA/many-dom-backedge.ll | 3 +-
test/Transforms/Util/MemorySSA/many-doms.ll | 3 +-
test/Transforms/Util/MemorySSA/multi-edges.ll | 3 +-
.../Util/MemorySSA/multiple-backedges-hal.ll | 3 +-
.../Util/MemorySSA/multiple-locations.ll | 3 +-
test/Transforms/Util/MemorySSA/no-disconnected.ll | 3 +-
test/Transforms/Util/MemorySSA/optimize-use.ll | 3 +-
test/Transforms/Util/MemorySSA/phi-translation.ll | 3 +-
test/Transforms/Util/MemorySSA/volatile-clobber.ll | 3 +-
unittests/Transforms/Utils/MemorySSA.cpp | 6 +-
24 files changed, 142 insertions(+), 128 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 release_38
in repository lldb.
from 6864ec1 Merging r265134: -------------------------------------------- [...]
new 085a273 Merging r261206: -------------------------------------------- [...]
new fb83986 Merging r269181: -------------------------------------------- [...]
new 68eec6c Merging r269407: -------------------------------------------- [...]
new 9a9fc8f Merging r270208: -------------------------------------------- [...]
new 316537d Merging r270564: -------------------------------------------- [...]
The 5 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/lldb/Core/ArchSpec.h | 35 ++++++
source/Core/ArchSpec.cpp | 62 +++++++++++
source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | 121 +++++++++++++++++----
source/Plugins/ABI/SysV-mips/ABISysV_mips.h | 3 +
source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 90 ++++++++++++---
source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h | 3 +
.../Clang/ClangExpressionParser.cpp | 48 +++++++-
.../ExpressionParser/Clang/ClangExpressionParser.h | 13 +++
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 65 +++++++++--
.../Plugins/Process/Utility/RegisterInfos_mips.h | 15 ++-
.../Plugins/Process/Utility/RegisterInfos_mips64.h | 11 +-
11 files changed, 408 insertions(+), 58 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.