This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 59d71591d [scudo] Disabling the interface test on armhf
new f6d0ce49a [profile] Port the runtime to Solaris
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:
cmake/config-ix.cmake | 2 +-
lib/profile/CMakeLists.txt | 14 +++++++
lib/profile/GCDAProfiling.c | 16 +++-----
lib/profile/InstrProfiling.c | 6 ++-
lib/profile/InstrProfilingFile.c | 10 ++---
lib/profile/InstrProfilingInternal.h | 3 +-
lib/profile/InstrProfilingPlatformLinux.c | 6 ++-
lib/profile/InstrProfilingPlatformOther.c | 7 ++--
lib/profile/InstrProfilingPort.h | 14 +++++--
lib/profile/InstrProfilingUtil.c | 66 ++++++++++++++++++++++++-------
lib/profile/InstrProfilingUtil.h | 3 ++
lib/profile/InstrProfilingValue.c | 8 ++--
lib/profile/InstrProfilingWriter.c | 5 ++-
lib/profile/WindowsMMap.c | 3 +-
test/profile/lit.cfg | 2 +-
15 files changed, 116 insertions(+), 49 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 cc1c188e61d Fix error due to missing includes.
new 7c66ebefee4 [Hexagon] Remove vectors of i64 from valid HVX types
new f74c3ebbfb4 [X86] Don't zero the upper bits of the k-register before ex [...]
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/Hexagon/HexagonISelLowering.cpp | 59 +-
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 4 +-
lib/Target/Hexagon/HexagonIntrinsicsV60.td | 12 -
lib/Target/Hexagon/HexagonPatterns.td | 8 -
lib/Target/Hexagon/HexagonRegisterInfo.td | 10 +-
lib/Target/X86/X86ISelLowering.cpp | 9 +-
test/CodeGen/X86/avx512-insert-extract.ll | 26 +-
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 42 +-
test/CodeGen/X86/avx512-mask-op.ll | 60 +-
test/CodeGen/X86/avx512-schedule.ll | 30 +-
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 8 +-
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 7908 +++++++++--------------
test/CodeGen/X86/masked_gather_scatter.ll | 132 +-
test/CodeGen/X86/pr33349.ll | 16 +-
14 files changed, 3077 insertions(+), 5247 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 b8bf7c13bf1 Patch for middle-end/PR79538 missing -Wformat-overflow with [...]
new f59d67f6abf 2017-12-14 Steve Ellcey <sellcey(a)cavium.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:
libatomic/ChangeLog | 13 ++++++++
libatomic/Makefile.am | 2 +-
libatomic/Makefile.in | 4 ++-
libatomic/aclocal.m4 | 1 +
libatomic/configure | 67 +++++++++++++++++++++++++++++++++++++++--
libatomic/configure.ac | 6 ++++
libatomic/configure.tgt | 4 ++-
libatomic/testsuite/Makefile.in | 2 ++
8 files changed, 94 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 6b1df4d6a74 [COFF] Teach LLD to use the COFF .debug$H section.
new cc1c188e61d Fix error due to missing includes.
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/llvm/DebugInfo/CodeView/TypeHashing.h | 2 ++
include/llvm/ObjectYAML/WasmYAML.h | 6 +++---
2 files changed, 5 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 clang.
from 8ea73c59c0 [OPENMP] Add codegen for target data constructs with `nowait [...]
new a66f080af7 In an ARC lambda-to-block conversion thunk, reclaim the retu [...]
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 | 7 +++++--
test/CodeGenObjCXX/arc-forwarded-lambda-call.mm | 23 +++++++++++++++++++++++
2 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGenObjCXX/arc-forwarded-lambda-call.mm
--
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 9ad242e7fab [X86][AVX][AVX2]: Adding full coverage of MC encoding for t [...]
new c04e9d0dbfc [ARM] Fix isRenamable flag setting on expanded VSTMDIA opcode.
new 6b1df4d6a74 [COFF] Teach LLD to use the COFF .debug$H section.
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/DebugInfo/CodeView/TypeHashing.h | 28 ++++-
include/llvm/DebugInfo/CodeView/TypeStreamMerger.h | 18 +++
include/llvm/Object/COFF.h | 6 +
lib/DebugInfo/CodeView/TypeHashing.cpp | 2 +-
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 127 +++++++++++++++++++--
lib/Target/ARM/ARMExpandPseudoInsts.cpp | 4 +-
test/CodeGen/ARM/load_store_multiple.ll | 4 +-
7 files changed, 172 insertions(+), 17 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 085368972 [COFF] Error out if 20 bit thumb branches are out of range
new 07eb9327e [COFF] Teach LLD to use the COFF .debug$H section.
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:
COFF/Config.h | 1 +
COFF/Driver.cpp | 4 +-
COFF/Options.td | 1 +
COFF/PDB.cpp | 133 +++++--
test/COFF/Inputs/pdb-hashes-1.yaml | 540 +++++++++++++++++++++++++++++
test/COFF/Inputs/pdb-hashes-2-missing.yaml | 321 +++++++++++++++++
test/COFF/Inputs/pdb-hashes-2.yaml | 355 +++++++++++++++++++
test/COFF/pdb-global-hashes.test | 93 +++++
8 files changed, 1425 insertions(+), 23 deletions(-)
create mode 100644 test/COFF/Inputs/pdb-hashes-1.yaml
create mode 100644 test/COFF/Inputs/pdb-hashes-2-missing.yaml
create mode 100644 test/COFF/Inputs/pdb-hashes-2.yaml
create mode 100644 test/COFF/pdb-global-hashes.test
--
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.
from 7804f8ce928 [SFN] start rtl block with label, then markers
new 78abc3e1e75 SFN: don't drop markers for skipping var-tracking
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/testsuite/gcc.dg/pr83422.c | 9 +++++++++
gcc/var-tracking.c | 9 ++-------
2 files changed, 11 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83422.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 gcc.
from e4b0fa23333 * gcc-interface/Makefile.in: Generalize support for symbol [...]
new b8bf7c13bf1 Patch for middle-end/PR79538 missing -Wformat-overflow with [...]
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/c-family/ChangeLog | 7 ++++++
gcc/c-family/c-cppbuiltin.c | 10 ++++-----
gcc/fortran/ChangeLog | 9 ++++++++
gcc/fortran/class.c | 49 ++++++++++++++++++++++++------------------
gcc/gimple-fold.c | 13 +++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr79538.c | 22 +++++++++++++++++++
8 files changed, 95 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr79538.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 gcc-7-branch
in repository gcc.
from 0e2e7e374ff PR libstdc++/83427 detect weak result type from noexcept functions
new 483f176c00a gcc/ Backport from mainline 2017-10-02 Peter Bergner <b [...]
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 | 17 +++
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 144 ++++++++-------------
gcc/testsuite/ChangeLog | 8 ++
.../gcc.target/powerpc/{pr80210.c => pr80210-2.c} | 3 +-
5 files changed, 84 insertions(+), 89 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{pr80210.c => pr80210-2.c} (79%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.