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.