This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 676fd31 [PGO] Fix a bug in reading text format value profile.
new 5784902 Empty line. NFCI
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/Scalar/JumpThreading.cpp | 1 -
1 file changed, 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 2c5b9e3 [ARM] don't transform an add(ext Cond), C to select unless th [...]
new 676fd31 [PGO] Fix a bug in reading text format value profile.
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/ProfileData/InstrProfReader.cpp | 5 +++--
1 file changed, 3 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 clang-tools-extra.
from 19c0735 [clang-move] Extend clang-move to support moving global variable.
new b56e1b9 [clangd] Make clangd install to bin
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:
clangd/CMakeLists.txt | 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 530cc1a [Support][Error] Add a 'cantFail' utility function for known- [...]
new 2c5b9e3 [ARM] don't transform an add(ext Cond), C to select unless th [...]
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/ARM/ARMISelLowering.cpp | 2 +-
test/CodeGen/ARM/arm-and-tst-peephole.ll | 22 +++++++++++++---------
test/CodeGen/ARM/select_const.ll | 8 +++-----
3 files changed, 17 insertions(+), 15 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 f3df0a5 UBSan docs: Explicitly mention that `-fsanitize=unsigned-inte [...]
new 2b9de2a PR32042: Create inlined debug info for EmitInlinedInheritingC [...]
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/CGClass.cpp | 4 +-
lib/CodeGen/CGDebugInfo.cpp | 118 +++++++++++++++++----
lib/CodeGen/CGDebugInfo.h | 44 +++++++-
.../debug-info-inheriting-constructor.cpp | 25 +++++
4 files changed, 164 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGenCXX/debug-info-inheriting-constructor.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 clang.
from c583ea8 Remove unused variable
new f3df0a5 UBSan docs: Explicitly mention that `-fsanitize=unsigned-inte [...]
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/UndefinedBehaviorSanitizer.rst | 4 +++-
1 file changed, 3 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 8e5d6d2 PR c++/71568 - SFINAE forming pointer to member function
new 3d3eac6 Update .po files.
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/po/ChangeLog | 6 +
gcc/po/be.po | 15971 +++++++++++++++++++++++++-------------------------
gcc/po/da.po | 16134 ++++++++++++++++++++++++++-------------------------
gcc/po/de.po | 16195 ++++++++++++++++++++++++++-------------------------
gcc/po/el.po | 16020 ++++++++++++++++++++++++++-------------------------
gcc/po/es.po | 16656 ++++++++++++++++++++++++++++-------------------------
gcc/po/fi.po | 16058 ++++++++++++++++++++++++++-------------------------
gcc/po/fr.po | 16400 +++++++++++++++++++++++++++-------------------------
gcc/po/hr.po | 15968 +++++++++++++++++++++++++-------------------------
gcc/po/id.po | 16117 ++++++++++++++++++++++++++-------------------------
gcc/po/ja.po | 16080 ++++++++++++++++++++++++++-------------------------
gcc/po/nl.po | 16015 +++++++++++++++++++++++++-------------------------
gcc/po/ru.po | 16171 ++++++++++++++++++++++++++-------------------------
gcc/po/sr.po | 16100 ++++++++++++++++++++++++++-------------------------
gcc/po/sv.po | 16436 +++++++++++++++++++++++++++-------------------------
gcc/po/tr.po | 16111 ++++++++++++++++++++++++++-------------------------
gcc/po/uk.po | 15987 +++++++++++++++++++++++++-------------------------
gcc/po/vi.po | 16163 ++++++++++++++++++++++++++-------------------------
gcc/po/zh_CN.po | 16118 ++++++++++++++++++++++++++-------------------------
gcc/po/zh_TW.po | 16061 ++++++++++++++++++++++++++-------------------------
20 files changed, 158893 insertions(+), 147874 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 563a987 AMDGPU: Add some of the new gfx9 VOP3 instructions
new 530cc1a [Support][Error] Add a 'cantFail' utility function for known- [...]
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/ProgrammersManual.rst | 51 +++++++++++++++++++++++++++++++++++++----
include/llvm/Support/Error.h | 39 +++++++++++++++++++++++++++++++
unittests/Support/ErrorTest.cpp | 28 ++++++++++++++++++++++
3 files changed, 114 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 clang.
from dc15bf2 [ubsan] Factor out logic to emit a range check. NFC.
new c583ea8 Remove unused variable
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/Serialization/ASTReader.h | 2 --
1 file changed, 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 libcxx.
from 3f017a8 Fix LIBCXX_HAS_EXTERNAL_THREAD_API builds. NFC.
new 244033d Remove XFAIL in implicit_deduction_guides tests
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:
.../basic.string/string.cons/implicit_deduction_guides.pass.cpp | 4 ----
.../string.view/string.view.cons/implicit_deduction_guides.pass.cpp | 4 ----
2 files changed, 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.