This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1019ee83151 PR other/85622 * gcc_release: For -f, verify contrib/genn [...]
new eb259a42d85 Define std::remove_cvref and std::remove_cvref_t for C++2a
new e6303a09117 Use std::invoke_result in std::async instead of std::result_of
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:
libstdc++-v3/ChangeLog | 12 ++++++++++++
libstdc++-v3/include/std/any | 6 +++---
libstdc++-v3/include/std/future | 4 ++--
libstdc++-v3/include/std/tuple | 3 +--
libstdc++-v3/include/std/type_traits | 25 +++++++++++++++++++------
libstdc++-v3/include/std/variant | 2 +-
6 files changed, 38 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 binutils-gdb.
from 7c8be091a2 Automatic date update in version.in
new bd732259bd Fix s390 GNU/Linux build
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 | 8 ++++++++
gdb/s390-linux-nat.c | 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 3d40bc6 jenkins.sh: Add --send-results-to option.
new c873007 tcwg-update-snapshots_ref: Move code from .yaml file.
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:
tcwg-update-snapshots_ref.sh | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100755 tcwg-update-snapshots_ref.sh
--
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 d0aaa150ffc [X86][AVX512] VPAVG instructions should be tagged as SchedW [...]
new 9648b463253 Rename invariant.group.barrier to launder.invariant.group
new 4d0342f0d93 perform DSE through launder.invariant.group
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:
docs/LangRef.rst | 17 ++++----
docs/ReleaseNotes.rst | 2 +
include/llvm/IR/IRBuilder.h | 24 +++++------
include/llvm/IR/Intrinsics.td | 6 +--
include/llvm/IR/Value.h | 9 ++--
lib/Analysis/BasicAliasAnalysis.cpp | 12 +++---
lib/Analysis/MemorySSA.cpp | 3 --
lib/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +-
lib/IR/AutoUpgrade.cpp | 11 +++++
lib/IR/Value.cpp | 14 +++----
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 4 +-
lib/Transforms/Scalar/DeadStoreElimination.cpp | 10 ++---
test/Analysis/MemorySSA/invariant-groups.ll | 48 +++++++++++-----------
test/Bitcode/upgrade-invariant-group-barrier.ll | 22 ++++++++++
.../AArch64/GlobalISel/unknown-intrinsic.ll | 6 +--
.../AMDGPU/promote-alloca-invariant-markers.ll | 4 +-
test/CodeGen/Generic/intrinsics.ll | 4 +-
test/Other/Inputs/invariant.group.barrier.ll | 15 -------
...group.barrier.ll => launder.invariant.group.ll} | 43 +++++++++++--------
test/Transforms/CodeGenPrepare/invariant.group.ll | 6 +--
.../launder.invariant.group.ll | 30 ++++++++++++++
test/Transforms/GVN/invariant.group.ll | 8 ++--
.../GlobalOpt/invariant.group.barrier.ll | 8 ++--
test/Transforms/NewGVN/invariant.group.ll | 9 ++--
26 files changed, 189 insertions(+), 132 deletions(-)
create mode 100644 test/Bitcode/upgrade-invariant-group-barrier.ll
delete mode 100644 test/Other/Inputs/invariant.group.barrier.ll
rename test/Other/{invariant.group.barrier.ll => launder.invariant.group.ll} (59%)
create mode 100644 test/Transforms/DeadStoreElimination/launder.invariant.group.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 lldb.
from d3383e272 [NSDictionary] Simplify the formatter. NFCI.
new 172a0a447 lldb-test symbols: Add ability to do name-based lookup
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/Symbol/VariableList.h | 1 +
lit/CMakeLists.txt | 28 ++-
lit/SymbolFile/DWARF/find-basic-function.cpp | 67 ++++++
lit/SymbolFile/DWARF/find-basic-namespace.cpp | 29 +++
lit/SymbolFile/DWARF/find-basic-type.cpp | 38 ++++
lit/SymbolFile/DWARF/find-basic-variable.cpp | 55 +++++
lit/SymbolFile/DWARF/find-type-in-function.cpp | 24 +++
lit/SymbolFile/DWARF/lit.local.cfg | 1 +
lit/lit.cfg | 2 +
lit/lit.site.cfg.in | 1 +
tools/lldb-test/lldb-test.cpp | 277 +++++++++++++++++++++++--
11 files changed, 491 insertions(+), 32 deletions(-)
create mode 100644 lit/SymbolFile/DWARF/find-basic-function.cpp
create mode 100644 lit/SymbolFile/DWARF/find-basic-namespace.cpp
create mode 100644 lit/SymbolFile/DWARF/find-basic-type.cpp
create mode 100644 lit/SymbolFile/DWARF/find-basic-variable.cpp
create mode 100644 lit/SymbolFile/DWARF/find-type-in-function.cpp
create mode 100644 lit/SymbolFile/DWARF/lit.local.cfg
--
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 b23b1c69b8 Enable -fsanitize=function on FreeBSD.
new 25c97e35c2 Rename invariant.group.barrier to launder.invariant.group
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/CGClass.cpp | 8 ++--
lib/CodeGen/CGExpr.cpp | 2 +-
lib/CodeGen/CGExprCXX.cpp | 4 +-
test/CodeGenCXX/invariant.group-for-vptrs.cpp | 2 +-
test/CodeGenCXX/strict-vtable-pointers.cpp | 58 +++++++++++++--------------
5 files changed, 37 insertions(+), 37 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 4c3bf0a0727 [X86] Split WriteVecIMul/WriteVecPMULLD/WriteMPSAD/WritePSA [...]
new d0aaa150ffc [X86][AVX512] VPAVG instructions should be tagged as SchedW [...]
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/X86/X86InstrAVX512.td | 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 aa8d271482a [X86] Update MMX instructions to be tagged with X86SchedWri [...]
new 4c3bf0a0727 [X86] Split WriteVecIMul/WriteVecPMULLD/WriteMPSAD/WritePSA [...]
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/X86/X86InstrAVX512.td | 2 +-
lib/Target/X86/X86SchedBroadwell.td | 37 +++-------
lib/Target/X86/X86SchedHaswell.td | 56 ++++++--------
lib/Target/X86/X86SchedSandyBridge.td | 27 ++-----
lib/Target/X86/X86SchedSkylakeClient.td | 57 ++++----------
lib/Target/X86/X86SchedSkylakeServer.td | 127 +++-----------------------------
lib/Target/X86/X86Schedule.td | 18 +++--
lib/Target/X86/X86ScheduleAtom.td | 4 +
lib/Target/X86/X86ScheduleBtVer2.td | 4 +
lib/Target/X86/X86ScheduleSLM.td | 6 +-
lib/Target/X86/X86ScheduleZnver1.td | 17 ++---
test/CodeGen/X86/3dnow-schedule.ll | 4 +-
test/CodeGen/X86/avx2-schedule.ll | 22 +++---
test/CodeGen/X86/sha-schedule.ll | 42 +++++------
test/CodeGen/X86/xop-schedule.ll | 12 +--
15 files changed, 134 insertions(+), 301 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 db75571ff Update Error Message
new 0f8276e30 [CMake] Fix BUILD_SHARED_LIBS regression due to r331405
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/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 202aafe6217 2018-05-03 Richard Biener <rguenther(a)suse.de>
new 1019ee83151 PR other/85622 * gcc_release: For -f, verify contrib/genn [...]
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:
maintainer-scripts/ChangeLog | 7 +++++++
maintainer-scripts/gcc_release | 32 +++++++++++++++++++++++++++++++-
2 files changed, 38 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.