This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1fe9675efd2 Commit missing fixes for tool_file_rename
new 73de9558751 [PowerPC] Eliminate compares - add i32 sext/zext handling f [...]
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/PowerPC/PPCISelDAGToDAG.cpp | 101 ++++++++++++++++++
.../PowerPC/memCmpUsedInZeroEqualityComparison.ll | 7 +-
test/CodeGen/PowerPC/no-pref-jumps.ll | 10 +-
test/CodeGen/PowerPC/testComparesigtsc.ll | 116 ++++++++++++++++++++
test/CodeGen/PowerPC/testComparesigtsi.ll | 116 ++++++++++++++++++++
test/CodeGen/PowerPC/testComparesigtss.ll | 117 +++++++++++++++++++++
test/CodeGen/PowerPC/testComparesiltsc.ll | 83 +++++++++++++++
test/CodeGen/PowerPC/testComparesiltsi.ll | 85 +++++++++++++++
test/CodeGen/PowerPC/testComparesiltss.ll | 83 +++++++++++++++
9 files changed, 711 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/PowerPC/testComparesigtsc.ll
create mode 100644 test/CodeGen/PowerPC/testComparesigtsi.ll
create mode 100644 test/CodeGen/PowerPC/testComparesigtss.ll
create mode 100644 test/CodeGen/PowerPC/testComparesiltsc.ll
create mode 100644 test/CodeGen/PowerPC/testComparesiltsi.ll
create mode 100644 test/CodeGen/PowerPC/testComparesiltss.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.
from 38808933e4 Commit missing fixes for tool_file_rename
new 2e4086bb2d Correctly compute linkage for members of internal linkage classes.
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/AST/Decl.cpp | 9 ++++-----
test/CXX/basic/basic.link/p8.cpp | 9 +++++++++
2 files changed, 13 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 compiler-rt.
from 36e72f5e2 [lsan] Add __lsan_default_options
new 6ae24b6fa [ubsan] Support signal specific options in ubsan
new a7018c1d0 [ubsan] Replace CommonSanitizerReportMutex with ScopedErrorRe [...]
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/sanitizer_common/sanitizer_common.h | 2 +
lib/sanitizer_common/sanitizer_common_libcdep.cc | 4 ++
lib/ubsan/CMakeLists.txt | 4 ++
lib/ubsan/ubsan_diag.cc | 10 ++---
lib/ubsan/ubsan_diag.h | 8 ++++
lib/ubsan/ubsan_init_standalone.cc | 8 +++-
lib/ubsan/ubsan_init_standalone_preinit.cc | 13 +++++-
lib/ubsan/ubsan_signals_standalone.cc | 50 ++++++++++++++++++++++
lib/ubsan/ubsan_signals_standalone.h | 25 +++++++++++
.../TestCases/Linux/allow_user_segv.cc | 1 -
.../TestCases/Posix/dedup_token_length_test.cc | 3 +-
.../TestCases/Posix/dump_instruction_bytes.cc | 1 -
.../Posix/sanitizer_set_report_fd_test.cc | 1 -
13 files changed, 117 insertions(+), 13 deletions(-)
create mode 100644 lib/ubsan/ubsan_signals_standalone.cc
create mode 100644 lib/ubsan/ubsan_signals_standalone.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.
unknown user pushed a change to branch master
in repository llvm.
from 4e65a6d127c [CodeGen] Fix build bots which uses old Clang broken in r31 [...]
new 97ca964f3d1 [Support] Rename tool_output_file to ToolOutputFile, NFC
new 1fe9675efd2 Commit missing fixes for tool_file_rename
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/LTO/LTO.h | 2 +-
include/llvm/LTO/legacy/LTOCodeGenerator.h | 2 +-
include/llvm/Support/ToolOutputFile.h | 12 ++++++------
lib/LTO/LTO.cpp | 4 ++--
lib/LTO/LTOBackend.cpp | 2 +-
lib/LTO/LTOCodeGenerator.cpp | 4 ++--
lib/Object/ArchiveWriter.cpp | 2 +-
lib/Support/ToolOutputFile.cpp | 14 +++++++-------
lib/TableGen/Main.cpp | 4 ++--
tools/bugpoint/ExtractFunction.cpp | 2 +-
tools/bugpoint/OptimizerDriver.cpp | 8 ++++----
tools/llc/llc.cpp | 17 ++++++++---------
tools/llvm-as/llvm-as.cpp | 4 ++--
tools/llvm-cov/CodeCoverage.cpp | 4 ++--
tools/llvm-dis/llvm-dis.cpp | 4 ++--
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 4 ++--
tools/llvm-extract/llvm-extract.cpp | 2 +-
tools/llvm-link/llvm-link.cpp | 2 +-
tools/llvm-lto/llvm-lto.cpp | 4 ++--
.../llvm-mc-assemble-fuzzer.cpp | 4 ++--
tools/llvm-mc/llvm-mc.cpp | 8 ++++----
tools/llvm-modextract/llvm-modextract.cpp | 4 ++--
tools/llvm-objdump/MachODump.cpp | 2 +-
tools/llvm-split/llvm-split.cpp | 4 ++--
tools/llvm-stress/llvm-stress.cpp | 4 ++--
tools/opt/NewPMDriver.cpp | 5 ++---
tools/opt/NewPMDriver.h | 6 +++---
tools/opt/opt.cpp | 18 +++++++++---------
tools/yaml2obj/yaml2obj.cpp | 4 ++--
29 files changed, 77 insertions(+), 79 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 56635e1e5f [Analyzer] Fix minor errors in python scripts.
new 72f704f4e9 [Support] Rename tool_output_file to ToolOutputFile, NFC
new 38808933e4 Commit missing fixes for tool_file_rename
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/CodeGen/CodeGenAction.cpp | 7 +++----
unittests/CrossTU/CrossTranslationUnitTest.cpp | 8 ++++----
unittests/Frontend/ASTUnitTest.cpp | 4 ++--
unittests/Frontend/CompilerInstanceTest.cpp | 2 +-
4 files changed, 10 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 clang-tools-extra.
from f3e81419 Fix up clang-tidy after clang r314037.
new 29fa808c [Support] Rename tool_output_file to ToolOutputFile, 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:
modularize/ModuleAssistant.cpp | 6 +++---
pp-trace/PPTrace.cpp | 4 ++--
2 files changed, 5 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 28484eadf93 PR bootstrap/81926 * cp-objcp-common.c (cp_get_debug_type [...]
new 624496c19a7 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 3b20eb54fc3 Daily bump.
new 473fdf2df04 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 1819dec3db8 PR bootstrap/81926 * cp-objcp-common.c (cp_get_debug_type [...]
new 76d4405effe Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 30a118b4381 Daily bump.
new 86f01b62148 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.