This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 07ed18d26a Add elision tunables
new f778723496 Use long double not double for _Float64 with old GCC if valu [...]
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 | 18 ++++++++++++++++++
bits/floatn-common.h | 51 ++++++++++++++++++++++++++++++++++++++++++---------
2 files changed, 60 insertions(+), 9 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 9f563b480da [SafepointIRVerifier] Allow deriving pointers from unreloca [...]
new 96cfeb34745 [Orc] Add a SymbolStringPool data structure for efficient s [...]
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:
.../llvm/ExecutionEngine/Orc/SymbolStringPool.h | 133 +++++++++++++++++++++
unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 +
.../ExecutionEngine/Orc/SymbolStringPoolTest.cpp | 43 +++++++
3 files changed, 177 insertions(+)
create mode 100644 include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
create mode 100644 unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp
--
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 d4a0e8b57d Split tdesc_type into multiple classes
new 858c9d1324 Address review comments for the previous series
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/target-descriptions.c | 4 ++--
2 files changed, 10 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 llvm.
from 6ba130a4697 [X86][AVX512] Tag BLENDM instruction scheduler classes
new 555994d8cfd [AArch64] Do not abort if overflow check does not use EQ or NE.
new 9f563b480da [SafepointIRVerifier] Allow deriving pointers from unreloca [...]
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/IR/SafepointIRVerifier.cpp | 167 +++++++++++++++------
lib/Target/AArch64/AArch64ISelLowering.cpp | 5 +-
.../SafepointIRVerifier/use-derived-unrelocated.ll | 149 ++++++++++++++++++
3 files changed, 273 insertions(+), 48 deletions(-)
create mode 100644 test/SafepointIRVerifier/use-derived-unrelocated.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.
from 7e22759717 Use an even more precise triple to avoid errors on Darwin, w [...]
new 3b1d962466 Fix one more record-parsing-invocation.c test issue on Windows
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:
test/Index/record-parsing-invocation.c | 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 binutils-gdb.
from ed9376bd95 Redefine gdb_static_assert as static_assert
new 129c10bcb9 Make target_desc::properties an std::vector
new 40e2a9835f Make target_desc::compatible an std::vector
new 3eea796c5d Make target_desc::features an std::vector
new f65ff9f9a4 Make tdesc_feature::name an std::string
new c9c895b966 Make tdesc_feature::registers an std::vector
new a8142ee195 Make tdesc_reg string fields std::string
new 53c934e9fe Make tdesc_feature::types an std::vector
new 082b9140d9 Make tdesc_type::name an std::string
new d05200d155 Make tdesc_type::u::u::fields an std::vector
new f0cddbef41 Make tdesc_arch_data::arch_regs an std::vector
new d4a0e8b57d Split tdesc_type into multiple classes
The 11 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 | 178 ++++
gdb/arch/tdesc.h | 25 +-
gdb/features/aarch64-core.c | 36 +-
gdb/features/aarch64-fpu.c | 99 +-
gdb/features/arc-arcompact.c | 34 +-
gdb/features/arc-v2.c | 44 +-
gdb/features/arm/arm-with-iwmmxt.c | 27 +-
gdb/features/i386/32bit-avx512.c | 6 +-
gdb/features/i386/32bit-core.c | 40 +-
gdb/features/i386/32bit-mpx.c | 42 +-
gdb/features/i386/32bit-sse.c | 75 +-
gdb/features/i386/64bit-avx512.c | 49 +-
gdb/features/i386/64bit-core.c | 40 +-
gdb/features/i386/64bit-mpx.c | 42 +-
gdb/features/i386/64bit-sse.c | 75 +-
gdb/features/i386/x32-core.c | 40 +-
gdb/features/rs6000/powerpc-7400.c | 33 +-
gdb/features/rs6000/powerpc-altivec32.c | 33 +-
gdb/features/rs6000/powerpc-altivec32l.c | 33 +-
gdb/features/rs6000/powerpc-altivec64.c | 33 +-
gdb/features/rs6000/powerpc-altivec64l.c | 33 +-
gdb/features/rs6000/powerpc-cell32l.c | 33 +-
gdb/features/rs6000/powerpc-cell64l.c | 33 +-
gdb/features/rs6000/powerpc-isa205-altivec32l.c | 33 +-
gdb/features/rs6000/powerpc-isa205-altivec64l.c | 33 +-
gdb/features/rs6000/powerpc-isa205-vsx32l.c | 33 +-
gdb/features/rs6000/powerpc-isa205-vsx64l.c | 33 +-
gdb/features/rs6000/powerpc-vsx32.c | 33 +-
gdb/features/rs6000/powerpc-vsx32l.c | 33 +-
gdb/features/rs6000/powerpc-vsx64.c | 33 +-
gdb/features/rs6000/powerpc-vsx64l.c | 33 +-
gdb/features/s390-gs-linux64.c | 45 +-
gdb/features/s390-tevx-linux64.c | 45 +-
gdb/features/s390-vx-linux64.c | 45 +-
gdb/features/s390x-gs-linux64.c | 45 +-
gdb/features/s390x-tevx-linux64.c | 45 +-
gdb/features/s390x-vx-linux64.c | 45 +-
gdb/gdbserver/ChangeLog | 8 +
gdb/gdbserver/tdesc.c | 14 +-
gdb/target-descriptions.c | 1277 ++++++++++-------------
gdb/target-descriptions.h | 10 +-
gdb/xml-tdesc.c | 20 +-
42 files changed, 1508 insertions(+), 1438 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 8df79b8c01 Give this test a triple to avoid failures on MS bots.
new 7a80359d95 [analyzer] do not crash on cases where an array subscript is [...]
new 7e22759717 Use an even more precise triple to avoid errors on Darwin, w [...]
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:
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 6 ++--
lib/StaticAnalyzer/Core/ExprEngine.cpp | 35 +++++++++++++++-------
test/Analysis/{vector.c => vector.m} | 33 ++++++++++++++++++++
test/Modules/var-templates.cpp | 2 +-
4 files changed, 61 insertions(+), 15 deletions(-)
rename test/Analysis/{vector.c => vector.m} (58%)
--
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 798a7429f9 Remove some unused variables
new ed9376bd95 Redefine gdb_static_assert as static_assert
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 | 5 +++++
gdb/common/gdb_assert.h | 3 +--
2 files changed, 6 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 llvm.
from 60eb316ba4f [ModRefInfo] Initialize ArgMask to MRI_NoModRef.
new 6ba130a4697 [X86][AVX512] Tag BLENDM instruction scheduler classes
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 | 73 +++++++++++++++++++++++--------------
test/CodeGen/X86/avx512-schedule.ll | 4 +-
2 files changed, 47 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.