This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bfa8bdbeb49 [CodeExtractor] Use 'normal destination' BB as insert point [...]
new 21c21a0782b [LICM] Refactor some AliasSetTracker code to get rid of new [...]
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 | 76 ++++++++++++++++++------------------------
1 file changed, 33 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 20dd1fbe93f [WebAssembly] Change writeSPToMemory to writeSPToGlobal (NFC)
new c315e740ba0 [WebAssembly] Don't make wasm cleanuppads into funclet entries
new bfa8bdbeb49 [CodeExtractor] Use 'normal destination' BB as insert point [...]
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 11 +++--
lib/Transforms/Utils/CodeExtractor.cpp | 10 ++++-
test/CodeGen/WebAssembly/exception.ll | 3 +-
.../PartialInlineInvokeProducesOutVal.ll | 47 ++++++++++++++++++++++
4 files changed, 65 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/CodeExtractor/PartialInlineInvokeProducesOutVal.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 release_70
in repository llvm.
from 39ee06433f8 Merging r339822: ------------------------------------------ [...]
new 1215ec58893 Merging r339895 and r339896: ------------------------------ [...]
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/MC/MCExpr.h | 2 ++
include/llvm/MC/MCParser/MCAsmParserUtils.h | 2 +-
include/llvm/MC/MCParser/MCTargetAsmParser.h | 6 +++---
lib/MC/MCExpr.cpp | 16 +++++++++++++++-
lib/MC/MCParser/AsmParser.cpp | 24 ++++++++++--------------
lib/Target/X86/AsmParser/X86AsmParser.cpp | 14 ++++++++------
lib/Target/X86/MCTargetDesc/X86MCExpr.h | 7 ++++++-
test/MC/X86/pr37425.s | 18 +++++++++++-------
8 files changed, 56 insertions(+), 33 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
omits 8bd30b8f tcwg-rr-llvm-kernel: Update kernel repo
new 4532193 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 (8bd30b8f)
\
N -- N -- N refs/heads/llvm-kernel-v2 (4532193)
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 | 38 +++++++++++++++++++++++++-------------
1 file changed, 25 insertions(+), 13 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 17b7b8e97f4 [RegisterCoalescer] Use substPhysReg in reMaterializeTrivialDef
new 20dd1fbe93f [WebAssembly] Change writeSPToMemory to writeSPToGlobal (NFC)
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/Target/WebAssembly/WebAssemblyFrameLowering.cpp | 8 ++++----
1 file changed, 4 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 zorg.
from 349cf54 lldb-cmake: add tracing to tests
new 09711c9 lldb-cmake: make cmake build type configurable
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 | 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 1a35fbef346 Fix Wdocumentation warning. NFCI.
new 408053d6cda [WebAssembly] Add isEHScopeReturn instruction property
new 17b7b8e97f4 [RegisterCoalescer] Use substPhysReg in reMaterializeTrivialDef
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/CodeGen/MachineBasicBlock.h | 6 ++
include/llvm/CodeGen/MachineInstr.h | 6 ++
include/llvm/MC/MCInstrDesc.h | 1 +
include/llvm/Target/Target.td | 1 +
lib/CodeGen/Analysis.cpp | 2 +-
lib/CodeGen/RegisterCoalescer.cpp | 5 +-
lib/Target/WebAssembly/WebAssemblyInstrControl.td | 4 +-
lib/Target/X86/X86InstrCompiler.td | 2 +-
test/CodeGen/WebAssembly/exception.ll | 64 ++++++++++++++++++++++
.../X86/coalesce-dbg-value-subreg-rewrite.mir | 51 +++++++++++++++++
utils/TableGen/CodeGenInstruction.cpp | 1 +
utils/TableGen/CodeGenInstruction.h | 1 +
utils/TableGen/InstrDocsEmitter.cpp | 1 +
utils/TableGen/InstrInfoEmitter.cpp | 1 +
14 files changed, 140 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/X86/coalesce-dbg-value-subreg-rewrite.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 gcc.
from 629c30bb44f 2018-08-21 Nicolas Koenig <koenigni(a)gcc.gnu.org> Thomas [...]
new 64dd117734d Unconditionally use MAX_EXPR/MIN_EXPR for MAX/MIN intrinsics
new 1b03fb19817 2018-08-21 François Dumont <fdumont(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 ++
gcc/fortran/gfortran.texi | 16 ++++
gcc/fortran/trans-intrinsic.c | 55 +++----------
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gfortran.dg/nan_1.f90 | 35 ---------
libstdc++-v3/ChangeLog | 26 ++++++
libstdc++-v3/include/debug/forward_list | 99 ++++++++++++++++-------
libstdc++-v3/include/debug/list | 135 ++++++++++++++++++++++++--------
8 files changed, 236 insertions(+), 141 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards 355e793 tcwg-rr-llvm-kernel: Update kernel repo
adds 8bd30b8f 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 (355e793)
\
N -- N -- N refs/heads/llvm-kernel-v2 (8bd30b8f)
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.
No new revisions were added by this update.
Summary of changes:
tcwg-rr-llvm-kernel.sh | 38 +++++++++++++-------------------------
1 file changed, 13 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 llvm.
from 2f00acbb71c [InstCombine] Pull simple checks above a more complicated o [...]
new 1a35fbef346 Fix Wdocumentation warning. 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:
include/llvm/IR/DIBuilder.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.