This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 12bfbed8ef Represent debug information compression type fully
new 4ed69c25ab [libclang] Introduce a new parsing option 'CXTranslationUnit [...]
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-c/Index.h | 9 +++++++--
include/clang/Frontend/ASTUnit.h | 1 +
include/clang/Lex/PreprocessorOptions.h | 4 ++++
lib/Frontend/ASTUnit.cpp | 3 ++-
lib/Lex/PPDirectives.cpp | 6 +++++-
test/Index/singe-file-parse.m | 11 +++++++++++
tools/c-index-test/c-index-test.c | 30 ++++++++++++++++++++++++++++++
tools/libclang/CIndex.cpp | 6 ++++--
8 files changed, 64 insertions(+), 6 deletions(-)
create mode 100644 test/Index/singe-file-parse.m
--
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 680d997aa78 [pdb] Don't crash on unknown debug subsections.
new 67d04e8fdfc [codeview] use 32-bit integer for RelocOffset in DebugLines [...]
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/DebugInfo/CodeView/DebugLinesSubsection.h | 4 ++--
lib/DebugInfo/CodeView/DebugLinesSubsection.cpp | 2 +-
test/DebugInfo/PDB/Inputs/debug-subsections.yaml | 2 +-
3 files changed, 4 insertions(+), 4 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 e6be41f2a82 sink DebugCompressionType into MC for exposing to clang
new 680d997aa78 [pdb] Don't crash on unknown debug subsections.
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/DebugInfo/CodeView/DebugSubsectionVisitor.h | 2 +-
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 13 -------------
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 12 ++++++++++++
tools/llvm-pdbdump/llvm-pdbdump.cpp | 2 ++
4 files changed, 15 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 lld.
from 704b64a46 Add a test for R_386_PC16 range checking.
new 318f9dab2 Fix filename.
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/ELF/i386-reloc-range.s | 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 68ca30aa362 [CodeView] Support remaining debug subsection types
new e6be41f2a82 sink DebugCompressionType into MC for exposing to clang
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/MC/MCAsmInfo.h | 8 +-------
include/llvm/MC/MCTargetOptions.h | 6 ++++++
include/llvm/Target/TargetOptions.h | 10 +++++-----
lib/CodeGen/LLVMTargetMachine.cpp | 3 +--
lib/MC/ELFObjectWriter.cpp | 16 ++++++++++------
tools/llvm-mc/llvm-mc.cpp | 22 ++++++++++------------
6 files changed, 33 insertions(+), 32 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 6bba2ec198 [sanitizer-coverage] one more flavor of coverage: -fsanitize [...]
new 12bfbed8ef Represent debug information compression type fully
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/Frontend/CodeGenOptions.def | 3 ++-
lib/CodeGen/BackendUtil.cpp | 2 +-
lib/Frontend/CompilerInvocation.cpp | 4 +++-
tools/driver/cc1as_main.cpp | 10 ++++++----
4 files changed, 12 insertions(+), 7 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 9c6d1f3ca Use check() to report an error.
new 704b64a46 Add a test for R_386_PC16 range checking.
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/ELF/i386-reloc-range.s | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 test/ELF/i386-reloc-range.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 9cc66ac05da Fix build by adding includes.
new 68ca30aa362 [CodeView] Support remaining debug subsection types
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:
.../CodeView/DebugStringTableSubsection.h | 2 +
.../DebugInfo/CodeView/DebugSubsectionRecord.h | 8 +-
.../DebugInfo/CodeView/DebugSubsectionVisitor.h | 11 +
.../DebugInfo/CodeView/DebugSymbolsSubsection.h | 3 +
include/llvm/DebugInfo/CodeView/TypeSerializer.h | 2 +
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 5 +-
.../llvm/ObjectYAML/CodeViewYAMLDebugSections.h | 27 +-
include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 5 +
.../CodeView/DebugStringTableSubsection.cpp | 13 +-
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 23 +-
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp | 22 +-
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 311 +++++++++++++++++++--
lib/ObjectYAML/CodeViewYAMLTypes.cpp | 28 +-
test/DebugInfo/PDB/Inputs/debug-subsections.yaml | 27 ++
test/DebugInfo/PDB/pdbdump-debug-subsections.test | 166 ++++++-----
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 95 ++++++-
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 6 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 12 +-
tools/llvm-pdbdump/llvm-pdbdump.h | 3 +
19 files changed, 637 insertions(+), 132 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 2bd1f198496 [gcc]
new 13de696d487 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from a98ddbd66a1 PR target/81015 Revert: 2016-12-14 Uros Bizjak <ubizja [...]
new e3e8751a9f0 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.