This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 7bc9fbaf5 Make some headers modular by adding missing includes/forward decls.
new e764eafab COFF: Emit a COFF symbol table if /debug:dwarf is specified.
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/Config.h | 1 +
COFF/Driver.cpp | 1 +
COFF/Symbols.h | 7 +-
COFF/Writer.cpp | 128 +++++++++++++++----
test/COFF/strtab-size.s | 216 ++++++++++++++++++++++++++++++++
test/COFF/{baserel.test => symtab.test} | 165 +++++++++++++-----------
6 files changed, 423 insertions(+), 95 deletions(-)
create mode 100644 test/COFF/strtab-size.s
copy test/COFF/{baserel.test => symtab.test} (60%)
--
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 b2e0d665f6 [X86] Remove 'mm3now' from isValidFeatureName.
new 1b3c87f0bd FormatInternal.h: Add missing includes.
new 254611bd30 ASTMatchers{,Macros}.h: Add some extra macros to use for dec [...]
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:
include/clang/ASTMatchers/ASTMatchers.h | 19 ++++++-----
include/clang/ASTMatchers/ASTMatchersMacros.h | 45 +++++++++++++++++++++++++++
lib/ASTMatchers/ASTMatchersInternal.cpp | 9 ++++++
lib/Format/FormatInternal.h | 4 +++
4 files changed, 67 insertions(+), 10 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 425a276f1 [tsan] Fix sigaction implementation when it's called only to [...]
new 9ccd99769 [sanitizers] Add init function to set alignment of low level [...]
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_rtl.cc | 1 +
lib/sanitizer_common/sanitizer_allocator.cc | 9 ++++++++-
lib/sanitizer_common/sanitizer_common.h | 2 ++
3 files changed, 11 insertions(+), 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 50f144f6c Relax pdb.test checks for debug chunk sizes
new 7bc9fbaf5 Make some headers modular by adding missing includes/forward decls.
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/lld/ReaderWriter/YamlContext.h | 1 +
lib/ReaderWriter/MachO/FlatNamespaceFile.h | 2 ++
2 files changed, 3 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 gcc.
from 0911a8d3846 C: hints for missing stdlib includes for macros and types
new 145fb49ffe2 C/C++: more stdlib header hints (PR c/81404)
new c8a6be18fc0 Use -Wtraditional for "would be stringified in traditional [...]
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 | 5 +
gcc/Makefile.in | 2 +-
gcc/c-family/ChangeLog | 10 ++
gcc/c-family/known-headers.cc | 169 +++++++++++++++++++++
.../c-family/known-headers.h | 28 +++-
gcc/c/ChangeLog | 10 ++
gcc/c/c-decl.c | 82 +---------
gcc/cp/ChangeLog | 7 +
gcc/cp/name-lookup.c | 11 ++
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/g++.dg/spellcheck-stdlib.C | 84 ++++++++++
gcc/testsuite/gcc.dg/pragma-diag-7.c | 13 ++
gcc/testsuite/gcc.dg/spellcheck-stdlib.c | 9 ++
libcpp/ChangeLog | 6 +
libcpp/macro.c | 2 +-
15 files changed, 362 insertions(+), 88 deletions(-)
create mode 100644 gcc/c-family/known-headers.cc
copy libcc1/compiler-name.hh => gcc/c-family/known-headers.h (51%)
create mode 100644 gcc/testsuite/g++.dg/spellcheck-stdlib.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 binutils-gdb.
from e6b2f5efa9 Fix mapped_index::find_name_components_bounds upper bound co [...]
new bf3d139947 xtensa error message
new 0ee5a0e483 Add NULL bfd test to elf_symbol_from
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 | 5 +++++
bfd/elf-bfd.h | 9 +++++----
bfd/elfcode.h | 2 ++
gas/ChangeLog | 5 +++++
gas/config/tc-xtensa.c | 22 ++++++----------------
5 files changed, 23 insertions(+), 20 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 69eab567dcc 2017-11-20 Steve Ellcey <sellcey(a)cavium.com>
new dbfb2c436f8 C++: provide macro used-before-defined hint (PR c++/72786)
new 0911a8d3846 C: hints for missing stdlib includes for macros and types
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 | 6 ++
gcc/c/ChangeLog | 7 ++
gcc/c/c-decl.c | 92 +++++++++++++++++++++-
gcc/cp/ChangeLog | 7 ++
gcc/cp/name-lookup.c | 50 +++++++++++-
gcc/spellcheck.h | 7 ++
gcc/testsuite/ChangeLog | 11 +++
...ro-ordering.C => spellcheck-macro-ordering-2.C} | 18 +++--
gcc/testsuite/g++.dg/spellcheck-macro-ordering.C | 3 +-
gcc/testsuite/gcc.dg/spellcheck-stdlib.c | 55 +++++++++++++
libcpp/ChangeLog | 6 ++
libcpp/include/cpplib.h | 1 +
libcpp/macro.c | 8 ++
13 files changed, 258 insertions(+), 13 deletions(-)
copy gcc/testsuite/g++.dg/{spellcheck-macro-ordering.C => spellcheck-macro-orderin [...]
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-stdlib.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 llvm.
from bb5acf9b6f7 llvm-rc/ResourceScriptTokenList.h: Turns this into a .def f [...]
new ed677fa0892 xray-record-yaml.h: Remove unused file
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/llvm-xray/xray-record-yaml.h | 102 -------------------------------------
1 file changed, 102 deletions(-)
delete mode 100644 tools/llvm-xray/xray-record-yaml.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 clang.
from 94ab67222d [analyzer] Diagnose stack leaks via block captures
new b2e0d665f6 [X86] Remove 'mm3now' from isValidFeatureName.
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/Targets/X86.cpp | 2 --
1 file changed, 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 gcc.
from cfc379f796b Daily bump.
new 69eab567dcc 2017-11-20 Steve Ellcey <sellcey(a)cavium.com>
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 | 5 +++++
gcc/testsuite/gfortran.dg/pr45636.f90 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.