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 7bf2b4b603a Daily bump.
new 32d49350310 Backport from GCC 7 branch 2018-02-14 Peter Bergner <be [...]
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/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/powerpc/vsxcopy.c | 4 ++--
2 files changed, 11 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 llvm.
from 2d51ba3a299 GlobalISel: Add templated functions and pattern matcher sup [...]
new 8b96d7cf104 Use std::unique_ptr. 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:
tools/bugpoint/CrashDebugger.cpp | 12 +++++-------
1 file changed, 5 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 gcc-7-branch
in repository gcc.
from a79caac28ed Back port from mainline 2018-02-13 Peter Bergner <bergn [...]
new c16ef5aaffc PR target/84390 * gcc.target/powerpc/vsxcopy.c: Also matc [...]
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/testsuite/ChangeLog | 7 ++-----
gcc/testsuite/gcc.target/powerpc/vsxcopy.c | 4 ++--
2 files changed, 4 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 llvm.
from 4fe1287be8a Update examples for API change. NFC.
new 22b7724fe30 Pass a module reference to CloneModule.
new 394c5f7af9c [InstCombine] add tests and comments for fdiv X, C; NFC
new 2d51ba3a299 GlobalISel: Add templated functions and pattern matcher sup [...]
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/CodeGen/GlobalISel/MIPatternMatch.h | 12 +++
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 27 +++++++
include/llvm/Transforms/Utils/Cloning.h | 6 +-
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 18 ++---
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 2 +-
lib/Transforms/Utils/CloneModule.cpp | 35 ++++-----
lib/Transforms/Utils/SplitModule.cpp | 2 +-
test/Transforms/InstCombine/fdiv.ll | 87 +++++++++++++++++++---
tools/bugpoint/CrashDebugger.cpp | 22 +++---
tools/bugpoint/ExtractFunction.cpp | 4 +-
tools/bugpoint/Miscompilation.cpp | 24 +++---
tools/llc/llc.cpp | 2 +-
tools/opt/opt.cpp | 8 +-
unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 30 +++++++-
unittests/Transforms/Utils/Cloning.cpp | 2 +-
15 files changed, 205 insertions(+), 76 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 67506d2f25 Update for llvm change. NFC.
new 2704a8a0fd [clang-format] Recognize percents as format specifiers in protos
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/TokenAnnotator.cpp | 3 +++
unittests/Format/FormatTestProto.cpp | 6 ++++++
unittests/Format/FormatTestTextProto.cpp | 4 ++++
3 files changed, 13 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 lld.
from 229ff9141 Make --export-dynamic-symbol to add undefined symbols even if [...]
new 60f8c5d4e Convert an assert to a static_assert. 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:
COFF/Symbols.h | 4 ++--
ELF/Symbols.h | 4 ++--
wasm/Symbols.h | 4 ++--
3 files changed, 6 insertions(+), 6 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 06d6207c1c6 Pass a reference to a module to the bitcode writer.
new 4fe1287be8a Update examples for API change. 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:
examples/BrainF/BrainFDriver.cpp | 2 +-
examples/ModuleMaker/ModuleMaker.cpp | 2 +-
2 files changed, 2 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 llvm.
from 9f9d3d9a03b [RegisterClassInfo] Invalidate the register pressure set li [...]
new 06d6207c1c6 Pass a reference to a module to the bitcode writer.
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/Bitcode/BitcodeWriter.h | 8 +++---
lib/Bitcode/Writer/BitWriter.cpp | 6 ++---
lib/Bitcode/Writer/BitcodeWriter.cpp | 31 +++++++++++------------
lib/Bitcode/Writer/BitcodeWriterPass.cpp | 4 +--
lib/CodeGen/ParallelCG.cpp | 4 +--
lib/FuzzMutate/FuzzerCLI.cpp | 2 +-
lib/LTO/LTOBackend.cpp | 4 +--
lib/LTO/LTOCodeGenerator.cpp | 2 +-
lib/LTO/ThinLTOCodeGenerator.cpp | 4 +--
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 17 ++++++-------
tools/bugpoint/OptimizerDriver.cpp | 6 ++---
tools/gold/gold-plugin.cpp | 2 +-
tools/llvm-as/llvm-as.cpp | 2 +-
tools/llvm-cat/llvm-cat.cpp | 2 +-
tools/llvm-link/llvm-link.cpp | 2 +-
tools/llvm-lto/llvm-lto.cpp | 2 +-
tools/llvm-modextract/llvm-modextract.cpp | 2 +-
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp | 2 +-
tools/llvm-split/llvm-split.cpp | 2 +-
tools/verify-uselistorder/verify-uselistorder.cpp | 2 +-
unittests/Bitcode/BitReaderTest.cpp | 2 +-
21 files changed, 53 insertions(+), 55 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 beb2d81e11 [Modules] Add more language features to be used with require [...]
new 67506d2f25 Update for llvm change. 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:
lib/CodeGen/BackendUtil.cpp | 4 ++--
tools/clang-offload-bundler/ClangOffloadBundler.cpp | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.