This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 00b79068c49 [IR] Fix copy and paste mistake in comment. NFC
new ddfada260ad [IR] Redesign the case iterator in SwitchInst to actually b [...]
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/ADT/iterator.h | 6 +
include/llvm/Analysis/CFGPrinter.h | 3 +-
include/llvm/IR/Instructions.h | 191 +++++++++++++--------
lib/Analysis/InlineCost.cpp | 6 +-
lib/Analysis/LazyValueInfo.cpp | 8 +-
lib/Analysis/SparsePropagation.cpp | 2 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +-
lib/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/ExecutionEngine/Interpreter/Execution.cpp | 6 +-
lib/IR/AsmWriter.cpp | 7 +-
lib/IR/Instructions.cpp | 8 +-
lib/Transforms/Coroutines/CoroSplit.cpp | 6 +-
.../InstCombine/InstructionCombining.cpp | 24 +--
.../Scalar/CorrelatedValuePropagation.cpp | 4 +-
lib/Transforms/Scalar/GVN.cpp | 4 +-
lib/Transforms/Scalar/JumpThreading.cpp | 2 +-
lib/Transforms/Scalar/LoopUnrollPass.cpp | 2 +-
lib/Transforms/Scalar/LoopUnswitch.cpp | 22 +--
lib/Transforms/Scalar/LowerExpectIntrinsic.cpp | 4 +-
lib/Transforms/Scalar/NewGVN.cpp | 6 +-
lib/Transforms/Scalar/SCCP.cpp | 10 +-
lib/Transforms/Utils/CloneFunction.cpp | 2 +-
lib/Transforms/Utils/Evaluator.cpp | 2 +-
lib/Transforms/Utils/Local.cpp | 15 +-
lib/Transforms/Utils/LowerSwitch.cpp | 8 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 63 ++++---
tools/llvm-diff/DifferenceEngine.cpp | 16 +-
unittests/IR/InstructionsTest.cpp | 63 +++++++
28 files changed, 296 insertions(+), 198 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.
Yvan Roux pushed a change to annotated tag linaro-7.0-2017.04-prev
in repository toolchain/gcc.
at 44ea7e576cb (tag)
tagging 50bddd060b7045874acccef516ce1a3659392f32 (commit)
tagged by Yvan Roux
on Wed Apr 12 09:02:33 2017 +0200
- Log -----------------------------------------------------------------
Linaro GCC Preview 7.0-2017.04
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 50bddd060b7 Make Linaro GCC Snapshot 7.0-2017.04.
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 llvm.
from 96d92eadca2 [InstCombine][IR] Add a commutable BinOp matcher. Use it to [...]
new 00b79068c49 [IR] Fix copy and paste mistake in comment. 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:
include/llvm/IR/PatternMatch.h | 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 gcc.
from 3da31ee0daa PR go/77857 cmd/go: generate vendor paths for -I arg o [...]
new 75974b86aa6 PR sanitizer/80349 * fold-const.c (fold_binary_loc) <case [...]
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:
gcc/ChangeLog | 6 ++++++
gcc/fold-const.c | 12 ++++++------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ubsan/pr80349.C | 11 +++++++++++
4 files changed, 28 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr80349.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.
unknown user pushed a change to branch master
in repository llvm.
from 4f5f4e9e2a6 [BPI] Refactor post domination calculation and simple fix f [...]
new 96d92eadca2 [InstCombine][IR] Add a commutable BinOp matcher. Use it to [...]
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/PatternMatch.h | 8 ++++++++
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 3 +--
2 files changed, 9 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 81e9372c9e3 [INC] Test commit. NFC.
new 4f5f4e9e2a6 [BPI] Refactor post domination calculation and simple fix f [...]
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/BranchProbabilityInfo.h | 2 +
lib/Analysis/BranchProbabilityInfo.cpp | 119 ++++++++++++++++----------
test/Analysis/BranchProbabilityInfo/basic.ll | 37 ++++++++
3 files changed, 112 insertions(+), 46 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 compiler-rt.
from 4f0068953 [XRay] [compiler-rt] Simplify FDR logging handler. [NFC]
new 4153a1785 [XRay] [compiler-rt] Refactor rewinding FDR logging.
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/xray/xray_fdr_logging_impl.h | 159 +++++++++++++++++++--------------------
1 file changed, 79 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 binutils-gdb.
from 7c5ded6a00 C++-fy and prepare for sharing fork_inferior
new 5430098f18 Fix build breakage from last commit (window-nat.c:windows_cr [...]
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/ChangeLog | 5 +++++
gdb/windows-nat.c | 2 +-
2 files changed, 6 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 clang.
from d3992c554d Serialization: Simulate -Werror settings in implicit modules
new 7c10f25fc0 [Modules] Remove darwin specific code to check for SystemVer [...]
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/Frontend/CompilerInvocation.cpp | 23 -----------------------
test/Modules/system_version.m | 31 -------------------------------
2 files changed, 54 deletions(-)
delete mode 100644 test/Modules/system_version.m
--
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 binutils-gdb.
from ef6a5ae7bd Automatic date update in version.in
new 7c5ded6a00 C++-fy and prepare for sharing fork_inferior
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/ChangeLog | 38 +++++++++++++
gdb/common/common-utils.c | 11 ++++
gdb/common/common-utils.h | 5 ++
gdb/darwin-nat.c | 12 ++--
gdb/fork-child.c | 136 +++++++++++++++++++---------------------------
gdb/gdbserver/ChangeLog | 9 +++
gdb/gdbserver/server.c | 108 ++++++++++++++++--------------------
gdb/gnu-nat.c | 3 +-
gdb/go32-nat.c | 6 +-
gdb/inf-ptrace.c | 4 +-
gdb/infcmd.c | 7 ++-
gdb/inferior.h | 2 +-
gdb/linux-nat.c | 4 +-
gdb/nto-procfs.c | 9 +--
gdb/procfs.c | 4 +-
gdb/remote-sim.c | 7 ++-
gdb/remote.c | 12 ++--
gdb/rs6000-nat.c | 10 ++--
gdb/target.h | 3 +-
gdb/windows-nat.c | 6 +-
20 files changed, 220 insertions(+), 176 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.