This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5656fe0aab [InstrProf] Use atomic profile counter updates for TSan
new 1d9326169c Relax a CHECK line to allow for dso_local
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/CodeGen/tsan-instrprof-atomic.c | 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 3964940ceb1 [InstCombine] add reflection fold for tan(-x)
new e90d44039a6 [x86/MIR] Implement support for pre- and post-instruction 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:
docs/MIRLangRef.rst | 13 ++-
include/llvm/CodeGen/MachineInstr.h | 14 ++--
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 8 ++
lib/CodeGen/MIRParser/MILexer.cpp | 51 ++++++++++++
lib/CodeGen/MIRParser/MILexer.h | 3 +
lib/CodeGen/MIRParser/MIParser.cpp | 67 +++++++++++++++-
lib/CodeGen/MIRPrinter.cpp | 18 +++++
lib/CodeGen/MachineInstr.cpp | 92 ++++++++++++++++------
.../X86/instr-symbols-and-mcsymbol-operands.mir | 82 +++++++++++++++++++
test/CodeGen/X86/instr-symbols.mir | 74 +++++++++++++++++
10 files changed, 380 insertions(+), 42 deletions(-)
create mode 100644 test/CodeGen/MIR/X86/instr-symbols-and-mcsymbol-operands.mir
create mode 100644 test/CodeGen/X86/instr-symbols.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.
unknown user pushed a change to branch master
in repository compiler-rt.
from b3895d079 Revert "[hwasan] Add __hwasan_handle_longjmp."
new 87005aea8 Revert "Revert "[hwasan] Add __hwasan_handle_longjmp.""
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/sanitizer/hwasan_interface.h | 7 +++++++
lib/hwasan/hwasan.cc | 18 ++++++++++++++++++
lib/hwasan/hwasan_interceptors.cc | 27 ++++++++++++++++++++-------
lib/hwasan/hwasan_interface_internal.h | 3 +++
test/hwasan/TestCases/longjmp.c | 28 ++++++++++++++++++++++++++++
5 files changed, 76 insertions(+), 7 deletions(-)
create mode 100644 test/hwasan/TestCases/longjmp.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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel
in repository toolchain/jenkins-scripts.
discards c50ff84 tcwg-rr-llvm-kernel: Update kernel repo
new 9a008f0 tcwg-rr-llvm-kernel: Update kernel repo
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 (c50ff84)
\
N -- N -- N refs/heads/llvm-kernel (9a008f0)
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:
jenkins-helpers.sh | 5 +----
tcwg-rr-llvm-kernel.sh | 2 +-
2 files changed, 2 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 zorg.
from e250d53 Add an initial version of a green dragon LLDB cmake builder t [...]
new 77698ce Add lldb source dir to cmake invocation.
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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel
in repository toolchain/jenkins-scripts.
discards 8d2e413 tcwg-rr-llvm-kernel: Update kernel repo
new c50ff84 tcwg-rr-llvm-kernel: Update kernel repo
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 (8d2e413)
\
N -- N -- N refs/heads/llvm-kernel (c50ff84)
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:
jenkins-helpers.sh | 5 ++++-
1 file changed, 4 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 41bee7d4780 [InstrProf] Use atomic profile counter updates for TSan
new 3964940ceb1 [InstCombine] add reflection fold for tan(-x)
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/SimplifyLibCalls.cpp | 7 +++++--
test/Transforms/InstCombine/cos-1.ll | 12 ++++++------
2 files changed, 11 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 lldb.
from 9d6711e46 Update the Core file loading instructions so they keep the pr [...]
new 857551057 Remove outdated TODOs in RegisterValue
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:
source/Utility/RegisterValue.cpp | 3 ---
1 file changed, 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 gcc.
from 87c50f508ac diagnostics: tweak to line-insertion fix-it hints with line [...]
new 287abdae018 diagnostics: fix bad interaction between line spans and lin [...]
new 893c4605b59 * builtins.c (c_strlen): Add new parameter eltsize. Use i [...]
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 | 18 ++++++++
gcc/builtins.c | 63 +++++++++++++++------------
gcc/builtins.h | 2 +-
gcc/diagnostic.c | 6 +--
gcc/expr.c | 14 ++++--
gcc/expr.h | 2 +-
gcc/gimple-fold.c | 33 ++++++++------
gcc/gimple-fold.h | 2 +-
gcc/gimple-ssa-sprintf.c | 11 ++---
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/missing-header-fixit-3.c | 27 ++++++++++++
11 files changed, 126 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/missing-header-fixit-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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel
in repository toolchain/jenkins-scripts.
discards c16b228 tcwg-rr-llvm-kernel: Update kernel repo
new 8d2e413 tcwg-rr-llvm-kernel: Update kernel repo
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 (c16b228)
\
N -- N -- N refs/heads/llvm-kernel (8d2e413)
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.