This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8544cc867df Add an option to specify the name of an function whose CFG [...]
new 4f30db4325f [windows] Don't inline fieldFromInstruction 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:
utils/TableGen/FixedLenDecoderEmitter.cpp | 8 +++++++-
1 file changed, 7 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 3a491e8287a * cp-tree.h (enum cp_tree_index): Add CPTI_{ABI_TAG,ALIGN [...]
new 93dca43088d Add missing header for std::max_align_t
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:
libstdc++-v3/ChangeLog | 2 ++
libstdc++-v3/include/experimental/memory_resource | 3 ++-
2 files changed, 4 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 llvm.
from d1f49bb39a2 Fix corruption of result number in LegalizeVectorOps.cpp
new 8544cc867df Add an option to specify the name of an function whose CFG [...]
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/Analysis/CFGPrinter.cpp | 11 +++++++++++
1 file changed, 11 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 clang.
from 3334e9178a [OPENMP] Fix PR38256: Fix locations of the artificial condit [...]
new 9280a04746 [OPENMP] Exclude service expressions/statements from the lis [...]
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/clang/AST/StmtOpenMP.h | 4 +++-
test/OpenMP/dump.cpp | 10 +++++-----
2 files changed, 8 insertions(+), 6 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 07e41a65933 Fix llvm::ComputeNumSignBits with some operations and llvm.assume
new a31192b5376 [AMDGPU] Use AssumptionCacheTracker in the divrem32 expansion
new d1f49bb39a2 Fix corruption of result number in LegalizeVectorOps.cpp
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/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 34 ++++++++++-------
test/CodeGen/AMDGPU/divrem24-assume.ll | 43 ++++++++++++++++++++++
.../X86/vector-constrained-fp-intrinsics.ll | 28 +++++++-------
4 files changed, 80 insertions(+), 28 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/divrem24-assume.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 libcxxabi.
from fb81b4c Fix dangling reference in test
new 338d62e [CMake] Use LIBCXXABI_LIBDIR_SUFFIX in libc++abi 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:
CMakeLists.txt | 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 gcc.
from 7a598c011c3 [ARC] Update default optimizations for size.
new da20e9b03b7 PR c++/85515 * cp-tree.h (enum cp_tree_index): Add CPTI_ [...]
new 3a491e8287a * cp-tree.h (enum cp_tree_index): Add CPTI_{ABI_TAG,ALIGN [...]
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/ChangeLog | 46 ++++++++++++++++++++++++++++++++
gcc/cp/class.c | 6 ++---
gcc/cp/cp-tree.h | 36 +++++++++++++++++++++++++
gcc/cp/decl.c | 31 ++++++++++++++++-----
gcc/cp/lambda.c | 3 +--
gcc/cp/parser.c | 28 +++++++++----------
gcc/cp/semantics.c | 28 +++++++++++++++++++
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/g++.dg/cpp0x/range-for36.C | 32 ++++++++++++++++++++++
gcc/testsuite/g++.dg/pr85515-2.C | 3 +--
10 files changed, 189 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for36.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 llvm.
from a9364fc1850 [Hexagon] Properly scale bit index when extracting elements [...]
new a70431e931a Revert "dwarfgen: Add support for generating the debug_str_ [...]
new 07e41a65933 Fix llvm::ComputeNumSignBits with some operations and llvm.assume
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/Analysis/ValueTracking.cpp | 14 +--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 10 +-
lib/CodeGen/AsmPrinter/DwarfFile.cpp | 20 ++++
lib/CodeGen/AsmPrinter/DwarfFile.h | 3 +
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp | 22 -----
lib/CodeGen/AsmPrinter/DwarfStringPool.h | 4 -
.../ValueTracking/numsignbits-from-assume.ll | 109 +++++++++++++++++++++
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 50 +---------
unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 32 +-----
unittests/DebugInfo/DWARF/DwarfGenerator.h | 11 ---
10 files changed, 148 insertions(+), 127 deletions(-)
create mode 100644 test/Analysis/ValueTracking/numsignbits-from-assume.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 llvm.
from 030afdf934a dwarfgen: Add support for generating the debug_str_offsets [...]
new a9364fc1850 [Hexagon] Properly scale bit index when extracting elements [...]
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/HexagonISelLowering.cpp | 4 +++-
test/CodeGen/Hexagon/vect/extract-elt-vNi1.ll | 18 ++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Hexagon/vect/extract-elt-vNi1.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 glibc.
from 9faaf93850 Fix C11 conformance issues
new 08ac6bed14 x86/CET: Add a setcontext test for CET
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 | 7 ++++
sysdeps/unix/sysv/linux/x86/Makefile | 7 ++++
.../unix/sysv/linux/x86/tst-cet-setcontext-1.c | 49 +++++++++++++++++++++-
3 files changed, 61 insertions(+), 2 deletions(-)
copy stdlib/tst-setcontext8.c => sysdeps/unix/sysv/linux/x86/tst-cet-setcontext-1.c (57%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.