This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 92c5c9e [Hexagon] Rename operand/predicate names for unshifted integers
new e7291ef [InstCombine] Fold nuw left-shifts in `ugt`/`ule` comparisons.
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/InstCombine/InstCombineCompares.cpp | 17 +++++++++
test/Transforms/InstCombine/icmp-shl-nuw.ll | 41 ++++++++++++++--------
2 files changed, 44 insertions(+), 14 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 287bdc4 BranchRelaxation: Expand unconditional branches first
new 92c5c9e [Hexagon] Rename operand/predicate names for unshifted integers
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/Hexagon/AsmParser/HexagonAsmParser.cpp | 142 ++++-----
.../Hexagon/Disassembler/HexagonDisassembler.cpp | 16 +-
lib/Target/Hexagon/HexagonInstrAlias.td | 54 ++--
lib/Target/Hexagon/HexagonInstrInfo.td | 262 ++++++++--------
lib/Target/Hexagon/HexagonInstrInfoV4.td | 346 ++++++++++-----------
lib/Target/Hexagon/HexagonInstrInfoV5.td | 20 +-
lib/Target/Hexagon/HexagonInstrInfoV60.td | 26 +-
lib/Target/Hexagon/HexagonInstrInfoVector.td | 38 +--
lib/Target/Hexagon/HexagonIntrinsics.td | 40 +--
lib/Target/Hexagon/HexagonIntrinsicsV4.td | 18 +-
lib/Target/Hexagon/HexagonIsetDx.td | 14 +-
lib/Target/Hexagon/HexagonOperands.td | 194 +++++-------
lib/Target/Hexagon/HexagonSystemInst.td | 2 +-
13 files changed, 567 insertions(+), 605 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 lldb.
from 5344690 change ProcessAttach test to no-debug-info
new cad9884 Implement a general type scavenger that can dig types from 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:
include/lldb/Target/Language.h | 38 +++++++++++
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 79 +++-------------------
source/Target/Language.cpp | 33 +++++++++
3 files changed, 81 insertions(+), 69 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 gcc.
from 8613f7e PR target/78166 * config/pa/pa.md: Add new shift/add patter [...]
new dcc1dde * dwarf2out.c (add_name_and_src_coords_attributes): Add NO_L [...]
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 | 11 ++++++
gcc/cp/ChangeLog | 4 ++
gcc/cp/cp-objcp-common.c | 10 +++++
gcc/dwarf2out.c | 50 +++++++++++++++++++++---
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/g++.dg/debug/dwarf2/inline-var-1.C | 27 +++++++++++++
6 files changed, 101 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/inline-var-1.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 clang.
from 63cbcda [OpenCL] Override supported OpenCL extensions with -cl-ext option
new d0d9036 [OpenCL] Mark group functions as convergent in opencl-c.h
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/Basic/Attr.td | 6 +
include/clang/Basic/AttrDocs.td | 27 ++++
lib/CodeGen/CGCall.cpp | 2 +
lib/Headers/opencl-c.h | 335 ++++++++++++++++++++-------------------
lib/Sema/SemaDeclAttr.cpp | 3 +
test/CodeGenOpenCL/convergent.cl | 118 ++++++++++++++
test/SemaOpenCL/convergent.cl | 12 ++
7 files changed, 336 insertions(+), 167 deletions(-)
create mode 100644 test/CodeGenOpenCL/convergent.cl
create mode 100644 test/SemaOpenCL/convergent.cl
--
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 lldb.
from a8a4d06 Fix RHEL 6 build with missing cerrno and some other Include W [...]
new 5344690 change ProcessAttach test to no-debug-info
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:
.../lldbsuite/test/functionalities/process_attach/TestProcessAttach.py | 2 ++
1 file changed, 2 insertions(+)
--
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 cb06b58 [InstCombine] clean up adjustMinMax(); NFCI
new 287bdc4 BranchRelaxation: Expand unconditional branches first
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/BranchRelaxation.cpp | 37 ++++++++++++++++++++++---------------
1 file changed, 22 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 23ee79f [clang-tidy] Add check readability-redundant-declaration
new 82a4f2e [Clang-tidy] Fix copy-paste error in misc-redundant-expressio [...]
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-tidy/misc/RedundantExpressionCheck.cpp | 17 +++++++++++++++--
1 file changed, 15 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 lld.
from 1d3cc9e Don't store an OutputLoc in every InputSection.
new 15506e3 Implement R_PPC_REL24 and R_PPC_REL32 relocations.
new 4b01db7 Implement R_PPC_ADDR32.
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:
ELF/Target.cpp | 16 +++++++++++++++-
test/ELF/ppc-relocs.s | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.