This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from c90379ddf win: Omit ".exe" from lld warning and error messages.
new 01f2ebb1c COFF: Implement safe ICF on rodata using address-significance [...]
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:
COFF/Chunks.h | 4 ++++
COFF/Driver.cpp | 45 ++++++++++++++++++++++++++++++++++++++++++++-
COFF/ICF.cpp | 6 +++++-
COFF/InputFiles.cpp | 5 +++++
COFF/InputFiles.h | 2 ++
test/COFF/Inputs/icf-safe.s | 9 +++++++++
test/COFF/icf-safe.s | 36 ++++++++++++++++++++++++++++++++++++
7 files changed, 105 insertions(+), 2 deletions(-)
create mode 100644 test/COFF/Inputs/icf-safe.s
create mode 100644 test/COFF/icf-safe.s
--
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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v3
in repository toolchain/jenkins-scripts.
at 7940708 tcwg-bisect-llvm-kernel.sh: New job script
This branch includes the following new commits:
new 7940708 tcwg-bisect-llvm-kernel.sh: New job script
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.
--
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 adfc266 lldb-cmake: set dsymutil in xcode dotest invocation
new caa02f0 lldb-cmake: set LLVM version to 99 to avoid accidental versio [...]
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/jenkins/build.py | 1 +
1 file changed, 1 insertion(+)
--
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 6a64b42b1 lldbtest.py: Work around macOS SIP when testing ASANified builds.
new 3d67d55d7 XFAIL test for older versions of dsymutil
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:
packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py | 1 +
1 file changed, 1 insertion(+)
--
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 b076be5cdae [ValueTracking] Fix an assert from r340480.
new 17b68c25c6f [RegisterCoalescer] Fix for assert in removePartialRedundancy
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/RegisterCoalescer.cpp | 14 ++
...coalescing-remove-partial-redundancy-assert.mir | 199 +++++++++++++++++++++
2 files changed, 213 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/regcoalescing-remove-partial-redundancy-assert.mir
--
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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards d19c673 tcwg-bisect-llvm-kernel.sh: New job script
new a746851 tcwg-bisect-llvm-kernel.sh: New job script
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d19c673)
\
N -- N -- N refs/heads/llvm-kernel-v2 (a746851)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-llvm-kernel.sh | 3 +++
1 file changed, 3 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 d024286359d [llvm-mca] Fix wrong call to setCustomStrategy().
new b076be5cdae [ValueTracking] Fix an assert from r340480.
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/Analysis/ValueTracking.cpp | 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 lldb.
from 8692126c7 Add libc++ data formatter for std::function
new 6a64b42b1 lldbtest.py: Work around macOS SIP when testing ASANified builds.
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:
lit/Suite/lldbtest.py | 20 ++++++++++++++++++++
1 file changed, 20 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 clang.
from 982848fd65 Re-land [ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatch [...]
new 43ee86bb6e [ASTMatchers] Let hasObjectExpression also support Unresolve [...]
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/LibASTMatchersReference.html | 28 ++++++++++++++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 13 ++++++++--
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 20 ++++++++++++++++
3 files changed, 59 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 ba4c8a15c7a [x86] add debug option for and-immediate shrinking
new d024286359d [llvm-mca] Fix wrong call to setCustomStrategy().
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/llvm-mca/Scheduler.cpp | 1 +
tools/llvm-mca/Scheduler.h | 17 ++++++++---------
2 files changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.