This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1587018 [PM] Fix a bug in the new loop PM when handling functions wit [...]
new 350138b [PM] Relax the patterns used in the new test I added because [...]
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/Other/loop-pm-invalidation.ll | 40 +++++++++++++++++++-------------------
1 file changed, 20 insertions(+), 20 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 libcxx.
from d3298ad Revert "Split exception.cpp and new.cpp implementation into d [...]
new 1edf316 Recommit "Split exception.cpp and new.cpp implementation into [...]
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 | 3 +
cmake/Modules/HandleLibCXXABI.cmake | 8 +-
include/exception | 6 +
include/new | 26 +-
include/typeinfo | 7 +-
src/exception.cpp | 327 +--------------------
src/new.cpp | 158 +++-------
src/support/runtime/exception_fallback.ipp | 182 ++++++++++++
.../support/runtime/exception_glibcxx.ipp | 35 ++-
.../support/runtime/exception_libcxxabi.ipp | 29 +-
src/support/runtime/exception_libcxxrt.ipp | 41 +++
src/support/runtime/exception_msvc.ipp | 89 ++++++
src/support/runtime/exception_pointer_cxxabi.ipp | 74 +++++
src/support/runtime/exception_pointer_glibcxx.ipp | 74 +++++
.../runtime/exception_pointer_unimplemented.ipp | 80 +++++
.../support/runtime/new_handler_fallback.ipp | 23 +-
src/typeinfo.cpp | 67 +----
17 files changed, 677 insertions(+), 552 deletions(-)
create mode 100644 src/support/runtime/exception_fallback.ipp
copy test/std/depr/depr.c.headers/errno_h.pass.cpp => src/support/runtime/exceptio [...]
copy test/std/depr/depr.c.headers/errno_h.pass.cpp => src/support/runtime/exceptio [...]
create mode 100644 src/support/runtime/exception_libcxxrt.ipp
create mode 100644 src/support/runtime/exception_msvc.ipp
create mode 100644 src/support/runtime/exception_pointer_cxxabi.ipp
create mode 100644 src/support/runtime/exception_pointer_glibcxx.ipp
create mode 100644 src/support/runtime/exception_pointer_unimplemented.ipp
copy test/std/utilities/variant/variant.variant/variant_empty.fail.cpp => src/supp [...]
--
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 4da66fe Daily bump.
new d4d349d PR tree-optimization/79411 * tree-ssa-reassoc.c (is_reassoc [...]
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 | 8 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
.../torture/pr57026.c => gcc.c-torture/compile/pr79411.c} | 6 +++---
gcc/tree-ssa-reassoc.c | 15 ++++++++++++++-
4 files changed, 30 insertions(+), 4 deletions(-)
copy gcc/testsuite/{gcc.dg/torture/pr57026.c => gcc.c-torture/compile/pr79411.c} (88%)
--
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 f062b89 add #ifdef, fix compilation error in case LLVM_BUILD_GLOBAL_ISEL=OFF
new 1587018 [PM] Fix a bug in the new loop PM when handling functions wit [...]
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/Transforms/Scalar/LoopPassManager.h | 11 +-
test/Other/loop-pm-invalidation.ll | 277 +++++++++++++++++++++++
test/Other/new-pass-manager.ll | 2 +-
test/Other/new-pm-defaults.ll | 2 +-
4 files changed, 287 insertions(+), 5 deletions(-)
create mode 100644 test/Other/loop-pm-invalidation.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 binutils-gdb.
from 53f7e8e Automatic date update in version.in
new dce75bf POWER9 add scv/rfscv instruction support
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:
gas/ChangeLog | 4 ++++
gas/testsuite/gas/ppc/power9.d | 3 +++
gas/testsuite/gas/ppc/power9.s | 3 +++
opcodes/ChangeLog | 4 ++++
opcodes/ppc-opc.c | 4 +++-
5 files changed, 17 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 libcxx.
from e1b6382 Properly escape ShellTest subsitutions on Windows. Try 2
new d3298ad Revert "Split exception.cpp and new.cpp implementation into 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:
CMakeLists.txt | 3 -
cmake/Modules/HandleLibCXXABI.cmake | 8 +-
include/exception | 6 -
include/new | 24 +-
include/typeinfo | 7 +-
src/exception.cpp | 326 ++++++++++++++++++++-
src/new.cpp | 160 +++++++---
src/support/runtime/exception_fallback.ipp | 182 ------------
src/support/runtime/exception_glibcxx.ipp | 38 ---
src/support/runtime/exception_libcxxabi.ipp | 28 --
src/support/runtime/exception_libcxxrt.ipp | 41 ---
src/support/runtime/exception_msvc.ipp | 89 ------
src/support/runtime/exception_pointer_cxxabi.ipp | 74 -----
src/support/runtime/exception_pointer_glibcxx.ipp | 74 -----
.../runtime/exception_pointer_unimplemented.ipp | 80 -----
src/support/runtime/new_handler_fallback.ipp | 27 --
src/typeinfo.cpp | 65 +++-
17 files changed, 508 insertions(+), 724 deletions(-)
delete mode 100644 src/support/runtime/exception_fallback.ipp
delete mode 100644 src/support/runtime/exception_glibcxx.ipp
delete mode 100644 src/support/runtime/exception_libcxxabi.ipp
delete mode 100644 src/support/runtime/exception_libcxxrt.ipp
delete mode 100644 src/support/runtime/exception_msvc.ipp
delete mode 100644 src/support/runtime/exception_pointer_cxxabi.ipp
delete mode 100644 src/support/runtime/exception_pointer_glibcxx.ipp
delete mode 100644 src/support/runtime/exception_pointer_unimplemented.ipp
delete mode 100644 src/support/runtime/new_handler_fallback.ipp
--
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 2fabd44 Fix doc for `-opt-bisect-limit`: the LTO option is linker specific
new f062b89 add #ifdef, fix compilation error in case LLVM_BUILD_GLOBAL_ISEL=OFF
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/X86TargetMachine.cpp | 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 f4df3d4 [X86][GlobalISel] Add general-purpose Register Bank
new 2fabd44 Fix doc for `-opt-bisect-limit`: the LTO option is linker specific
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/OptBisect.rst | 5 ++++-
1 file 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 zorg.
from 9428e24 Add check-fuzzer to Asan buildbot on Windows.
new 9cedf9d Escape percent sign.
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:
zorg/buildbot/builders/SanitizerBuilderWindows.py | 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 4dc48bf [XRay] A graph Class for the llvm-xray graph
new 6aaaf46 [XRay][graph] Disambiguate name of type from member name
new f4df3d4 [X86][GlobalISel] Add general-purpose Register Bank
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/X86/CMakeLists.txt | 6 +
lib/Target/X86/X86.td | 1 +
lib/Target/X86/X86GenRegisterBankInfo.def | 60 ++++++++++
lib/Target/X86/X86LegalizerInfo.cpp | 54 +++++++++
lib/Target/X86/X86LegalizerInfo.h | 39 ++++++
lib/Target/X86/X86RegisterBankInfo.cpp | 121 +++++++++++++++++++
lib/Target/X86/X86RegisterBankInfo.h | 54 +++++++++
lib/Target/X86/X86RegisterBanks.td | 14 +++
lib/Target/X86/X86TargetMachine.cpp | 32 +++--
test/CodeGen/X86/GlobalISel/X86-regbankselect.mir | 137 ++++++++++++++++++++++
test/CodeGen/X86/GlobalISel/legalize-add.mir | 40 +++++++
unittests/XRay/GraphTest.cpp | 34 +++---
12 files changed, 563 insertions(+), 29 deletions(-)
create mode 100644 lib/Target/X86/X86GenRegisterBankInfo.def
create mode 100644 lib/Target/X86/X86LegalizerInfo.cpp
create mode 100644 lib/Target/X86/X86LegalizerInfo.h
create mode 100644 lib/Target/X86/X86RegisterBankInfo.cpp
create mode 100644 lib/Target/X86/X86RegisterBankInfo.h
create mode 100644 lib/Target/X86/X86RegisterBanks.td
create mode 100644 test/CodeGen/X86/GlobalISel/X86-regbankselect.mir
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-add.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.