This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 67c1f24 Update for llvm change.
new 075c361 Update for llvm change.
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/InputFiles.cpp | 17 +++++++----------
test/ELF/invalid/invalid-e_shnum.s | 5 ++---
test/ELF/invalid/too-short.s | 2 +-
3 files changed, 10 insertions(+), 14 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 60a7c43 Add DWARF debug info support for C++11 inline namespaces. Thi [...]
new 6a44556 Don't error in the ELFFile constructor.
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/Object/ELF.h | 58 ++++++++++++++-----------------------
include/llvm/Object/ELFObjectFile.h | 4 +--
2 files changed, 22 insertions(+), 40 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 b906ae7 Add missing hunk from previous commit.
new 2f1c4c0 * c-cppbuiltin.c (c_cpp_builtins): Correct __cpp_inheriting_ [...]
new df65035 Use type_hash_eq langhook in check_qualified_type.
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:
gcc/ChangeLog | 7 +++++++
gcc/c-family/ChangeLog | 5 +++++
gcc/c-family/c-cppbuiltin.c | 2 +-
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/tree.c | 9 +++++----
gcc/cp/typeck.c | 7 -------
gcc/langhooks.h | 2 +-
gcc/testsuite/g++.dg/cpp1y/feat-cxx11.C | 4 ++--
gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C | 4 ++--
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 4 ++--
gcc/tree.c | 21 +++++++++++++++++++--
gcc/tree.h | 5 +++++
12 files changed, 56 insertions(+), 21 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 2d1f4f5 [libFuzzer] fix -error_exitcode=N, now with a test
new 60a7c43 Add DWARF debug info support for C++11 inline namespaces. Thi [...]
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/LLVMBitCodes.h | 14 ++++++------
include/llvm/IR/DIBuilder.h | 3 ++-
include/llvm/IR/DebugInfoMetadata.h | 27 +++++++++++++---------
lib/AsmParser/LLParser.cpp | 5 +++--
lib/Bitcode/Reader/BitcodeReader.cpp | 10 +++++----
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 ++
lib/IR/AsmWriter.cpp | 1 +
lib/IR/DIBuilder.cpp | 5 +++--
lib/IR/DebugInfoMetadata.cpp | 7 +++---
lib/IR/LLVMContextImpl.h | 12 ++++++----
test/Assembler/dinamespace.ll | 7 ++++--
test/Bitcode/DINamespace.ll | 23 +++++++++++++++++++
test/Bitcode/DINamespace.ll.bc | Bin 0 -> 1152 bytes
test/DebugInfo/X86/inline-namespace.ll | 40 +++++++++++++++++++++++++++++++++
unittests/IR/MetadataTest.cpp | 20 ++++++++++++-----
16 files changed, 135 insertions(+), 43 deletions(-)
create mode 100644 test/Bitcode/DINamespace.ll
create mode 100644 test/Bitcode/DINamespace.ll.bc
create mode 100644 test/DebugInfo/X86/inline-namespace.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 clang.
from 4d47937 Improve obvious-most-derived-type devirtualization:
new ca5764a Add debug info support for C++11 inline namespaces.
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/CGDebugInfo.cpp | 4 ++--
test/CodeGenCXX/debug-info-namespace.cpp | 13 +++++++++----
2 files changed, 11 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 cbbb2b1 [ADT] IntervalMap: fix setStart and setStop
new 2d1f4f5 [libFuzzer] fix -error_exitcode=N, now with a 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:
docs/LibFuzzer.rst | 5 +++--
lib/Fuzzer/FuzzerDriver.cpp | 1 +
lib/Fuzzer/FuzzerFlags.def | 8 ++++----
lib/Fuzzer/test/fuzzer-leak.test | 1 +
4 files changed, 9 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 a625bff Remove the last use of report_fatal_error from ELF.h.
new cbbb2b1 [ADT] IntervalMap: fix setStart and setStop
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/ADT/IntervalMap.h | 15 +++++++++++--
unittests/ADT/IntervalMapTest.cpp | 47 +++++++++++++++++++++++++++++++++++++++
2 files changed, 60 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 1787ec7 PDB: Fix some APIs to avoid use-after-frees
new a625bff Remove the last use of report_fatal_error from ELF.h.
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/Object/ELF.h | 14 ++++----------
tools/llvm-readobj/ARMEHABIPrinter.h | 2 +-
tools/llvm-readobj/ELFDumper.cpp | 12 ++++++------
tools/obj2yaml/elf2yaml.cpp | 10 ++++++++--
4 files changed, 19 insertions(+), 19 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 eb68772 Simplify by directly using this->Symbols. NFC.
new 67c1f24 Update for llvm change.
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/ICF.cpp | 8 ++++----
ELF/InputSection.cpp | 8 ++++----
ELF/MarkLive.cpp | 8 ++++----
ELF/OutputSections.cpp | 4 ++--
ELF/Relocations.cpp | 8 ++++----
5 files changed, 18 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 gcc.
from 3e0607a Default missing exponents to 0 with -fdec.
new b906ae7 Add missing hunk from previous commit.
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/config.gcc | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.