This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6e22163f52a [ORC] Move symbol-scanning and discard from BasicIRLayerMat [...]
new b296477a11d diff --git a/utils/TableGen/GlobalISelEmitter.cpp b/utils/T [...]
new f3598414d4c Reverting 332999 to get it a proper commit message
new 638915a37f9 [GlobalISel][InstructionSelect] Sorting MatchTable's first [...]
The 3 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/GlobalISelEmitter.cpp | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 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 glibc.
from 5c5c0dd747 Make llseek a compat symbol (bug 18471).
new 3d6302a546 Fix i686-linux-gnu build with GCC mainline.
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 | 5 +++++
sysdeps/ieee754/dbl-64/k_rem_pio2.c | 9 +++++++++
sysdeps/ieee754/flt-32/k_rem_pio2f.c | 10 ++++++++++
3 files changed, 24 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 afefd298d3 Revert r332982 Call CreateTempMemWithoutCast for ActiveFlag
new 09a2821bae Revert "[clang-format] Fix putting ObjC message arguments in [...]
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/Format/ContinuationIndenter.cpp | 28 +---------------------------
unittests/Format/FormatTestObjC.cpp | 29 -----------------------------
2 files changed, 1 insertion(+), 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 lldb.
from 074452e48 Work around some odd instruction single-step behavior on macOS.
new 4e20fef3e Enable ProcessMachCore plugin on non-apple platforms
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/functionalities/postmortem/mach-core/TestMachCore.py | 1 -
.../test/functionalities/source-map/TestTargetSourceMap.py | 1 -
source/API/SystemInitializerFull.cpp | 6 +++---
source/Plugins/DynamicLoader/CMakeLists.txt | 5 +----
source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h | 1 +
source/Plugins/Process/CMakeLists.txt | 2 +-
6 files changed, 6 insertions(+), 10 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 binutils-gdb.
from 0ec848ad25 [PowerPC] Recognize isa205 in linux core files
new b1b60145ae Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)
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:
gdb/ChangeLog | 17 +++++
gdb/c-exp.y | 27 ++++----
gdb/c-lang.c | 11 ++--
gdb/c-support.h | 46 +++++++++++++
gdb/cp-name-parser.y | 29 ++------
gdb/testsuite/ChangeLog | 6 ++
.../utf8-identifiers.c} | 55 +++++++++-------
gdb/testsuite/gdb.base/utf8-identifiers.exp | 77 ++++++++++++++++++++++
8 files changed, 199 insertions(+), 69 deletions(-)
create mode 100644 gdb/c-support.h
copy gdb/testsuite/{gdb.cp/ena-dis-br-range.cc => gdb.base/utf8-identifiers.c} (61%)
create mode 100644 gdb/testsuite/gdb.base/utf8-identifiers.exp
--
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 356a19827 Missed the tests for the deduction guides for prority_queue
new c6f5bf9e4 Change the names of two private methods: allocate -> __valloc [...]
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/vector | 82 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 41 insertions(+), 41 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 lld.
from c1bb4c34b Simplify. NFC.
new d2ffa2a09 Move code to improve readability. NFC.
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:
ELF/Driver.cpp | 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 851bb222e8b [InstCombine] Calloc-ed strings optimizations
new 3216d6ee259 [InstCombine] fix broken test
new 6e22163f52a [ORC] Move symbol-scanning and discard from BasicIRLayerMat [...]
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/ExecutionEngine/Orc/Layer.h | 20 +++++++++++++++-----
lib/ExecutionEngine/Orc/Layer.cpp | 26 ++++++++++++++------------
test/Transforms/InstCombine/zero-string.ll | 1 +
3 files changed, 30 insertions(+), 17 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 98de0f5c7b [CodeGen] produce the LLVM canonical form of abs
new afefd298d3 Revert r332982 Call CreateTempMemWithoutCast for ActiveFlag
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/CGCall.cpp | 10 ++++---
lib/CodeGen/CGCleanup.cpp | 4 +--
lib/CodeGen/CGExpr.cpp | 46 ++++++++++-------------------
lib/CodeGen/CodeGenFunction.h | 31 ++++++++-----------
test/CodeGenCXX/conditional-temporaries.cpp | 1 -
5 files changed, 36 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 lld.
from cc6f05226 [ELF] Simplify. NFC
new c1bb4c34b Simplify. NFC.
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:
ELF/Driver.cpp | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.