This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1b57b3d686d [InstCombine] Do not fold scalar ops over select with vecto [...]
new 55883c94395 Hot cold splitting pass
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/InitializePasses.h | 1 +
include/llvm/Transforms/IPO.h | 5 +
lib/Transforms/IPO/CMakeLists.txt | 1 +
lib/Transforms/IPO/HotColdSplitting.cpp | 370 +++++++++++++++++++++++++++
lib/Transforms/IPO/IPO.cpp | 1 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 7 +
test/Transforms/HotColdSplit/split-cold-1.ll | 34 +++
7 files changed, 419 insertions(+)
create mode 100644 lib/Transforms/IPO/HotColdSplitting.cpp
create mode 100644 test/Transforms/HotColdSplit/split-cold-1.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 96b8b58101 [CodeComplete] Clearly distinguish signature help and code c [...]
new 3335111af9 Revert "[OPENMP][NVPTX] Disable runtime-type info for CUDA d [...]
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/Frontend/CompilerInvocation.cpp | 5 ---
test/OpenMP/nvptx_target_rtti_messages.cpp | 68 ------------------------------
2 files changed, 73 deletions(-)
delete mode 100644 test/OpenMP/nvptx_target_rtti_messages.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 release_70
in repository clang.
from f3e3e0682c ReleaseNotes: libc++ _LIBCPP_HIDE_FROM_ABI_PER_TU
new d1a0419866 ReleaseNotes: tidy up for the release
new 658c2f1c72 Regenerate DiagnosticsReference.rst
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/DiagnosticsReference.rst | 1526 ++++++++++++++++++++++++++---------------
docs/ReleaseNotes.rst | 183 ++---
2 files changed, 1007 insertions(+), 702 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 66586cc1b53 [DebugInfo] Handle stack slot offsets for spilled sub-regis [...]
new 1b57b3d686d [InstCombine] Do not fold scalar ops over select with vecto [...]
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/Transforms/InstCombine/InstCombineSelect.cpp | 8 ++++++++
test/Transforms/InstCombine/select-gep.ll | 14 ++++++++++++++
2 files changed, 22 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 lldb.
from de242ce9c Enable the fp-armv8 disassembler feature when disassembling C [...]
new c6dba86d8 [ARC] Make char unsigned by default
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:
source/Utility/ArchSpec.cpp | 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 release_70
in repository lld.
from 5b39812c3 Merging r339253: -------------------------------------------- [...]
new a90eee85a ReleaseNotes: tidy up for the release
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/ReleaseNotes.rst | 12 +-----------
1 file changed, 1 insertion(+), 11 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 12b02a5d593 Fix C++17 expected errors for pointer to member function te [...]
new f4416678250 PR c++/87152 - range-based for loops with initializer brok [...]
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/cp/ChangeLog | 15 ++++++++++++++
gcc/cp/constexpr.c | 2 ++
gcc/cp/cp-tree.def | 7 ++++---
gcc/cp/cp-tree.h | 1 +
gcc/cp/dump.c | 1 +
gcc/cp/pt.c | 1 +
gcc/cp/semantics.c | 15 +++++++-------
gcc/testsuite/ChangeLog | 13 ++++++++++++
gcc/testsuite/g++.dg/cpp2a/range-for11.C | 22 ++++++++++++++++++++
.../g++.dg/cpp2a/{range-for3.C => range-for12.C} | 11 ++++++++--
.../g++.dg/cpp2a/{range-for4.C => range-for13.C} | 18 ++++++++++------
gcc/testsuite/g++.dg/cpp2a/range-for14.C | 24 ++++++++++++++++++++++
.../g++.dg/cpp2a/{range-for8.C => range-for15.C} | 20 +++++++++++-------
.../g++.dg/cpp2a/{range-for9.C => range-for16.C} | 18 ++++++++++------
.../g++.dg/cpp2a/{range-for10.C => range-for17.C} | 12 ++++++++---
gcc/testsuite/g++.dg/cpp2a/range-for18.C | 16 +++++++++++++++
gcc/testsuite/g++.dg/parse/error61.C | 4 ++--
17 files changed, 164 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/range-for11.C
copy gcc/testsuite/g++.dg/cpp2a/{range-for3.C => range-for12.C} (81%)
copy gcc/testsuite/g++.dg/cpp2a/{range-for4.C => range-for13.C} (69%)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/range-for14.C
copy gcc/testsuite/g++.dg/cpp2a/{range-for8.C => range-for15.C} (70%)
copy gcc/testsuite/g++.dg/cpp2a/{range-for9.C => range-for16.C} (74%)
copy gcc/testsuite/g++.dg/cpp2a/{range-for10.C => range-for17.C} (85%)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/range-for18.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.
from 4e24bae3a8 [libclang] Return the proper pointee type for 'auto' deduced [...]
new 96b8b58101 [CodeComplete] Clearly distinguish signature help and code c [...]
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/Sema/Sema.h | 14 +++++----
lib/Parse/ParseDecl.cpp | 7 +++--
lib/Parse/ParseExpr.cpp | 10 ++++---
lib/Parse/ParseExprCXX.cpp | 6 ++--
lib/Parse/ParseOpenMP.cpp | 3 +-
lib/Sema/SemaCodeComplete.cpp | 69 ++++++++++++++++++-------------------------
test/CodeCompletion/call.cpp | 2 +-
7 files changed, 55 insertions(+), 56 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 a06762109f9 Add support for getRegisterByName.
new 66586cc1b53 [DebugInfo] Handle stack slot offsets for spilled sub-regis [...]
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/LiveDebugVariables.cpp | 87 ++++++++++++++--------
.../PowerPC/live-debug-vars-subreg-offset.ll | 81 ++++++++++++++++++++
2 files changed, 138 insertions(+), 30 deletions(-)
create mode 100644 test/DebugInfo/PowerPC/live-debug-vars-subreg-offset.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.