This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5aa6c69 llvm/test/Transforms/GCOVProfiling/three-element-mdnode.ll: U [...]
new 6cae2f1 revert r280432:
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/Utils/SimplifyInstructions.cpp | 11 +++++------
1 file changed, 5 insertions(+), 6 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 388e8b9 bugpoint: clang-format all of bugpoint. NFC
new 5aa6c69 llvm/test/Transforms/GCOVProfiling/three-element-mdnode.ll: U [...]
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/Transforms/GCOVProfiling/three-element-mdnode.ll | 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 6a70116 Fix a real temp file leak in FileOutputBuffer
new 9d2f1f8 [PM] (NFC) Split the IR parsing into a fixture so that I can [...]
new 291528a [PM] Add a unittest for invalidating module analyses with an [...]
new 5a1da4f IfConversion: Don't count branches in # of duplicates.
new ef63f7a raw_pwrite_stream_test.cpp: _putenv_s() may be assumed as win [...]
new 388e8b9 bugpoint: clang-format all of bugpoint. NFC
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:
lib/CodeGen/IfConversion.cpp | 4 +-
tools/bugpoint/BugDriver.cpp | 56 +--
tools/bugpoint/BugDriver.h | 66 ++--
tools/bugpoint/CrashDebugger.cpp | 396 ++++++++++-----------
tools/bugpoint/ExecutionDriver.cpp | 337 +++++++++---------
tools/bugpoint/ExtractFunction.cpp | 156 ++++-----
tools/bugpoint/FindBugs.cpp | 45 +--
tools/bugpoint/Miscompilation.cpp | 411 +++++++++++-----------
tools/bugpoint/OptimizerDriver.cpp | 74 ++--
tools/bugpoint/ToolRunner.cpp | 503 ++++++++++++---------------
tools/bugpoint/ToolRunner.h | 106 +++---
tools/bugpoint/bugpoint.cpp | 95 +++--
unittests/Analysis/CGSCCPassManagerTest.cpp | 171 +++++++--
unittests/Support/raw_pwrite_stream_test.cpp | 2 +-
14 files changed, 1230 insertions(+), 1192 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 6252565 Try to fix some temp file leaks in SupportTests, PR18335
new b4c86c9 [PM] (NFC) Refactor the CGSCC pass manager tests to use lambd [...]
new 6a70116 Fix a real temp file leak in FileOutputBuffer
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/Support/FileOutputBuffer.cpp | 3 +
unittests/Analysis/CGSCCPassManagerTest.cpp | 122 ++++++++++-----------------
unittests/Support/FileOutputBufferTest.cpp | 13 +--
unittests/Support/Path.cpp | 2 +
unittests/Support/raw_pwrite_stream_test.cpp | 10 ++-
5 files changed, 62 insertions(+), 88 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 c367442 [CFGPrinter] Display branch weight on the edges
new 6252565 Try to fix some temp file leaks in SupportTests, PR18335
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:
unittests/Support/MemoryBufferTest.cpp | 4 +++
unittests/Support/Path.cpp | 40 +++++++++++++++++++---------
unittests/Support/SpecialCaseListTest.cpp | 2 ++
unittests/Support/raw_pwrite_stream_test.cpp | 30 ++++++++++++++++++++-
4 files changed, 62 insertions(+), 14 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 7946689 Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
new c426463 [PowerPC] Don't consider fusion in PPC64 address-formation peephole
new 67a060f [PowerPC] Don't apply the PPC64 address-formation peephole fo [...]
new c367442 [CFGPrinter] Display branch weight on the edges
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/Analysis/CFGPrinter.h | 30 ++++
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 16 +--
test/CodeGen/PowerPC/peephole-align.ll | 246 +++++++++++----------------------
3 files changed, 120 insertions(+), 172 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 e1d84a1 Add clang-reorder-fields to clang-tools-extra
new 99b6eb3 Revert https://reviews.llvm.org/D23279 because the tests have [...]
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:
CMakeLists.txt | 1 -
clang-reorder-fields/CMakeLists.txt | 15 --
clang-reorder-fields/ReorderFieldsAction.cpp | 260 ---------------------
clang-reorder-fields/ReorderFieldsAction.h | 47 ----
clang-reorder-fields/tool/CMakeLists.txt | 12 -
clang-reorder-fields/tool/ClangReorderFields.cpp | 93 --------
test/CMakeLists.txt | 1 -
.../AggregatePartialInitialization.cpp | 14 --
test/clang-reorder-fields/CStructAmbiguousName.cpp | 18 --
test/clang-reorder-fields/CStructFieldsOrder.cpp | 16 --
.../ClassDifferentFieldsAccesses.cpp | 16 --
.../ClassMixedInitialization.cpp | 24 --
test/clang-reorder-fields/ClassSimpleCtor.cpp | 24 --
13 files changed, 541 deletions(-)
delete mode 100644 clang-reorder-fields/CMakeLists.txt
delete mode 100644 clang-reorder-fields/ReorderFieldsAction.cpp
delete mode 100644 clang-reorder-fields/ReorderFieldsAction.h
delete mode 100644 clang-reorder-fields/tool/CMakeLists.txt
delete mode 100644 clang-reorder-fields/tool/ClangReorderFields.cpp
delete mode 100644 test/clang-reorder-fields/AggregatePartialInitialization.cpp
delete mode 100644 test/clang-reorder-fields/CStructAmbiguousName.cpp
delete mode 100644 test/clang-reorder-fields/CStructFieldsOrder.cpp
delete mode 100644 test/clang-reorder-fields/ClassDifferentFieldsAccesses.cpp
delete mode 100644 test/clang-reorder-fields/ClassMixedInitialization.cpp
delete mode 100644 test/clang-reorder-fields/ClassSimpleCtor.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 d8b8905 Refactor to avoid holding a reference to a container element [...]
new ab6be7a Clean up handling of reading module files from stdin. Don't b [...]
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/Serialization/ModuleManager.cpp | 9 ++++++---
1 file changed, 6 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 zorg.
from 9925edc Set svn steps to run in reasonable order.
new f4e0b0a First round of re-factoring to use LLVMBuildFactory for autom [...]
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:
zorg/buildbot/builders/ClangBuilder.py | 149 ++++++++++++++++++---------------
1 file changed, 80 insertions(+), 69 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 13c2087 Remove excessive padding from MismatchingNewDeleteDetector
new d8b8905 Refactor to avoid holding a reference to a container element [...]
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/Serialization/ModuleManager.cpp | 76 ++++++++++++++++++-------------------
1 file changed, 36 insertions(+), 40 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 b18dea9 gcc/c-family/ChangeLog:
new 5510c0a 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 5b7d4dd Backported from mainline 2016-08-31 Jakub Jelinek <jakub@ [...]
new 2ca6d9f 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-5-branch
in repository gcc.
from 643b176 Daily bump.
new c1243bb 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 zorg.
from 44287f3 [zorg] Move lldb-x86_64-ubuntu-14.04-cmake buildbot to the st [...]
new 9925edc Set svn steps to run in reasonable order.
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:
zorg/buildbot/process/factory.py | 53 +++++++++++++++++++++-------------------
1 file changed, 28 insertions(+), 25 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 binutils-gdb.
from 652a8f4 Add tests for PR ld/20513
new db0a1c2 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 be2126b Automatic date update in version.in
new eb8f9d5 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_27-branch
in repository binutils-gdb.
from c6a7c52 Don't treat .opd section specially when ELFv2
new 3a933e7 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 79dbe29 [SelectionDAGBuilder] Add const to relevant places
new 7946689 Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
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/Utils/SimplifyInstructions.cpp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 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 7f08ae6 [include-fixer] Fix an undefined variable exception in vim sc [...]
new e1d84a1 Add clang-reorder-fields to clang-tools-extra
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:
CMakeLists.txt | 1 +
.../CMakeLists.txt | 7 +-
clang-reorder-fields/ReorderFieldsAction.cpp | 260 +++++++++++++++++++++
clang-reorder-fields/ReorderFieldsAction.h | 47 ++++
clang-reorder-fields/tool/CMakeLists.txt | 12 +
clang-reorder-fields/tool/ClangReorderFields.cpp | 93 ++++++++
test/CMakeLists.txt | 1 +
.../AggregatePartialInitialization.cpp | 14 ++
test/clang-reorder-fields/CStructAmbiguousName.cpp | 18 ++
test/clang-reorder-fields/CStructFieldsOrder.cpp | 16 ++
.../ClassDifferentFieldsAccesses.cpp | 16 ++
.../ClassMixedInitialization.cpp | 24 ++
test/clang-reorder-fields/ClassSimpleCtor.cpp | 24 ++
13 files changed, 528 insertions(+), 5 deletions(-)
copy {clang-rename => clang-reorder-fields}/CMakeLists.txt (59%)
create mode 100644 clang-reorder-fields/ReorderFieldsAction.cpp
create mode 100644 clang-reorder-fields/ReorderFieldsAction.h
create mode 100644 clang-reorder-fields/tool/CMakeLists.txt
create mode 100644 clang-reorder-fields/tool/ClangReorderFields.cpp
create mode 100644 test/clang-reorder-fields/AggregatePartialInitialization.cpp
create mode 100644 test/clang-reorder-fields/CStructAmbiguousName.cpp
create mode 100644 test/clang-reorder-fields/CStructFieldsOrder.cpp
create mode 100644 test/clang-reorder-fields/ClassDifferentFieldsAccesses.cpp
create mode 100644 test/clang-reorder-fields/ClassMixedInitialization.cpp
create mode 100644 test/clang-reorder-fields/ClassSimpleCtor.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 llvm.
from 7bb9af1 Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
new 79dbe29 [SelectionDAGBuilder] Add const to relevant places
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 26 ++++++++++++------------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 7 ++++---
2 files changed, 17 insertions(+), 16 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 910602a Refactor LICM pass in preparation for LoopSink pass.
new d21744e Refactor replaceDominatedUsesWith to have a flag to control w [...]
new 7bb9af1 Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
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/Utils/Local.h | 6 ++++--
include/llvm/Transforms/Utils/LoopUtils.h | 10 +++++++++-
lib/Transforms/Scalar/GVN.cpp | 4 ++--
lib/Transforms/Scalar/LICM.cpp | 10 +++-------
lib/Transforms/Utils/Local.cpp | 6 ++++--
5 files changed, 22 insertions(+), 14 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 f71b301 [Legalizer] Don't throw away false low half when expanding GT [...]
new 910602a Refactor LICM pass in preparation for LoopSink pass.
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/LICM.cpp | 44 ++++++++++++++++++++++--------------------
1 file changed, 23 insertions(+), 21 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 2771c6d [WebAssembly] Change wasm SizeType to match asmjs
new 13c2087 Remove excessive padding from MismatchingNewDeleteDetector
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/SemaExprCXX.cpp | 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 llvm.
from 2c8b23f Make the coding standards a bit more clear that we prefer the [...]
new f71b301 [Legalizer] Don't throw away false low half when expanding GT [...]
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/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 18 ++++++-------
test/CodeGen/X86/pr29170.ll | 32 +++++++++++++++++++++++
2 files changed, 41 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/X86/pr29170.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 compiler-rt.
from 4d103fc [CMake] Add option (defaulted off) to exclude atomic.c
new b64139a Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolize [...]
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/cfi/stats.cpp | 4 ----
1 file changed, 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 lld.
from 80322c5 Add missing REQUIRES.
new 1d0ca08 [ELF] Do not omit debug sections when computing build-id
new 70f95d5 Add comments.
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:
ELF/OutputSections.cpp | 24 ++++++++++--------------
ELF/OutputSections.h | 12 ++++++------
ELF/ScriptParser.cpp | 6 ++++--
ELF/Writer.cpp | 17 +++--------------
4 files changed, 23 insertions(+), 36 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 7e8dc8a When we reach the end of a #include of a header of a local su [...]
new 2771c6d [WebAssembly] Change wasm SizeType to match asmjs
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/Basic/Targets.cpp | 6 ++++++
test/Preprocessor/init.c | 40 ++++++++++++++++++++--------------------
2 files changed, 26 insertions(+), 20 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 bcbdba0 rs6000: Rename 110 -> VSCR_REGNO
new b18dea9 gcc/c-family/ChangeLog:
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 | 10 ++++++++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-ada-spec.c | 2 +-
gcc/cp/ChangeLog | 5 +++++
gcc/cp/mangle.c | 4 +++-
gcc/genmatch.c | 3 ++-
gcc/genmodes.c | 3 ++-
gcc/gimplify.c | 5 +++--
gcc/go/ChangeLog | 6 ++++++
gcc/go/gofrontend/expressions.cc | 3 ++-
gcc/java/ChangeLog | 7 +++++++
gcc/java/decl.c | 3 ++-
gcc/java/mangle_name.c | 6 ++++--
gcc/passes.c | 6 ++++--
gcc/print-tree.c | 14 ++++++++++----
15 files changed, 67 insertions(+), 16 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 0b404bb 2016-09-01 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 72bd5a4 rs6000: Rename 74 -> CR6_REGNO
new 34a6413 rs6000: Rename 109 -> VRSAVE_REGNO
new bcbdba0 rs6000: Rename 110 -> VSCR_REGNO
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:
gcc/ChangeLog | 14 +++++++++
gcc/config/rs6000/altivec.md | 73 ++++++++++++++++++++++----------------------
gcc/config/rs6000/vector.md | 16 +++++-----
gcc/config/rs6000/vsx.md | 6 ++--
4 files changed, 62 insertions(+), 47 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 5cf52da [SelectionDAG] Generate vector_shuffle nodes for undersized r [...]
new 2c8b23f Make the coding standards a bit more clear that we prefer the [...]
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:
docs/CodingStandards.rst | 9 +++++----
1 file changed, 5 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 llvm.
from d5f9cd9 [WebAssembly] Add asm.js-style setjmp/longjmp handling for wa [...]
new 5cf52da [SelectionDAG] Generate vector_shuffle nodes for undersized r [...]
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 108 +++++----
lib/Target/X86/X86ISelLowering.cpp | 57 +++++
test/CodeGen/X86/oddshuffles.ll | 281 ++++++++++++-----------
3 files changed, 269 insertions(+), 177 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 3b19074 GlobalISel: add a G_PHI instruction to give phis a type.
new 1879d5c bugpoint: clang-format and modernize comments in ListReducer. NFC
new d5f9cd9 [WebAssembly] Add asm.js-style setjmp/longjmp handling for wa [...]
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:
.../WebAssemblyLowerEmscriptenEHSjLj.cpp | 927 +++++++++++++++++----
.../WebAssembly/WebAssemblyTargetMachine.cpp | 14 +-
.../CodeGen/WebAssembly/lower-em-ehsjlj-options.ll | 61 ++
.../WebAssembly/lower-em-exceptions-whitelist.ll | 5 +-
test/CodeGen/WebAssembly/lower-em-exceptions.ll | 45 +-
test/CodeGen/WebAssembly/lower-em-sjlj.ll | 213 +++++
tools/bugpoint/ListReducer.h | 68 +-
7 files changed, 1111 insertions(+), 222 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll
create mode 100644 test/CodeGen/WebAssembly/lower-em-sjlj.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 libcxx.
from 1dbcfe0 build: don't add -fPIC on Windows
new ebeef1b cstdio: limit gets to CRT versions below 14
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/cstdio | 6 +++++-
1 file changed, 5 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 compiler-rt.
from 8ea9f13 [tsan] Bump stack frame size limit.
new 4d103fc [CMake] Add option (defaulted off) to exclude atomic.c
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/builtins/CMakeLists.txt | 6 +++++-
1 file changed, 5 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 gcc.
from 8a5817a * gcc.dg/torture/float128-builtin.c, gcc.dg/torture/float128 [...]
new 0b404bb 2016-09-01 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/gfortran.dg/fmt_f0_2.f90 | 28 ++++++++++++++++++++--------
2 files changed, 25 insertions(+), 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 2ae7de2 Fix the ASan fuse-lld.cc test after LLD r280012
new 3b19074 GlobalISel: add a G_PHI instruction to give phis a type.
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/MachineInstr.h | 5 ++++-
include/llvm/Target/GenericOpcodes.td | 7 +++++++
include/llvm/Target/TargetOpcodes.def | 3 +++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +-
lib/CodeGen/GlobalISel/MachineLegalizer.cpp | 4 +++-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 6 ++++++
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 2 +-
7 files changed, 25 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 libcxx.
from 512cf2d [CMake] NFC. Missed the other uses in r280406
new 1dbcfe0 build: don't add -fPIC 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:
lib/CMakeLists.txt | 4 +++-
1 file changed, 3 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 compiler-rt.
from 99f69ba Revert "Copy over most of the scariness_score test to the gen [...]
new 8ea9f13 [tsan] Bump stack frame size limit.
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/tsan/CMakeLists.txt | 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 af1a999 [LV] Use ScalarParts for ad-hoc pointer IV scalarization (NFCI)
new 2ae7de2 Fix the ASan fuse-lld.cc test after LLD r280012
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/DebugInfo/Symbolize/Symbolize.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 clang.
from 44ab6e1 [CMake] Properly connecting Compiler-RT check and test-depends
new 7e8dc8a When we reach the end of a #include of a header of a local su [...]
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/Sema/Sema.h | 1 +
lib/Sema/SemaDecl.cpp | 24 +++++++++++++++++-------
test/Modules/global-init.cpp | 19 +++++++++++++++++++
tools/libclang/CXIndexDataConsumer.cpp | 8 ++++++++
4 files changed, 45 insertions(+), 7 deletions(-)
create mode 100644 test/Modules/global-init.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 libcxx.
from 2e35384 [CMake] Don't copy headers on fully standalone
new d2497cc [CMake] NFC. Fixing spelling from r280400
new 512cf2d [CMake] NFC. Missed the other uses in r280406
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:
cmake/Modules/HandleOutOfTreeLLVM.cmake | 4 ++--
include/CMakeLists.txt | 2 +-
2 files changed, 3 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 78e359c [InstCombine] add tests to show potential shuffle+insert folds
new af1a999 [LV] Use ScalarParts for ad-hoc pointer IV scalarization (NFCI)
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/Vectorize/LoopVectorize.cpp | 31 +++++++++---------------------
1 file changed, 9 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 fa2569c [X86] Loosen memory folding requirements for cvtdq2pd and cvt [...]
new 78e359c [InstCombine] add tests to show potential shuffle+insert folds
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/Transforms/InstCombine/insert-const-shuf.ll | 112 +++++++++++++++++++++++
1 file changed, 112 insertions(+)
create mode 100644 test/Transforms/InstCombine/insert-const-shuf.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 binutils-gdb.
from f2b9e3d Share target_wait prototype between GDB and gdbserver
new 652a8f4 Add tests for PR ld/20513
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:
ld/ChangeLog | 12 ++++++++++++
ld/testsuite/ld-elf/pr20513a.d | 9 +++++++++
ld/testsuite/ld-elf/pr20513a.s | 14 ++++++++++++++
ld/testsuite/ld-elf/pr20513b.d | 9 +++++++++
ld/testsuite/ld-elf/pr20513b.s | 14 ++++++++++++++
ld/testsuite/ld-elf/pr20513c.d | 9 +++++++++
ld/testsuite/ld-elf/pr20513d.d | 9 +++++++++
ld/testsuite/ld-elf/pr20513e.d | 4 ++++
ld/testsuite/ld-elf/pr20513f.d | 4 ++++
9 files changed, 84 insertions(+)
create mode 100644 ld/testsuite/ld-elf/pr20513a.d
create mode 100644 ld/testsuite/ld-elf/pr20513a.s
create mode 100644 ld/testsuite/ld-elf/pr20513b.d
create mode 100644 ld/testsuite/ld-elf/pr20513b.s
create mode 100644 ld/testsuite/ld-elf/pr20513c.d
create mode 100644 ld/testsuite/ld-elf/pr20513d.d
create mode 100644 ld/testsuite/ld-elf/pr20513e.d
create mode 100644 ld/testsuite/ld-elf/pr20513f.d
--
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 a964a28 [lib/LTO] Simplify a bit. NFCI.
new 7f885e7 AMDGPU: Add runtime metadata for pointee alignment of argument.
new fa2569c [X86] Loosen memory folding requirements for cvtdq2pd and cvt [...]
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/AMDGPU/AMDGPUAsmPrinter.cpp | 8 +-
lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 1 +
lib/Target/X86/X86InstrInfo.cpp | 4 +-
test/CodeGen/AMDGPU/runtime-metadata.ll | 167 ++++++++++++++++++++++++++++++
test/CodeGen/X86/peephole-cvt-sse.ll | 39 +++++++
5 files changed, 216 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/peephole-cvt-sse.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 libcxx.
from 25a93c5 Fix libc++ configuration with -fsanitize-coverage
new 2e35384 [CMake] Don't copy headers on fully standalone
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/HandleOutOfTreeLLVM.cmake | 10 +++++++++-
include/CMakeLists.txt | 2 +-
2 files changed, 10 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 binutils-gdb.
from 4248448 2016-09-01 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 049a857 Use target_continue{,_no_signal} instead of target_resume
new f2b9e3d Share target_wait prototype between GDB and gdbserver
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:
gdb/ChangeLog | 17 +++++++++++++++++
gdb/fork-child.c | 4 ++--
gdb/gdbserver/ChangeLog | 15 +++++++++++++++
gdb/gdbserver/server.c | 25 +++++++------------------
gdb/gdbserver/target.c | 29 +++++++++++++++++++++++------
gdb/linux-nat.c | 2 +-
gdb/procfs.c | 4 ++--
gdb/target.c | 10 ++++++++++
gdb/target.h | 12 +-----------
gdb/target/target.h | 22 +++++++++++++++++++---
10 files changed, 97 insertions(+), 43 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 816c475 [CMake] Connecting check-all and test-depends targets correctly
new a964a28 [lib/LTO] Simplify a bit. NFCI.
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/LTO/LTOBackend.cpp | 5 +----
1 file changed, 1 insertion(+), 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 compiler-rt.
from 62aa809 [CMake] Adding compiler-rt-test-depends target
new 99f69ba Revert "Copy over most of the scariness_score test to the gen [...]
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/asan/TestCases/scariness_score_test.cc | 191 ----------------------------
1 file changed, 191 deletions(-)
delete mode 100644 test/asan/TestCases/scariness_score_test.cc
--
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 8dabfb7 [LV] Move VectorParts allocation and mapping into PHI widening (NFC)
new add0a5d Rename some variables to have meaningful names. NFC.
new 816c475 [CMake] Connecting check-all and test-depends targets correctly
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 | 9 +++-
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 58 +++++++++++------------
runtimes/CMakeLists.txt | 3 +-
3 files changed, 38 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.