This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fbd12bb [AMDGPU] AMDGPUCodeGenPrepare: remove extra ';'
new 64cb991 [X86][SSE] Tidied up tests - use standard check prefixes
new a7de0c7 [AMDGPU] Assembler: support v_mac_f32 DPP and SDWA. Move getN [...]
new 5cbeeed Only track physical registers in LivePhysRegs
The 3 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/LivePhysRegs.cpp | 6 +-
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 1 -
lib/Target/AMDGPU/AMDGPUInstrInfo.h | 8 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 126 +++++++++++++++------
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 24 ++--
lib/Target/AMDGPU/SIDefines.h | 20 ++++
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 6 +
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 7 ++
lib/Target/AMDGPU/VOP2Instructions.td | 1 +
test/CodeGen/X86/promote-vec3.ll | 114 +++++++++----------
test/MC/AMDGPU/vop3.s | 20 +++-
test/MC/AMDGPU/vop_dpp.s | 13 ++-
test/MC/AMDGPU/vop_sdwa.s | 20 +++-
13 files changed, 245 insertions(+), 121 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 8b2bb5d [ValueTracking] Fix crash in GetPointerBaseWithConstantOffset()
new fbd12bb [AMDGPU] AMDGPUCodeGenPrepare: remove extra ';'
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/AMDGPU/AMDGPUCodeGenPrepare.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 gcc.
from 1941149 2016-10-07 Richard Biener <rguenther(a)suse.de>
new 5864d0f [simplify-rtx] Zero-initialise local array in simplify_immed_subreg
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 | 5 +++++
gcc/simplify-rtx.c | 4 +---
2 files changed, 6 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 674bd2c Remove spurious non-printable character from source file.
new 2d50d3f [AMDGPU] Promote uniform (i1, i16] operations to i32
new 8b2bb5d [ValueTracking] Fix crash in GetPointerBaseWithConstantOffset()
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/Analysis/ValueTracking.cpp | 19 +-
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 198 ++--
.../get-pointer-base-with-const-off.ll | 26 +
.../AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll | 1038 ++++++++++++++++++++
test/CodeGen/AMDGPU/ctlz.ll | 20 +-
test/CodeGen/AMDGPU/ctlz_zero_undef.ll | 11 +-
test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 14 +-
test/CodeGen/AMDGPU/mul_uint24-amdgcn.ll | 13 +-
test/CodeGen/AMDGPU/trunc-cmp-constant.ll | 11 +-
test/Transforms/GVN/addrspace-cast.ll | 21 -
10 files changed, 1223 insertions(+), 148 deletions(-)
create mode 100644 test/Analysis/ValueTracking/get-pointer-base-with-const-off.ll
delete mode 100644 test/Transforms/GVN/addrspace-cast.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 master
in repository lld.
from 0fdd86a [ELF] - Check that section alignment is a power of 2.
new 52ca0df Add () for clarity. 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:
ELF/InputSection.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 clang.
from e83b8da Wdocumentation fix
new c32c5df [analyzer] Don't merge different return nodes in ExplodedGraph
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/Analysis/ProgramPoint.h | 4 ++--
.../StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 5 +++--
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 3 ++-
.../StaticAnalyzer/Core/PathSensitive/SubEngine.h | 3 ++-
lib/StaticAnalyzer/Core/CoreEngine.cpp | 22 +++++++++++++++++-----
lib/StaticAnalyzer/Core/ExprEngine.cpp | 5 +++--
test/Analysis/inlining/InlineObjCClassMethod.m | 4 ++--
test/Analysis/unreachable-code-path.c | 12 ++++++++++++
8 files changed, 43 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 clang-tools-extra.
from 12a5120 [clang-move] Simplify lint tests
new 17d94f6 Revert "[clang-move] Support moving multiple classes in one run."
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:
clang-move/ClangMove.cpp | 22 +++-------
clang-move/ClangMove.h | 5 +--
clang-move/tool/ClangMoveMain.cpp | 8 ++--
test/clang-move/Inputs/database_template.json | 7 ++++
test/clang-move/Inputs/multiple_class_test.cpp | 27 ------------
test/clang-move/Inputs/multiple_class_test.h | 30 --------------
test/clang-move/move-class.cpp | 7 ++--
test/clang-move/move-multiple-classes.cpp | 57 --------------------------
unittests/clang-move/ClangMoveTests.cpp | 8 ++--
9 files changed, 25 insertions(+), 146 deletions(-)
create mode 100644 test/clang-move/Inputs/database_template.json
delete mode 100644 test/clang-move/Inputs/multiple_class_test.cpp
delete mode 100644 test/clang-move/Inputs/multiple_class_test.h
delete mode 100644 test/clang-move/move-multiple-classes.cpp
--
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 c3339a5 [ARM] Reapply: Use __rt_div functions for divrem on Windows
new e3eba57 [ARM]: add missing switch case for cortex-r52
new 674bd2c Remove spurious non-printable character from source file.
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/ADT/DepthFirstIterator.h | 2 +-
lib/Target/ARM/ARMSubtarget.cpp | 1 +
2 files changed, 2 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 gcc.
from dc5b5d2 * gimplify.c (should_warn_for_implicit_fallthrough): Check f [...]
new 1941149 2016-10-07 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 | 20 ++++++++++++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/tree-ssa/vrp01.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp34.c | 4 ++--
gcc/tree-ssa-ccp.c | 20 +++++++++++-----
gcc/tree-ssa-propagate.c | 45 ++++++++++++++---------------------
gcc/tree-vrp.c | 11 +++++++--
7 files changed, 69 insertions(+), 38 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 a297939 [ARM]: Add Cortex-R52 target to LLVM
new c3339a5 [ARM] Reapply: Use __rt_div functions for divrem on Windows
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/ARMISelLowering.cpp | 66 ++++++++++++++++++++++++++------------
test/CodeGen/ARM/Windows/dbzchk.ll | 2 +-
test/CodeGen/ARM/divmod-eabi.ll | 56 +++++++++++++-------------------
3 files changed, 68 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.