This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 026175118 Simplify LinkerScript::addOrphanSections. NFCI.
new 55bbeac37 Do not mutate Script->Opt.Commands from a leaf helper function.
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:
ELF/LinkerScript.cpp | 9 ++++++---
ELF/OutputSections.cpp | 43 +++++++++++++++++++++++--------------------
ELF/OutputSections.h | 2 ++
ELF/Writer.cpp | 12 +++++++-----
4 files changed, 38 insertions(+), 28 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 03855d14ca9 [AVX512] Fix TERNLOG when folding broadcast
new fa05ed80887 [InstCombine] rename SimplifyDivRemOfSelect to be clearer, [...]
new 88aa4b2a22c [llvm-rc] Fix some endianness errors.
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/Transforms/InstCombine/InstCombineInternal.h | 2 +-
.../InstCombine/InstCombineMulDivRem.cpp | 38 +++++++++++-----------
tools/llvm-rc/ResourceFileWriter.cpp | 24 +++++++-------
3 files changed, 33 insertions(+), 31 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 fe2683b085 Revert "For dllexport class templates, export specialization [...]
new b623e4aa71 Driver: hoist the `wchar_t` handling to the driver
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/DiagnosticFrontendKinds.td | 2 +
include/clang/Basic/LangOptions.def | 3 +-
include/clang/Driver/CC1Options.td | 6 ++
include/clang/Driver/Options.td | 4 +-
lib/Basic/TargetInfo.cpp | 12 ++-
lib/Basic/Targets/AArch64.cpp | 13 +--
lib/Basic/Targets/ARM.cpp | 23 ++---
lib/Basic/Targets/AVR.h | 1 -
lib/Basic/Targets/OSTargets.h | 7 +-
lib/Basic/Targets/X86.h | 6 +-
lib/Driver/ToolChains/Clang.cpp | 49 ++++++----
lib/Frontend/CompilerInstance.cpp | 1 +
lib/Frontend/CompilerInvocation.cpp | 11 ++-
test/CXX/conv/conv.prom/p2.cpp | 2 +-
test/CodeGen/arm-metadata.c | 2 +-
test/CodeGen/pascal-wchar-string.c | 2 +-
test/CodeGen/string-literal-short-wstring.c | 4 +-
test/CodeGen/string-literal-unicode-conversion.c | 2 +-
test/CodeGen/wchar-size.c | 2 +-
test/Driver/clang_f_opts.c | 20 ++--
test/Headers/wchar_limits.cpp | 2 +-
test/Index/index-pch.cpp | 2 +-
test/Lexer/wchar.c | 2 +-
test/Preprocessor/init.c | 10 +-
test/Preprocessor/pr19649-unsigned-wchar_t.c | 2 +-
test/Preprocessor/wchar_t.c | 113 +++++++++++++++++++++++
test/Sema/wchar.c | 2 +-
test/SemaCXX/short-wchar-sign.cpp | 2 +-
28 files changed, 226 insertions(+), 81 deletions(-)
create mode 100644 test/Preprocessor/wchar_t.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 lld.
from 396b3cb54 Reland r315114, "ELF: Export preempted symbols even if there [...]
new d68d6cb75 Split addSection into two small functions. NFCI.
new 026175118 Simplify LinkerScript::addOrphanSections. NFCI.
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:
ELF/LinkerScript.cpp | 33 ++++++++++++++++++---------------
ELF/OutputSections.cpp | 40 ++++++++++++++++++++++++++--------------
ELF/OutputSections.h | 2 +-
ELF/Writer.cpp | 2 +-
4 files changed, 46 insertions(+), 31 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 590f3fbd7 [CMake] Add LLDB_INCLUDE_TESTS variable
new be85f341d Specify the input & output results of the "Prepare Swig Bindi [...]
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:
lldb.xcodeproj/project.pbxproj | 2 ++
1 file changed, 2 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 9fb72f1b560 [dwarfdump] Verify that unit type matches root DIE
new 03855d14ca9 [AVX512] Fix TERNLOG when folding broadcast
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/X86InstrAVX512.td | 8 ++++----
test/CodeGen/X86/avx512-vpternlog-commute.ll | 8 ++++----
2 files changed, 8 insertions(+), 8 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 6c90e959c Implement interactive command interruption
new 590f3fbd7 [CMake] Add LLDB_INCLUDE_TESTS variable
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:
CMakeLists.txt | 11 ++++++++---
1 file changed, 8 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 llvm.
from b231046a7d1 [llvm-rc] Implement escape sequences in .rc files.
new 9fb72f1b560 [dwarfdump] Verify that unit type matches root DIE
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/BinaryFormat/Dwarf.h | 27 ++++++++++++++++++
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 21 ++++++++++----
include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 18 ++++++++++--
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 32 ++++++++++++++++------
test/DebugInfo/dwarfdump-header.test | 1 +
test/tools/llvm-dwarfdump/X86/empty-CU.s | 2 +-
test/tools/llvm-dwarfdump/X86/verify_debug_info.s | 2 ++
.../llvm-dwarfdump/X86/verify_unit_header_chain.s | 2 ++
8 files changed, 88 insertions(+), 17 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 binutils-gdb.
from 544c67cda1 Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes.
new b3b7c42388 Skip gdb.mi/mi-threads-interrupt.exp if nointerrupts.
new 98b273dc13 x86: Use zero_undefweak in elf_x86_link_hash_entry
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:
bfd/ChangeLog | 13 +++++++++++++
bfd/elf32-i386.c | 8 ++++----
bfd/elf64-x86-64.c | 8 ++++----
bfd/elfxx-x86.c | 4 ++--
bfd/elfxx-x86.h | 13 ++++++-------
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.mi/mi-threads-interrupt.exp | 5 +++++
7 files changed, 38 insertions(+), 17 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 lld.
from 280002a12 Revert r315114, "ELF: Export preempted symbols even if there [...]
new 396b3cb54 Reland r315114, "ELF: Export preempted symbols even if there [...]
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:
ELF/Driver.cpp | 12 +-----------
ELF/SymbolTable.cpp | 2 +-
test/ELF/gc-sections-shared.s | 13 +++++++++++--
3 files changed, 13 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.