This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from a364457 COFF: Update remaining #include paths.
new c1c0693 COFF: Rename non-noreturn error -> check.
new 9727d36 COFF: Rename noreturn error -> fatal.
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/Chunks.cpp | 6 ++---
COFF/Driver.cpp | 28 +++++++++++-----------
COFF/DriverUtils.cpp | 66 ++++++++++++++++++++++++++--------------------------
COFF/Error.cpp | 10 ++++----
COFF/Error.h | 12 +++++-----
COFF/InputFiles.cpp | 28 +++++++++++-----------
COFF/InputFiles.h | 2 +-
COFF/Librarian.cpp | 3 +--
COFF/ModuleDef.cpp | 14 +++++------
COFF/PDB.cpp | 2 +-
COFF/SymbolTable.cpp | 12 +++++-----
COFF/Symbols.cpp | 2 +-
COFF/Writer.cpp | 12 +++++-----
13 files changed, 98 insertions(+), 99 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 db85662 [X86][AVX2] Allow VPERMPD/VPERMQ shuffles to call combineShuf [...]
new 520a6ed llvm-objdump: extend __mh_execute_header handling to other sp [...]
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:
.../ARM/Inputs/mh_dylib_header.macho-arm} | Bin 8256 -> 8336 bytes
test/tools/llvm-objdump/ARM/mh_dylib_header.test | 7 +++++++
tools/llvm-objdump/MachODump.cpp | 12 +++++++-----
3 files changed, 14 insertions(+), 5 deletions(-)
copy test/{Object/Inputs/macho-universal-bad2.x86_64.i386 => tools/llvm-objdump/AR [...]
mode change 100644 => 100755
create mode 100644 test/tools/llvm-objdump/ARM/mh_dylib_header.test
--
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 81a5520 [LoopDist] Fix typo in diagnostic
new db85662 [X86][AVX2] Allow VPERMPD/VPERMQ shuffles to call combineShuf [...]
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/X86/X86ISelLowering.cpp | 1 +
test/CodeGen/X86/avx-vperm2x128.ll | 4 ++--
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 2 +-
test/CodeGen/X86/vector-shuffle-256-v16.ll | 14 +++++++-------
test/CodeGen/X86/vector-shuffle-256-v32.ll | 12 ++++++------
test/CodeGen/X86/vector-shuffle-256-v8.ll | 4 ++--
6 files changed, 19 insertions(+), 18 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 f6fec8b C does not have inline variables. Add a few missing tests for [...]
new 543a430 Remove the new module cache from the index-module test
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/Index/index-module.m | 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 llvm.
from 323f789 llvm-objdump: handle stubbed and malformed dylibs better
new 81a5520 [LoopDist] Fix typo in diagnostic
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/Transforms/Scalar/LoopDistribute.cpp | 2 +-
test/Transforms/LoopDistribute/diagnostics.ll | 4 ++--
2 files changed, 3 insertions(+), 3 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 db738f0 Add test inputs missed by r275481.
new f6fec8b C does not have inline variables. Add a few missing tests for [...]
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/Sema/SemaDecl.cpp | 5 ++++-
test/Sema/inline.c | 2 +-
test/SemaCXX/inline.cpp | 13 +++++++++++++
3 files changed, 18 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 compiler-rt.
from 552ecd1 address comments in: https://reviews.llvm.org/D22363
new 48ccea3 [asan] Avoid hooking memchr() on Windows64
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/asan/asan_win_dll_thunk.cc | 3 +++
lib/sanitizer_common/sanitizer_platform_interceptors.h | 3 +--
2 files changed, 4 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 9c52409 [GVN] Fold constant expression in GVN.
new 323f789 llvm-objdump: handle stubbed and malformed dylibs better
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:
.../X86/Inputs/stubbed.dylib.macho-x86_64 | Bin 0 -> 784 bytes
.../X86/Inputs/truncated-section.dylib.macho-x86_64} | Bin 4208 -> 4208 bytes
test/tools/llvm-objdump/X86/stubbed-dylib.test | 5 +++++
test/tools/llvm-objdump/X86/truncated-section.test | 7 +++++++
tools/llvm-objdump/MachODump.cpp | 14 ++++++++++++--
5 files changed, 24 insertions(+), 2 deletions(-)
create mode 100755 test/tools/llvm-objdump/X86/Inputs/stubbed.dylib.macho-x86_64
copy test/{Object/Inputs/macho-no-exports.dylib => tools/llvm-objdump/X86/Inputs/t [...]
create mode 100644 test/tools/llvm-objdump/X86/stubbed-dylib.test
create mode 100644 test/tools/llvm-objdump/X86/truncated-section.test
--
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 60c99da [modules] Don't pass interesting decls to the consumer for a [...]
new db738f0 Add test inputs missed by r275481.
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/Modules/Inputs/unused-global-init/init.h | 1 +
test/Modules/Inputs/unused-global-init/module.modulemap | 3 +++
test/Modules/Inputs/unused-global-init/other.h | 1 +
test/Modules/Inputs/unused-global-init/unused.h | 1 +
test/Modules/Inputs/unused-global-init/used.h | 2 ++
5 files changed, 8 insertions(+)
create mode 100644 test/Modules/Inputs/unused-global-init/init.h
create mode 100644 test/Modules/Inputs/unused-global-init/module.modulemap
create mode 100644 test/Modules/Inputs/unused-global-init/other.h
create mode 100644 test/Modules/Inputs/unused-global-init/unused.h
create mode 100644 test/Modules/Inputs/unused-global-init/used.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 compiler-rt.
from b15fb92 [compiler-rt] Fix missing frame with stackwalking on windows 64-bits
new 4990a15 [compiler-rt] Add internal wcslen to avoid crashing on window [...]
new 89b4df6 [compiler-rt] Add more assembly patterns for interception
new e673d26 [compiler-rt] Fix missing argument in asan unittest
new 552ecd1 address comments in: https://reviews.llvm.org/D22363
The 4 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/asan/asan_interceptors.cc | 2 +-
lib/interception/interception_win.cc | 8 +++++++-
lib/sanitizer_common/sanitizer_libc.cc | 6 ++++++
lib/sanitizer_common/sanitizer_libc.h | 1 +
test/asan/TestCases/Windows/dll_seh.cc | 4 ++--
5 files changed, 17 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.