This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7c9eed7 Requires the AVR backend for running test/CodeGen/AVR
new 7fe28f8 ThinLTO: handles modules with empty summaries
new ccef33b ThinLTO: don't perform incremental LTO on module without a hash
new 98a1ca1 [OptRemarks] Remove non-printable chars from function name
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:
include/llvm/IR/DiagnosticInfo.h | 2 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 4 +--
lib/IR/DiagnosticInfo.cpp | 2 ++
lib/IR/ModuleSummaryIndex.cpp | 21 +++++++------
lib/LTO/LTO.cpp | 12 ++++++--
lib/LTO/ThinLTOCodeGenerator.cpp | 13 ++++++--
.../{cache.ll => empty_module_with_cache.ll} | 3 --
test/ThinLTO/X86/cache.ll | 22 ++++++++++++++
test/ThinLTO/X86/empty_module_with_cache.ll | 35 ++++++++++++++++++++++
.../Transforms/Inline/optimization-remarks-yaml.ll | 4 +--
tools/llvm-lto/llvm-lto.cpp | 2 ++
11 files changed, 96 insertions(+), 24 deletions(-)
copy test/ThinLTO/X86/Inputs/{cache.ll => empty_module_with_cache.ll} (70%)
create mode 100644 test/ThinLTO/X86/empty_module_with_cache.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 llvm.
from 473ebca Revert "Codegen: Tail-duplicate during placement."
new 7c9eed7 Requires the AVR backend for running test/CodeGen/AVR
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/CodeGen/AVR/lit.local.cfg | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 test/CodeGen/AVR/lit.local.cfg
--
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 9722da9 Automatic date update in version.in
new b6f80bb Auto-generated dependencies for rx-parse.o and rl78-parse.o
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:
gas/ChangeLog | 8 ++++++++
gas/Makefile.am | 16 +++++-----------
gas/Makefile.in | 25 +++++++++----------------
3 files changed, 22 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 lldb.
from 7a3fbe7 Fix a few warnings caught by clang.
new 7ebb3ec Fix compiler warnings in PlatformDarwinTest.cpp
new ad10239 Fix compiler warnings in TestClangASTContext.cpp
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:
unittests/Platform/PlatformDarwinTest.cpp | 32 +++++++++++++++----------------
unittests/Symbol/TestClangASTContext.cpp | 12 ++++++------
2 files changed, 22 insertions(+), 22 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 test-suite.
from 84ba8df Make LTO the default in -Os builds
new a4ed41e litsupport: Introduce stats module
new 7192ab6 Put my filter/analyze/display tool into the repository.
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 | 9 ++
litsupport/stats.py | 47 ++++++++
util/compare.py | 328 ++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 384 insertions(+)
create mode 100644 litsupport/stats.py
create mode 100755 util/compare.py
--
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 zorg.
from 646787d [libFuzzer] use the fuzzer-test-suite from external repo
new 8fe23c0 Add temporary workaround for libc++ UBSAN link failures
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:
buildbot/osuosl/master/config/builders.py | 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 llvm.
from 97c245f [AVR] Add backend dependencies to MCTargetDesc/LLVMBuild.txt
new 473ebca Revert "Codegen: Tail-duplicate during placement."
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/Analysis/LoopInfoImpl.h | 9 +-
include/llvm/CodeGen/TailDuplicator.h | 26 +-
lib/CodeGen/MachineBlockPlacement.cpp | 306 ++--------------------
lib/CodeGen/TailDuplication.cpp | 2 +-
lib/CodeGen/TailDuplicator.cpp | 59 +----
test/CodeGen/AArch64/arm64-extload-knownzero.ll | 1 +
test/CodeGen/AArch64/machine_cse.ll | 6 +-
test/CodeGen/AArch64/tail-dup-repeat-worklist.ll | 69 -----
test/CodeGen/ARM/2011-03-23-PeepholeBug.ll | 1 +
test/CodeGen/PowerPC/branch-opt.ll | 16 +-
test/CodeGen/PowerPC/sjlj.ll | 18 +-
test/CodeGen/PowerPC/tail-dup-layout.ll | 100 -------
test/CodeGen/WebAssembly/cfg-stackify.ll | 2 +-
test/CodeGen/WebAssembly/mem-intrinsics.ll | 2 +-
test/CodeGen/X86/block-placement.ll | 10 +-
test/CodeGen/X86/cmov-into-branch.ll | 4 +-
test/CodeGen/X86/fma-intrinsics-phi-213-to-231.ll | 24 +-
test/CodeGen/X86/fp-une-cmp.ll | 4 +-
test/CodeGen/X86/pr11202.ll | 5 +-
test/CodeGen/X86/ragreedy-bug.ll | 22 +-
test/CodeGen/X86/sse1.ll | 28 +-
test/CodeGen/X86/tail-dup-merge-loop-headers.ll | 190 --------------
test/CodeGen/X86/tail-dup-repeat.ll | 53 ----
test/CodeGen/X86/update-terminator.mir | 22 --
24 files changed, 95 insertions(+), 884 deletions(-)
delete mode 100644 test/CodeGen/AArch64/tail-dup-repeat-worklist.ll
delete mode 100644 test/CodeGen/PowerPC/tail-dup-layout.ll
delete mode 100644 test/CodeGen/X86/tail-dup-merge-loop-headers.ll
delete mode 100644 test/CodeGen/X86/tail-dup-repeat.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 zorg.
from 0f5bce4 Fix not callable
new 646787d [libFuzzer] use the fuzzer-test-suite from external repo
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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 8 ++++++--
1 file changed, 6 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.
from 14cbb5e [CUDA] Do a better job at detecting wrong-side calls.
new 45a9c7a Use StringRef in Command::printArg() instead of raw pointer (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:
include/clang/Driver/Job.h | 2 +-
lib/Driver/Job.cpp | 6 +++---
2 files changed, 4 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 libcxx.
from fd1c9dd Purge all usages of _LIBCPP_STD_VER under test/std/algorithm
new cedbdd7 Remove all _LIBCPP_VERSION tests from under test/std
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/{std => libcxx}/depr/depr.c.headers/ciso646.pass.cpp | 0
test/{std => libcxx}/depr/depr.c.headers/complex.h.pass.cpp | 0
test/{std => libcxx}/depr/depr.c.headers/tgmath_h.pass.cpp | 0
test/{std => libcxx}/numerics/c.math/ctgmath.pass.cpp | 0
test/{std => libcxx}/numerics/c.math/tgmath_h.pass.cpp | 0
test/{std => libcxx}/numerics/c.math/version_cmath.pass.cpp | 0
test/{std => libcxx}/numerics/complex.number/ccmplx/ccomplex.pass.cpp | 0
test/std/depr/depr.c.headers/ciso646.pass.cpp | 4 ----
test/std/depr/depr.c.headers/complex.h.pass.cpp | 4 ----
test/std/depr/depr.c.headers/tgmath_h.pass.cpp | 4 ----
test/std/numerics/c.math/ctgmath.pass.cpp | 4 ----
test/std/numerics/c.math/tgmath_h.pass.cpp | 4 ----
test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp | 4 ----
13 files changed, 24 deletions(-)
copy test/{std => libcxx}/depr/depr.c.headers/ciso646.pass.cpp (100%)
copy test/{std => libcxx}/depr/depr.c.headers/complex.h.pass.cpp (100%)
copy test/{std => libcxx}/depr/depr.c.headers/tgmath_h.pass.cpp (100%)
copy test/{std => libcxx}/numerics/c.math/ctgmath.pass.cpp (100%)
copy test/{std => libcxx}/numerics/c.math/tgmath_h.pass.cpp (100%)
rename test/{std => libcxx}/numerics/c.math/version_cmath.pass.cpp (100%)
copy test/{std => libcxx}/numerics/complex.number/ccmplx/ccomplex.pass.cpp (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.