This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 68724fc3530 [GlobalISel] Legalize G_(S|U)DIV libcalls
new eaf78a2f040 [ARM] GlobalISel: Support G_(S|U)DIV for s32
new 8e5f1d4de28 [Arch64AsmParser] better diagnostic for isb
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/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 12 ++--
lib/Target/ARM/ARMInstructionSelector.cpp | 10 +++
lib/Target/ARM/ARMLegalizerInfo.cpp | 7 ++
lib/Target/ARM/ARMRegisterBankInfo.cpp | 2 +
.../ARM/GlobalISel/arm-instruction-select.mir | 70 ++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-isel-divmod.ll | 23 +++++++
.../CodeGen/ARM/GlobalISel/arm-legalize-divmod.mir | 76 ++++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 56 ++++++++++++++++
test/MC/AArch64/basic-a64-diagnostics.s | 12 ++++
9 files changed, 261 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-isel-divmod.ll
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalize-divmod.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 2088bd28882 2017-04-24 Richard Biener <rguenther(a)suse.de>
new 8c30a6a0e01 2017-04-24 Richard Biener <rguenther(a)suse.de>
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 | 8 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-15.c | 14 +++++++++++++
gcc/tree-ssa-sink.c | 31 +++++++++++++++++++++--------
4 files changed, 50 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-15.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 gcc.
from 084982e5847 Daily bump.
new 29bff6c0295 2017-04-24 Richard Biener <rguenther(a)suse.de>
new 2088bd28882 2017-04-24 Richard Biener <rguenther(a)suse.de>
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 | 15 ++++++++++++++
gcc/pass_manager.h | 3 ---
gcc/passes.c | 28 ++++++++++++++-------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wuninitialized-10.C | 14 ++++++++++++++
gcc/tree-ssa-uninit.c | 25 ++++++++++++++++++------
6 files changed, 68 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wuninitialized-10.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 b9c5aa7d0d6 [ARM] GlobalISel: Select G_CONSTANT with CImm operands
new 68724fc3530 [GlobalISel] Legalize G_(S|U)DIV libcalls
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/GlobalISel/LegalizerHelper.cpp | 42 +++++++++++++++++++++---------
1 file changed, 30 insertions(+), 12 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 0d479b00569 [XRay][tools] Fixup for pedantic and permissive errors/warnings
new b9c5aa7d0d6 [ARM] GlobalISel: Select G_CONSTANT with CImm operands
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/ARM/ARMInstructionSelector.cpp | 12 ++++++++++
.../ARM/GlobalISel/arm-instruction-select.mir | 27 +++++++++++++++++++---
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 8 +++++++
3 files changed, 44 insertions(+), 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 llvm.
from ae0fbfb1fbb [XRay] A tool for Comparing xray function call graphs
new 0d479b00569 [XRay][tools] Fixup for pedantic and permissive errors/warnings
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-xray/xray-graph-diff.h | 4 ++--
tools/llvm-xray/xray-graph.h | 2 +-
2 files changed, 3 insertions(+), 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 llvm.
from 6a61317c632 [APInt] Make behavior of ashr by BitWidth consistent betwee [...]
new ae0fbfb1fbb [XRay] A tool for Comparing xray function call graphs
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/tools/llvm-xray/X86/Inputs/graph-diff-A.yaml | 29 ++
test/tools/llvm-xray/X86/Inputs/graph-diff-B.yaml | 30 ++
.../llvm-xray/X86/Inputs/simple-instrmap.yaml | 4 +
test/tools/llvm-xray/X86/graph-diff-simple.txt | 238 ++++++++++
tools/llvm-xray/CMakeLists.txt | 1 +
tools/llvm-xray/xray-color-helper.cc | 34 +-
tools/llvm-xray/xray-color-helper.h | 12 +-
tools/llvm-xray/xray-graph-diff.cc | 484 +++++++++++++++++++++
tools/llvm-xray/xray-graph-diff.h | 74 ++++
tools/llvm-xray/xray-graph.cc | 196 ++++-----
tools/llvm-xray/xray-graph.h | 117 ++++-
11 files changed, 1087 insertions(+), 132 deletions(-)
create mode 100644 test/tools/llvm-xray/X86/Inputs/graph-diff-A.yaml
create mode 100644 test/tools/llvm-xray/X86/Inputs/graph-diff-B.yaml
create mode 100644 test/tools/llvm-xray/X86/graph-diff-simple.txt
create mode 100644 tools/llvm-xray/xray-graph-diff.cc
create mode 100644 tools/llvm-xray/xray-graph-diff.h
--
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 ccb223e38e3 Revert "Refactor DynamicLibrary so searching for a symbol w [...]
new 6a61317c632 [APInt] Make behavior of ashr by BitWidth consistent betwee [...]
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/APInt.cpp | 4 +++-
unittests/ADT/APIntTest.cpp | 2 +-
2 files changed, 4 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 compiler-rt.
from 1d5d795ba [builtins] Implement emulated TLS on Windows.
new c88db7d06 [scudo] Enabling MIPS support for Scudo
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:
cmake/config-ix.cmake | 2 +-
test/scudo/random_shuffle.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.