This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9179aee2c17 [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
new 9842cc486c5 Replace fancy use of initializer lists with simple function [...]
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:
.../Support/ItaniumManglingCanonicalizerTest.cpp | 402 +++++++++++----------
1 file changed, 208 insertions(+), 194 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 gdb-8.2-branch
in repository binutils-gdb.
from 1f81231be8 Automatic date update in version.in
new 83b6e2e989 Restore behavior of disabling address randomization by defau [...]
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:
gdb/gdbserver/ChangeLog | 7 +++++++
gdb/gdbserver/server.h | 2 +-
2 files changed, 8 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 acc248f4ab9 [IR] Sink `isExceptional` predicate to `Instruction`, renam [...]
new 8c9f47fdf16 Avoid specializing a variadic member template in a way that [...]
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/Support/ItaniumManglingCanonicalizer.cpp | 28 +++++++++++++---------------
1 file changed, 13 insertions(+), 15 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 5eb83c58cd5 [IR] Begin removal of TerminatorInst by removing successor [...]
new acc248f4ab9 [IR] Sink `isExceptional` predicate to `Instruction`, renam [...]
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/Analysis/SparsePropagation.h | 2 +-
include/llvm/IR/InstrTypes.h | 14 --------------
include/llvm/IR/Instruction.h | 17 +++++++++++++++++
lib/IR/BasicBlock.cpp | 2 +-
lib/Transforms/Coroutines/CoroElide.cpp | 2 +-
lib/Transforms/Scalar/JumpThreading.cpp | 2 +-
lib/Transforms/Scalar/SCCP.cpp | 2 +-
lib/Transforms/Scalar/Sink.cpp | 2 +-
lib/Transforms/Utils/BasicBlockUtils.cpp | 2 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 2 +-
10 files changed, 25 insertions(+), 22 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 f798bee7712 [MIPS GlobalISel] Legalize i8 and i16 add
new 5eb83c58cd5 [IR] Begin removal of TerminatorInst by removing successor [...]
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/CFG.h | 158 +++++++++++++++--
include/llvm/IR/InstrTypes.h | 186 ---------------------
include/llvm/IR/Instruction.h | 10 ++
include/llvm/IR/Instructions.h | 76 +++++++++
lib/Analysis/LoopInfo.cpp | 4 +-
lib/Analysis/MemorySSAUpdater.cpp | 2 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 4 +-
lib/IR/BasicBlock.cpp | 2 +-
lib/IR/Instruction.cpp | 36 ++++
lib/IR/Instructions.cpp | 40 -----
.../InstCombine/InstructionCombining.cpp | 2 +-
lib/Transforms/Scalar/GVNHoist.cpp | 6 +-
lib/Transforms/Scalar/LoopInterchange.cpp | 4 +-
lib/Transforms/Utils/BasicBlockUtils.cpp | 2 +-
lib/Transforms/Utils/CloneFunction.cpp | 2 +-
lib/Transforms/Utils/Local.cpp | 2 +-
lib/Transforms/Utils/LoopRotationUtils.cpp | 3 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 2 +-
18 files changed, 282 insertions(+), 259 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 08e341fad9a [X86] Fix typo in comment, expect->except. NFC
new f798bee7712 [MIPS GlobalISel] Legalize i8 and i16 add
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/Mips/MipsLegalizerInfo.cpp | 4 +-
test/CodeGen/Mips/GlobalISel/legalizer/add.mir | 188 ++++++++++++++++++++++++-
test/CodeGen/Mips/GlobalISel/llvm-ir/add.ll | 76 ++++++++++
3 files changed, 264 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 clang.
from 1bdec838c5 [CUDA/OpenMP] Define only some host macros during device com [...]
new 1e8f9cd0c0 [index] Introduce 'ProtocolInterface' as part of SymbolPropertySet
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/clang/Index/IndexSymbol.h | 6 ++++--
lib/Index/IndexSymbol.cpp | 5 +++++
test/Index/Core/external-source-symbol-attr.m | 2 +-
test/Index/Core/index-source.m | 4 ++--
4 files changed, 12 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 llvm.
from f2d9bfdd599 [X86] Add test cases for D50952, paddus patterns involving [...]
new 08e341fad9a [X86] Fix typo in comment, expect->except. 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/X86/X86ISelLowering.cpp | 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 glibc.
from 02458a5236 Update translations for be.
new bc680b3369 regex: fix uninitialized memory access
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:
ChangeLog | 14 ++++++++++++++
posix/regex_internal.c | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.