This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository test-suite.
from 003ef1c compare.py: Fix empty names being displayed if no common suff [...]
new 862fb77 XSBench/cmake: Append to CPPFLAGS instead of replacing them
new dd8579f CMakeLists: Improve TEST_SUITE_SUBDIRS behavior
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:
CMakeLists.txt | 11 +++++------
MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/CMakeLists.txt | 2 +-
2 files changed, 6 insertions(+), 7 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 b5155a4 Warn on enum assignment to bitfields that can't fit all values
new 39a6e14 Fix arch-specific-libdir tests on Windows
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/Driver/arch-specific-libdir-rpath.c | 14 +++++++-------
test/Driver/arch-specific-libdir.c | 10 +++++-----
2 files changed, 12 insertions(+), 12 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 38d71b5 [compiler-rt][builtins] __isOSVersionAtLeast should load Core [...]
new 622ea83 After rL297370 and rL297383, instead of a platform check, exp [...]
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/sanitizer_common/sanitizer_linux.cc | 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 binutils-gdb.
from d47c3ff RISC-V: Define DWARF2_USE_FIXED_ADVANCE_PC.
new 87c336f inf-ptrace: Do not stop memory transfers after a single word
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 | 8 ++++
gdb/inf-ptrace.c | 142 +++++++++++++++++++++++++++----------------------------
2 files changed, 77 insertions(+), 73 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 cd2a5b6 SamplePGO ThinLTO ICP fix for local functions.
new bea559b [DAG] vector div/rem with any zero element in divisor is undef
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/llvm/CodeGen/SelectionDAG.h | 3 +++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 10 +--------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 36 +++++++++++++++++++++++++------
test/CodeGen/X86/div-rem-simplify.ll | 5 -----
test/CodeGen/X86/vec_sdiv_to_shift.ll | 14 +-----------
5 files changed, 35 insertions(+), 33 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 e3a2454 Add more debugging code for the SystemZ bot.
new b5155a4 Warn on enum assignment to bitfields that can't fit all values
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/Basic/DiagnosticGroups.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 15 +++++++
lib/Sema/SemaChecking.cpp | 57 ++++++++++++++++++++++++-
test/SemaCXX/warn-bitfield-enum-conversion.cpp | 59 ++++++++++++++++++++++++++
4 files changed, 131 insertions(+), 2 deletions(-)
create mode 100644 test/SemaCXX/warn-bitfield-enum-conversion.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 compiler-rt.
from d112f65 [ubsan] Add nullability handlers to interface file
new 38d71b5 [compiler-rt][builtins] __isOSVersionAtLeast should load Core [...]
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/builtins/os_version_check.c | 85 +++++++++++++++++-----
.../os_version_check_test_no_core_foundation.c | 12 +++
2 files changed, 80 insertions(+), 17 deletions(-)
create mode 100644 test/builtins/TestCases/Darwin/os_version_check_test_no_core_fo [...]
--
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 e4782b9 Document options that can't be combined with -fcheck-pointer-bounds.
new 0078da2 PR rtl-optimization/79728 * regs.h (struct target_regs): Ne [...]
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/ChangeLog | 11 +++++++++++
gcc/reginfo.c | 20 +++++++++++++++-----
gcc/regs.h | 6 ++++++
gcc/reload.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/sse-globalreg.c | 6 ++++++
6 files changed, 45 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/sse-globalreg.c
--
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 e62853a Fix misspelled enum
new e3a2454 Add more debugging code for the SystemZ bot.
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:
unittests/Basic/VirtualFileSystemTest.cpp | 36 ++++++++++++++++++++-----------
1 file changed, 24 insertions(+), 12 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 77960c2 [InstCombine] improve readability; NFCI
new cd2a5b6 SamplePGO ThinLTO ICP fix for local functions.
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/llvm/IR/ModuleSummaryIndex.h | 26 ++++++++-
include/llvm/ProfileData/SampleProfReader.h | 7 ++-
lib/Bitcode/Reader/BitcodeReader.cpp | 6 +++
lib/Bitcode/Writer/BitcodeWriter.cpp | 13 +++--
lib/ProfileData/InstrProf.cpp | 11 ++++
lib/Transforms/IPO/FunctionImport.cpp | 9 ++++
lib/Transforms/IPO/SampleProfile.cpp | 2 +-
.../PGOProfile/Inputs/thinlto_samplepgo_icp.ll | 27 ++++++++++
.../Transforms/PGOProfile/thinlto_samplepgo_icp.ll | 63 ++++++++++++++++++++++
9 files changed, 158 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/PGOProfile/Inputs/thinlto_samplepgo_icp.ll
create mode 100644 test/Transforms/PGOProfile/thinlto_samplepgo_icp.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.