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 079dd6a [clang-rename] Add comment after namespace closing
new a651021 [Release notes] Fix links.
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/ReleaseNotes.rst | 12 ++++++------
1 file changed, 6 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 zorg.
from cabb889 Attempt to work around libc++ test-suite issues on gribozavr4
new ff5e78a Reverted r280435 per outside dependencies on old behavior.
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, 69 insertions(+), 80 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 5fe1b2e Mark R_GOTREL_FROM_END as a relative expression.
new 7616bd8 Add a comment.
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:
ELF/LinkerScript.cpp | 4 ++++
1 file changed, 4 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 llvm.
from d8090ae bugpoint: Return Errors instead of passing around strings
new 3693f11 Fix comment formatting for DebugInfoFlags.def
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/IR/DebugInfoFlags.def | 3 ++-
1 file changed, 2 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 a68463e [RDF] Ignore undef use operands
new d8090ae bugpoint: Return Errors instead of passing around strings
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:
tools/bugpoint/BugDriver.cpp | 49 +++--
tools/bugpoint/BugDriver.h | 67 ++++---
tools/bugpoint/CrashDebugger.cpp | 161 ++++++++--------
tools/bugpoint/ExecutionDriver.cpp | 112 +++++------
tools/bugpoint/FindBugs.cpp | 49 ++---
tools/bugpoint/ListReducer.h | 49 ++---
tools/bugpoint/Miscompilation.cpp | 370 +++++++++++++++++++------------------
tools/bugpoint/ToolRunner.cpp | 173 +++++++++--------
tools/bugpoint/ToolRunner.h | 63 +++----
tools/bugpoint/bugpoint.cpp | 8 +-
10 files changed, 558 insertions(+), 543 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 lldb.
from a460987 Fixing an MSVC error from rL280692
new 063858b Updated .clang-format rules so bring LLDB in line with LLVM s [...]
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:
.clang-format | 8 --------
packages/Python/lldbsuite/.clang-format | 4 ++++
2 files changed, 4 insertions(+), 8 deletions(-)
create mode 100644 packages/Python/lldbsuite/.clang-format
--
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 4c84279 tcwg-buildapp.sh: Make wget less verbose.
new d8255a0 build-linux: support configuration parameter.
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-linux.sh | 6 ++++--
tcwg-buildapp.sh | 4 ++++
2 files changed, 8 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 854572d [SelectionDAG] Simplify extract_subvector( insert_subvector ( [...]
new 01dd3d9 Formatting with clang-format patch r280700
new a68463e [RDF] Ignore undef use operands
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:
bindings/go/llvm/DIBuilderBindings.cpp | 18 ++++----
include/llvm/IR/DIBuilder.h | 72 ++++++++++++++-----------------
include/llvm/IR/DebugInfoMetadata.h | 30 ++++++-------
lib/Bitcode/Reader/BitcodeReader.cpp | 43 +++++++++---------
lib/IR/DIBuilder.cpp | 46 ++++++++++----------
lib/IR/DebugInfoMetadata.cpp | 7 ++-
lib/Target/Hexagon/RDFGraph.cpp | 2 +-
test/CodeGen/Hexagon/rdf-ignore-undef.ll | 55 +++++++++++++++++++++++
unittests/IR/DebugInfoTest.cpp | 6 ++-
unittests/IR/DebugTypeODRUniquingTest.cpp | 25 +++++------
unittests/IR/IRBuilderTest.cpp | 10 ++---
unittests/IR/MetadataTest.cpp | 39 ++++++++---------
unittests/Transforms/Utils/Cloning.cpp | 11 ++---
13 files changed, 203 insertions(+), 161 deletions(-)
create mode 100644 test/CodeGen/Hexagon/rdf-ignore-undef.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 5e15bac [clang-cl] Check that we are in clang cl mode before enabling [...]
new f43724c Formatting with clang-format patch r280701
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/CGDebugInfo.cpp | 47 +++++++++++++++++++++++----------------------
1 file changed, 24 insertions(+), 23 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 6050b76 [JumpThreading] Only write back branch-weight MDs for blocks [...]
new 854572d [SelectionDAG] Simplify extract_subvector( insert_subvector ( [...]
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/SelectionDAG.cpp | 6 ++++++
test/CodeGen/X86/vector-shuffle-256-v16.ll | 13 ++++---------
2 files changed, 10 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.