This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 71b0bb58ebc [InstCombine] move misplaced test file and regenerate checks; NFC
new c5aff608310 [InstCombine] use nsw negation for abs libcalls
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/Utils/SimplifyLibCalls.cpp | 14 +++++++-------
test/Transforms/InstCombine/abs-1.ll | 24 ++++++++++++------------
test/Transforms/InstCombine/call-callconv.ll | 16 ++++++++--------
3 files changed, 27 insertions(+), 27 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 474dbb426 ELF: Allow ICF on .data.rel.ro sections.
new 087ef1a69 Add missing REQUIRES: x86.
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/ELF/icf-relro.s | 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 master
in repository lldb.
from 40c430006 Normalize some lldb #include statements.
new 8b184b0fb build: use cmake to find the libedit content
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 | 2 +
cmake/modules/FindLibEdit.cmake | 62 ++++++++++++++++++++++++++
scripts/Python/modules/readline/CMakeLists.txt | 5 ++-
3 files changed, 68 insertions(+), 1 deletion(-)
create mode 100644 cmake/modules/FindLibEdit.cmake
--
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 0577a35fa [WebAssembly] Remove dead code from LEB compression pass.
new 474dbb426 ELF: Allow ICF on .data.rel.ro sections.
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/ICF.cpp | 9 +++++++--
test/ELF/icf-relro.s | 12 ++++++++++++
2 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/icf-relro.s
--
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 ac1173dabd4 [docs] Clarify usage of "vector" in Programmer's Manual.
new 71b0bb58ebc [InstCombine] move misplaced test file and regenerate checks; 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:
.../{InstSimplify => InstCombine}/call-callconv.ll | 39 ++++++++++++----------
1 file changed, 22 insertions(+), 17 deletions(-)
rename test/Transforms/{InstSimplify => InstCombine}/call-callconv.ll (54%)
--
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 f880cf0ebc6 [Coverage] Update CSS to make HTML reports copy-paste friendly.
new ac1173dabd4 [docs] Clarify usage of "vector" in Programmer's Manual.
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 | 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 clang.
from ab89fc45f0 [X86] As mentioned in post-commit feedback in D47174, move t [...]
new 067ba096ad [CodeGen] use nsw negation for builtin abs
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/CGBuiltin.cpp | 3 ++-
test/CodeGen/builtin-abs.c | 6 +++---
2 files changed, 5 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 compiler-rt.
from fb98f1095 [asan] Use dynamic allocator space address on Android/AArch64.
new 8b037333b [CMake] Support builtins as Clang default rtlib in compiler-rt
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 | 18 +++++++++++++-----
cmake/config-ix.cmake | 9 +++++----
2 files changed, 18 insertions(+), 9 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 ed657146b Avoid using header from Host/macosx when not testing an apple build.
new 40c430006 Normalize some lldb #include statements.
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/API/SBTarget.cpp | 2 +-
source/Interpreter/CommandInterpreter.cpp | 50 +++++++++++-----------
source/Plugins/JITLoader/GDB/CMakeLists.txt | 2 -
.../Platform/gdb-server/PlatformRemoteGDBServer.h | 2 +-
source/Plugins/Process/FreeBSD/CMakeLists.txt | 4 --
.../Plugins/Process/FreeBSD/RegisterContextPOSIX.h | 2 +-
.../RegisterContextPOSIXProcessMonitor_arm.cpp | 2 +-
.../RegisterContextPOSIXProcessMonitor_powerpc.cpp | 2 +-
source/Plugins/Process/Linux/CMakeLists.txt | 4 --
.../Linux/NativeRegisterContextLinux_ppc64le.h | 2 +-
source/Plugins/Process/NetBSD/CMakeLists.txt | 4 --
source/Plugins/Process/POSIX/CMakeLists.txt | 3 --
source/Plugins/Process/Utility/CMakeLists.txt | 2 -
.../Plugins/Process/Windows/Common/CMakeLists.txt | 3 --
.../Process/Windows/Common/TargetThreadWindows.cpp | 2 +-
.../Common/x64/RegisterContextWindows_x64.cpp | 4 +-
.../Common/x86/RegisterContextWindows_x86.cpp | 4 +-
source/Plugins/Process/elf-core/CMakeLists.txt | 2 -
source/Plugins/Process/mach-core/CMakeLists.txt | 2 -
.../Plugins/Process/mach-core/ProcessMachCore.cpp | 2 +-
source/Plugins/Process/minidump/CMakeLists.txt | 2 -
source/Target/CMakeLists.txt | 2 -
22 files changed, 37 insertions(+), 67 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 79d7eedd8c4 Delete empty test file
new f880cf0ebc6 [Coverage] Update CSS to make HTML reports copy-paste friendly.
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:
tools/llvm-cov/SourceCoverageViewHTML.cpp | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.