This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 28b93f39eb [MinGW] Predefine UNICODE if -municode is specified during c [...]
new 89aa7f45a1 [VirtualFileSystem] InMemoryFileSystem::status: Return a Sta [...]
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/Basic/FileManager.cpp | 8 ++--
lib/Basic/VirtualFileSystem.cpp | 65 ++++++++++++++++++++++++-------
test/PCH/case-insensitive-include.c | 2 +-
unittests/Basic/VirtualFileSystemTest.cpp | 59 +++++++++++++++++++++++-----
unittests/Driver/ToolChainTest.cpp | 2 +-
5 files changed, 107 insertions(+), 29 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 87ee0e388ea * tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Pass [...]
new a4a93b38a77 PR target/86807 * config/pa/pa.c (TARGET_HAVE_SPECULATION [...]
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 | 6 ++++++
gcc/config/pa/pa.c | 3 +++
2 files changed, 9 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 llvm.
from 7ac42ca6410 Fix a -Wsign-compare
new f0fa788ac74 AMDGPU: Fix implementation of isCanonicalized
new 13888fd13af [LICM] Further strengthen tests for hoisting guards and inv [...]
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/Target/AMDGPU/SIISelLowering.cpp | 119 ++++++----
lib/Target/AMDGPU/SIISelLowering.h | 4 +
test/CodeGen/AMDGPU/fcanonicalize-elimination.ll | 286 +++++++++++++++++++----
test/Transforms/LICM/guards.ll | 62 +++++
test/Transforms/LICM/invariant.start.ll | 49 +++-
5 files changed, 425 insertions(+), 95 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 63e7c725f46 [LICM] Strengthen invariant.start hoisting tests [NFC]
new 7ac42ca6410 Fix a -Wsign-compare
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/RegisterCoalescer.cpp | 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 lld.
from 43c0b1112 ELF: Enable address-significance tables during LTO.
new 0819ce344 [COFF] Treat .xdata/.pdata$<sym> as implicitly associative to [...]
new 0987039b9 Add TARGET(foo) linker script directive.
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:
COFF/InputFiles.cpp | 54 ++++++++++++++++++--
COFF/InputFiles.h | 17 ++++++-
ELF/Config.h | 1 +
ELF/Driver.cpp | 6 +--
ELF/Driver.h | 3 --
ELF/ScriptParser.cpp | 20 ++++++++
test/COFF/Inputs/associative-comdat-mingw-2.s | 34 +++++++++++++
test/COFF/associative-comdat-mingw.s | 73 +++++++++++++++++++++++++++
test/ELF/linkerscript/target.s | 18 +++++++
9 files changed, 214 insertions(+), 12 deletions(-)
create mode 100644 test/COFF/Inputs/associative-comdat-mingw-2.s
create mode 100644 test/COFF/associative-comdat-mingw.s
create mode 100644 test/ELF/linkerscript/target.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 9f5cab6fbe5 [LICM] Add tests highlighting missing hoists for intrinsics [NFC]
new 5c412ae2f6a [X86] Fix assertion in subreg extraction
new 63e7c725f46 [LICM] Strengthen invariant.start hoisting tests [NFC]
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/SelectionDAG/InstrEmitter.cpp | 2 +-
test/CodeGen/X86/large-pic-string.ll | 21 ++++++++++++++++
test/Transforms/LICM/invariant.start.ll | 42 +++++++++++++++++++++++++++++++
3 files changed, 64 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/large-pic-string.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 test-suite.
from 8f9cb4a5 [CMake] Add option for appending extra custom lit modules
new 4c6c9b86 Add image blur algorithms using Benchmark Library Contains Im [...]
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:
.../ImageProcessing/Blur/CMakeLists.txt | 15 ++
MicroBenchmarks/ImageProcessing/Blur/blur.h | 15 ++
.../ImageProcessing/Blur/boxBlur.reference_output | 1 +
.../ImageProcessing/Blur/boxBlurKernel.c | 26 +++
.../Blur/gaussianBlur.reference_output | 1 +
.../ImageProcessing/Blur/gaussianBlurKernel.c | 45 +++++
MicroBenchmarks/ImageProcessing/Blur/main.cpp | 192 +++++++++++++++++++++
MicroBenchmarks/ImageProcessing/CMakeLists.txt | 1 +
8 files changed, 296 insertions(+)
create mode 100644 MicroBenchmarks/ImageProcessing/Blur/CMakeLists.txt
create mode 100644 MicroBenchmarks/ImageProcessing/Blur/blur.h
create mode 100644 MicroBenchmarks/ImageProcessing/Blur/boxBlur.reference_output
create mode 100644 MicroBenchmarks/ImageProcessing/Blur/boxBlurKernel.c
create mode 100644 MicroBenchmarks/ImageProcessing/Blur/gaussianBlur.reference_output
create mode 100644 MicroBenchmarks/ImageProcessing/Blur/gaussianBlurKernel.c
create mode 100644 MicroBenchmarks/ImageProcessing/Blur/main.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 binutils-gdb.
from a7f25a84f4 Fix compilation failure in remote.c
new 3a12c78d14 Add --warn-drop-version option; by default, do not warn when [...]
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:
gold/ChangeLog | 6 ++++++
gold/options.h | 4 ++++
gold/symtab.cc | 11 ++++++-----
3 files changed, 16 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 binutils-2_31-branch
in repository binutils-gdb.
from dbf924a63a Fix type checking errors.
new b7991db94c Add --warn-drop-version option; by default, do not warn when [...]
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:
gold/ChangeLog | 6 ++++++
gold/options.h | 4 ++++
gold/symtab.cc | 11 ++++++-----
3 files changed, 16 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 llvm.
from f064d04716a [SLC] Fix shrinking of pow()
new 9f5cab6fbe5 [LICM] Add tests highlighting missing hoists for intrinsics [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:
test/Transforms/LICM/assume.ll | 4 +++-
test/Transforms/LICM/guards.ll | 23 +++++++++++++++++++++++
test/Transforms/LICM/invariant.start.ll | 23 +++++++++++++++++++++++
3 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LICM/guards.ll
create mode 100644 test/Transforms/LICM/invariant.start.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.