This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9c29185b4fe [Hexagon] Fold offset in base+immediate loads/stores
new fcf36ad098b [Hexagon] Silence unused variable warning in Release builds
new 6ee63824e6b [Hexagon] Incorrectly removing dead flag and adding kill flag
new 3b9d2408db6 [llvm-mca] Split the InstructionInfoView from the SummaryView.
new b5af7692c5d [Hexagon] Assume all extendable branches to be of size 8 in [...]
The 4 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/HexagonBranchRelaxation.cpp | 9 ++-
lib/Target/Hexagon/HexagonExpandCondsets.cpp | 7 ++-
lib/Target/Hexagon/HexagonOptAddrMode.cpp | 4 +-
tools/llvm-mca/CMakeLists.txt | 1 +
.../{SummaryView.cpp => InstructionInfoView.cpp} | 29 ++--------
tools/llvm-mca/InstructionInfoView.h | 66 ++++++++++++++++++++++
tools/llvm-mca/SummaryView.cpp | 60 ++------------------
tools/llvm-mca/SummaryView.h | 54 ++----------------
tools/llvm-mca/llvm-mca.cpp | 5 +-
9 files changed, 99 insertions(+), 136 deletions(-)
copy tools/llvm-mca/{SummaryView.cpp => InstructionInfoView.cpp} (69%)
create mode 100644 tools/llvm-mca/InstructionInfoView.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 clang.
from c269175006 [AMDGPU] Update OpenCL to use 48 bytes of implicit arguments [...]
new cbbdeee837 [AMDGPU] Fix codegen for inline assembly
new d92d858be2 [HWASan] Port HWASan to Linux x86-64 (clang)
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/Basic/Targets/AMDGPU.h | 13 +++
lib/CodeGen/CGStmt.cpp | 2 +-
lib/Driver/SanitizerArgs.cpp | 2 +-
lib/Driver/ToolChains/Linux.cpp | 2 +-
test/CodeGenOpenCL/inline-asm-amdgcn.cl | 8 ++
.../lib/linux/libclang_rt.hwasan-x86_64.a.syms | 0
test/Driver/fsanitize-blacklist.c | 2 +-
test/Driver/fsanitize.c | 15 ++-
test/Driver/sanitizer-ld.c | 116 ++++++++++++++-------
test/Sema/inline-asm-validate-amdgpu.cl | 5 +
10 files changed, 117 insertions(+), 48 deletions(-)
create mode 100644 test/CodeGenOpenCL/inline-asm-amdgcn.cl
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/linu [...]
--
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 5c164ff75ee [X86] Add itinerary to RCPSS*_Int and similar instructions.
new 9c29185b4fe [Hexagon] Fold offset in base+immediate loads/stores
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/HexagonOptAddrMode.cpp | 192 ++++++++++++++++++++++++++++--
test/CodeGen/Hexagon/addr-mode-opt.ll | 55 +++++++++
2 files changed, 238 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/Hexagon/addr-mode-opt.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 gcc.
from 5d79b75ef3a [arm] PR target/85026: Fix ldrsh length estimate in Thumb state
new 529fdbd1bc8 2018-03-23 Vladimir Makarov <vmakarov(a)redhat.com>
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/lra-constraints.c | 8 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr85030.c | 10 ++++++++++
4 files changed, 29 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr85030.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 aoliva/testme
in repository gcc.
discards 2905ddde98e [PR c++/84979] improve auto handling in explicit tmpl args [...]
new 664fb146112 [PR c++/84789] adjust testcase for -fconcepts
new 5308cc4c48e [PR c++/84979] improve auto handling in explicit tmpl args [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2905ddde98e)
\
N -- N -- N refs/heads/aoliva/testme (5308cc4c48e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/cp/pt.c | 25 ++++++++++++++++---------
gcc/testsuite/g++.dg/template/pr84789.C | 2 +-
2 files changed, 17 insertions(+), 10 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 9272c8addcb [AMDGPU] Update OpenCL to use 48 bytes of implicit argument [...]
new 668c5c9a6ac [X86] Add itineraries to ADD.*_DB instructions to match the [...]
new 5c164ff75ee [X86] Add itinerary to RCPSS*_Int and similar instructions.
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/X86/X86InstrCompiler.td | 31 ++++++++++++++++++++-----------
lib/Target/X86/X86InstrSSE.td | 4 ++--
2 files changed, 22 insertions(+), 13 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 7a0dadf7 [clangd] Remove 'static' from a function inside anonymous ns. NFC
new 2b68b1dc Fix misuse of llvm::YAML in clangd test.
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:
unittests/clangd/TraceTests.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 llvm.
from 2b4b7fe3620 [AMDGPU] Remove use of OpenCL triple environment and replac [...]
new 9272c8addcb [AMDGPU] Update OpenCL to use 48 bytes of implicit argument [...]
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:
docs/AMDGPUUsage.rst | 12 ++++++++----
test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 10 +++++-----
test/CodeGen/AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 4 ++--
3 files changed, 15 insertions(+), 11 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 b62adeec77 [AMDGPU] Remove use of OpenCL triple environment and replace [...]
new c269175006 [AMDGPU] Update OpenCL to use 48 bytes of implicit arguments [...]
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/TargetInfo.cpp | 2 +-
test/CodeGenOpenCL/amdgpu-attrs.cl | 50 +++++++++++++++++++-------------------
2 files changed, 26 insertions(+), 26 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 291158a341 Add --debug=plugin option to record plugin actions.
new b7fee5a326 Add psymbols for nested types
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 | 6 +++
gdb/dwarf2read.c | 3 +-
gdb/testsuite/ChangeLog | 8 ++++
.../subtypes-2.cc} | 17 +++----
.../subtypes.cc} | 27 ++++++++---
gdb/testsuite/gdb.cp/subtypes.exp | 52 ++++++++++++++++++++++
.../subtypes.h} | 37 +++++++++++----
7 files changed, 126 insertions(+), 24 deletions(-)
copy gdb/testsuite/{gdb.base/continue-after-aborted-step-over.c => gdb.cp/subtypes [...]
copy gdb/testsuite/{gdb.base/continue-after-aborted-step-over.c => gdb.cp/subtypes [...]
create mode 100644 gdb/testsuite/gdb.cp/subtypes.exp
copy gdb/testsuite/{gdb.base/continue-after-aborted-step-over.c => gdb.cp/subtypes [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.