This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 72fef330581 * tree.c (find_decls_types_r): Walk also TYPE_NEXT_PTR_TO [...]
new dce9669ae84 * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not wa [...]
new fcf59b7337a 2018-08-30 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 | 14 ++++++++++++
gcc/lto-streamer-out.c | 3 +--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr87147.c | 22 +++++++++++++++++++
gcc/tree-ssa-sccvn.c | 39 ++++++++++++++++++++++++++++------
5 files changed, 74 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87147.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-tools-extra.
from 6d9e9a9b [clangd] Implement iterator cost
new dd0396c0 [clangd] Fix tests after rL341057
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/DexIndexTests.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 glibc.
from 3bad2358d6 Test stdlib/test-bz22786 exits now with unsupported if mallo [...]
new 2bda273aa3 reallocarray: Declare under _DEFAULT_SOURCE
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:
ChangeLog | 4 ++++
NEWS | 3 +++
stdlib/stdlib.h | 2 +-
3 files changed, 8 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 ade2db41a71 Limit movmem copies to TImode on AArch64
new 549d33da392 Fix __gnu_cxx::_Pointer_adapter for long long arithmetic
new a6d72712619 Fix undefined references seen with mingw-w64
new 72fef330581 * tree.c (find_decls_types_r): Walk also TYPE_NEXT_PTR_TO [...]
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:
gcc/ChangeLog | 14 ++++++++++++++
gcc/tree.c | 11 ++++++++---
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/config/abi/pre/gnu.ver | 5 +++++
libstdc++-v3/include/ext/pointer.h | 4 ++++
libstdc++-v3/testsuite/ext/ext_pointer/1.cc | 14 ++++++++++++++
6 files changed, 54 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 zorg.
from eb732af lldb-cmake: do verbose ninja builds
new 936a4d0 Disable sanitizers on clang-cmake-armv8-lld
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:
buildbot/osuosl/master/config/builders.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 e7278ca56d2 [llvm-mca] correctly initialize field 'CycleRetired' in the [...]
new 8f4233c3859 [AArch64] Optimise load(adr address) to ldr address
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/AArch64/AArch64InstrFormats.td | 6 +-
lib/Target/AArch64/AArch64InstrInfo.td | 35 ++++++--
test/CodeGen/AArch64/code-model-tiny-abs.ll | 6 +-
test/CodeGen/AArch64/fpimm.ll | 10 +--
test/CodeGen/AArch64/ldradr.ll | 132 ++++++++++++++++++++++++++++
test/CodeGen/AArch64/literal_pools_float.ll | 6 +-
test/CodeGen/AArch64/tiny_model.ll | 15 ++--
7 files changed, 177 insertions(+), 33 deletions(-)
create mode 100644 test/CodeGen/AArch64/ldradr.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 clang-tools-extra.
from dcd3d67b [clang-tidy] fix check_clang_tidy to forbid mixing of CHECK-N [...]
new 6d9e9a9b [clangd] Implement iterator cost
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:
clangd/index/dex/Iterator.cpp | 38 +++++++++++++++++++++++++++++++++++---
clangd/index/dex/Iterator.h | 2 ++
unittests/clangd/DexIndexTests.cpp | 4 ++--
3 files changed, 39 insertions(+), 5 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 f0c09e5b1e0 [llvm-mca] Report the number of dispatched micro opcodes in [...]
new e7278ca56d2 [llvm-mca] correctly initialize field 'CycleRetired' in the [...]
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-mca/Views/TimelineView.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 ae25728c085 [NFC] Whitespace fix
new f0c09e5b1e0 [llvm-mca] Report the number of dispatched micro opcodes in [...]
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/CommandGuide/llvm-mca.rst | 11 ++--
test/tools/llvm-mca/X86/BtVer2/register-files-1.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/register-files-2.s | 4 +-
test/tools/llvm-mca/X86/BtVer2/register-files-3.s | 6 +-
test/tools/llvm-mca/X86/BtVer2/register-files-4.s | 6 +-
test/tools/llvm-mca/X86/BtVer2/register-files-5.s | 6 +-
test/tools/llvm-mca/X86/Haswell/cmpxchg16b.s | 76 +++++++++++++++++++++++
test/tools/llvm-mca/X86/option-all-stats-1.s | 4 +-
test/tools/llvm-mca/X86/option-all-stats-2.s | 4 +-
test/tools/llvm-mca/X86/option-all-views-1.s | 4 +-
test/tools/llvm-mca/X86/option-all-views-2.s | 4 +-
tools/llvm-mca/Views/DispatchStatistics.cpp | 57 ++++++++++-------
tools/llvm-mca/Views/DispatchStatistics.h | 2 +-
tools/llvm-mca/Views/SummaryView.cpp | 10 ++-
tools/llvm-mca/Views/TimelineView.cpp | 26 +++++---
tools/llvm-mca/Views/TimelineView.h | 2 +-
tools/llvm-mca/include/HWEventListener.h | 15 ++++-
tools/llvm-mca/include/Stages/DispatchStage.h | 6 +-
tools/llvm-mca/lib/Stages/DispatchStage.cpp | 24 +++++--
19 files changed, 198 insertions(+), 71 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/Haswell/cmpxchg16b.s
--
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 3e54ac3b7f3 Fix "Q" and "R" inline assembly template modifiers for big- [...]
new 4749d41121e [RISCV] Fix r341050
new ae25728c085 [NFC] Whitespace fix
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/Analysis/InstructionPrecedenceTracking.h | 2 +-
test/MC/RISCV/rvi-aliases-valid.s | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.