This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from d5189fc Revert "[sanitizers] Switch to gold on sanitizer-x86_64-linux bot"
new 225e505 Add a -noinstall option to the build.py script to allow 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:
zorg/jenkins/build.py | 15 ++++++++++-----
1 file changed, 10 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 gcc.
from 04c4a9200b2 Avoid deprecated warnings about std::auto_ptr in library headers
new e12be0dd662 PR libstdc++/80316 make promise::set_value throw no_state error
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 | 21 ++
libstdc++-v3/include/std/future | 59 +++--
.../30_threads/promise/members/at_thread_exit2.cc | 167 ++++++++++++
.../30_threads/promise/members/set_exception.cc | 49 ++++
.../30_threads/promise/members/set_exception2.cc | 181 +++++++++++++
.../30_threads/promise/members/set_value2.cc | 292 +++++++++++++++++++++
6 files changed, 740 insertions(+), 29 deletions(-)
create mode 100644 libstdc++-v3/testsuite/30_threads/promise/members/at_thread_exit2.cc
--
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 4f4553914f6 [SimplifyCFG] Fix the determination of PostBB in conditiona [...]
new e8660ea63d0 [globalisel][tablegen] Import SelectionDAG's rule predicate [...]
new 4059808ff64 Remove empty and unused header file.
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 30 +++++++
include/llvm/DebugInfo/CodeView/TypeDumperBase.h | 0
lib/Target/AArch64/AArch64InstructionSelector.cpp | 19 ++++-
lib/Target/X86/X86.h | 3 +-
lib/Target/X86/X86InstructionSelector.cpp | 33 ++++++--
lib/Target/X86/X86TargetMachine.cpp | 2 +-
test/TableGen/GlobalISelEmitter.td | 41 +++++++++-
utils/TableGen/AsmMatcherEmitter.cpp | 2 +-
utils/TableGen/CodeEmitterGen.cpp | 2 +-
utils/TableGen/GlobalISelEmitter.cpp | 91 ++++++++++++++++------
utils/TableGen/SubtargetFeatureInfo.cpp | 32 ++++++++
utils/TableGen/SubtargetFeatureInfo.h | 40 ++++++++++
utils/TableGen/Types.cpp | 1 +
13 files changed, 257 insertions(+), 39 deletions(-)
delete mode 100644 include/llvm/DebugInfo/CodeView/TypeDumperBase.h
--
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.
Christophe Lyon pushed a change to branch christophe
in repository toolchain/bmk-scripts.
from a68f70e run.sh: Make it the main entry point.
new 7e2edbb run.sh: Comment out sudo commands until rights are granted.
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:
run.sh | 10 ++++------
1 file changed, 4 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 4961912e737 [AArch64][Falkor] Refine modeling of store-release exclusiv [...]
new a88bbf0e225 [ConstHoisting] Add BFI in constanthoisting pass and select [...]
new 4f4553914f6 [SimplifyCFG] Fix the determination of PostBB in conditiona [...]
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/Transforms/Scalar/ConstantHoisting.h | 8 +-
lib/Transforms/Scalar/ConstantHoisting.cpp | 212 +++++++++++++++++++---
lib/Transforms/Utils/SimplifyCFG.cpp | 12 +-
test/CodeGen/X86/constant-hoisting-bfi.ll | 115 ++++++++++++
test/CodeGen/X86/fold-tied-op.ll | 1 -
test/Transforms/ConstantHoisting/X86/ehpad.ll | 11 ++
test/Transforms/SimplifyCFG/merge-cond-stores.ll | 18 +-
7 files changed, 329 insertions(+), 48 deletions(-)
create mode 100644 test/CodeGen/X86/constant-hoisting-bfi.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-tools-extra.
from def681b2 [clang-tidy] misc-misplaced-widening-cast: Disable checking o [...]
new eb8cc79c [Clangd] Support Authority-less URIs
new ffb2aae1 [Clangd] Failed to decode params using 1.x-compatible request [...]
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:
clangd/Protocol.cpp | 4 +++-
test/clangd/completion.test | 21 +++++++++++++++++++++
2 files changed, 24 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 clang.
from f47413706b [clang-format] Replace IncompleteFormat by a struct with Line
new d10c298f0f [OpenCL] Fix semantic check of ndrange_t for device_side_enqueue.
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/Sema/SemaChecking.cpp | 2 +-
test/SemaOpenCL/cl20-device-side-enqueue.cl | 8 +++++---
2 files changed, 6 insertions(+), 4 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 3ad4f88821d [AArch64][Falkor] Refine resource needs of STRQ with regist [...]
new bd2e6e0b1a7 [Mips] Document Mips Backend Relocation Principles
new 4961912e737 [AArch64][Falkor] Refine modeling of store-release exclusiv [...]
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/AArch64/AArch64SchedFalkorDetails.td | 4 +-
lib/Target/AArch64/AArch64SchedFalkorWriteRes.td | 6 ++
lib/Target/Mips/Relocation.txt | 125 +++++++++++++++++++++++
3 files changed, 133 insertions(+), 2 deletions(-)
create mode 100644 lib/Target/Mips/Relocation.txt
--
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 915a4bc0f9f [LV] Model if-converted phi node costs
new 3ad4f88821d [AArch64][Falkor] Refine resource needs of STRQ with regist [...]
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/AArch64/AArch64SchedFalkorDetails.td | 1 +
lib/Target/AArch64/AArch64SchedFalkorWriteRes.td | 7 +++++++
2 files changed, 8 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 72e2426799 [clang-format] Clang-tidy cleanup of CleanupTest.cpp, NFC
new 9152c27ed9 [clang-format] Clang-tidy cleanup of NamespaceEndCommentFixe [...]
new f47413706b [clang-format] Replace IncompleteFormat by a struct with Line
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/clang/Format/Format.h | 27 ++++++++++++++++++----
lib/Format/Format.cpp | 27 +++++++++++++++-------
lib/Format/UnwrappedLineFormatter.cpp | 7 ++++--
lib/Format/UnwrappedLineFormatter.h | 9 +++++---
test/Format/incomplete.cpp | 2 +-
tools/clang-format/ClangFormat.cpp | 17 ++++++++++----
unittests/Format/FormatTest.cpp | 27 +++++++++++-----------
unittests/Format/FormatTestComments.cpp | 23 +++++++++---------
unittests/Format/FormatTestJS.cpp | 6 ++---
unittests/Format/FormatTestObjC.cpp | 23 +++++++++---------
unittests/Format/FormatTestSelective.cpp | 6 ++---
unittests/Format/NamespaceEndCommentsFixerTest.cpp | 2 +-
12 files changed, 111 insertions(+), 65 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.