This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1bc624a Add MS __nop intrinsic to intrin.h
new 99ad38f Add missing include. White space.
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/Lex/ModuleMap.h | 3 ++-
1 file changed, 2 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 fortran-dev
in repository gcc.
from d584033 2016-09-07 Paul Thomas <pault(a)gcc.gnu.org>
new 26ee7d9 2016-09-07 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog.fortran-dev | 13 +++++++++++++
gcc/fortran/trans-expr.c | 4 +++-
gcc/fortran/trans-intrinsic.c | 1 +
gcc/fortran/trans-stmt.c | 25 ++++++++++++++++++++-----
4 files changed, 37 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 clang.
from 7dee30fb Parsing MS pragma intrinsic
new 1bc624a Add MS __nop intrinsic to intrin.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:
lib/Headers/intrin.h | 5 +++++
test/Headers/ms-intrin.cpp | 1 +
2 files changed, 6 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 c7e4445 * config/i386/i386.c: Add 'U' suffix to processor feature bi [...]
new 3da97ff Move class substring_loc from c-family into gcc
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/ChangeLog | 19 ++
gcc/Makefile.in | 1 +
gcc/c-family/ChangeLog | 15 ++
gcc/c-family/c-common.c | 23 +--
gcc/c-family/c-common.h | 32 +---
gcc/c-family/c-format.c | 157 +----------------
gcc/c/ChangeLog | 5 +
gcc/c/c-lang.c | 3 +
gcc/langhooks-def.h | 8 +-
gcc/langhooks.c | 8 +
gcc/langhooks.h | 9 +
gcc/substring-locations.c | 195 +++++++++++++++++++++
gcc/substring-locations.h | 71 ++++++++
gcc/testsuite/ChangeLog | 5 +
.../diagnostic_plugin_test_string_literals.c | 1 +
15 files changed, 356 insertions(+), 196 deletions(-)
create mode 100644 gcc/substring-locations.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 clang.
from b92c95b [MS] Fix 'this' type when calling virtual methods with inalloca
new 7dee30fb Parsing MS pragma intrinsic
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/DiagnosticParseKinds.td | 4 ++
include/clang/Basic/IdentifierTable.h | 3 +-
include/clang/Parse/Parser.h | 1 +
lib/Parse/ParsePragma.cpp | 60 +++++++++++++++++++++++++++++
test/Preprocessor/pragma_microsoft.c | 16 ++++++++
5 files changed, 82 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 clang-tools-extra.
from 9788cd7 [include-fixer] Fix some Clang-tidy modernize-use-override an [...]
new 8cea6ff [include-fixer] Support finding headers for the symbol under cursor.
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-fixer/find-all-symbols/SymbolInfo.h | 2 ++
include-fixer/tool/ClangIncludeFixer.cpp | 32 ++++++++++++++++++++--
include-fixer/tool/clang-include-fixer.el | 35 +++++++++++++++++++-----
include-fixer/tool/clang-include-fixer.py | 41 ++++++++++++++++++++++++++---
test/include-fixer/query_symbol.cpp | 13 +++++++++
5 files changed, 111 insertions(+), 12 deletions(-)
create mode 100644 test/include-fixer/query_symbol.cpp
--
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 ebf5cf8 [asan] Reify ErrorNewDeleteSizeMismatch
new 2983142 [powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64
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/tests/asan_interface_test.cc | 4 ++++
1 file changed, 4 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 452b6b2 [LoopInterchange] Improve debug output. NFC.
new eadc14f [codeview] Add new directives to record inlined call site line info
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/MCCodeView.h | 83 ++++++++++-
include/llvm/MC/MCFragment.h | 5 +-
include/llvm/MC/MCObjectStreamer.h | 11 +-
include/llvm/MC/MCStreamer.h | 20 ++-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 30 ++--
lib/MC/MCAsmStreamer.cpp | 56 +++++---
lib/MC/MCCodeView.cpp | 152 ++++++++++++++------
lib/MC/MCObjectStreamer.cpp | 12 +-
lib/MC/MCParser/AsmParser.cpp | 169 ++++++++++++++++------
lib/MC/MCStreamer.cpp | 46 +++++-
test/DebugInfo/COFF/inlining-header.ll | 7 +-
test/DebugInfo/COFF/inlining-levels.ll | 4 +-
test/DebugInfo/COFF/inlining.ll | 10 +-
test/DebugInfo/COFF/local-variables.ll | 3 +
test/MC/COFF/cv-def-range.s | 1 +
test/MC/COFF/cv-empty-linetable.s | 1 +
test/MC/COFF/cv-errors.s | 56 ++++++++
test/MC/COFF/cv-inline-linetable-infloop.s | 3 +
test/MC/COFF/cv-inline-linetable-unlikely.s | 191 +++++++++++++++++++++++++
test/MC/COFF/cv-inline-linetable-unreachable.s | 2 +
test/MC/COFF/cv-inline-linetable.s | 27 ++--
test/MC/COFF/cv-loc-cross-section.s | 26 ++++
test/MC/COFF/cv-loc.s | 2 +
23 files changed, 741 insertions(+), 176 deletions(-)
create mode 100644 test/MC/COFF/cv-errors.s
create mode 100644 test/MC/COFF/cv-inline-linetable-unlikely.s
create mode 100644 test/MC/COFF/cv-loc-cross-section.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 lldb.
from ada4788 Fix unittest compilation on windows
new 1c9e249 Use llvm's demangler.
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:
cmake/LLDBDependencies.cmake | 1 +
include/lldb/Core/CxaDemangle.h | 19 -
source/Core/CMakeLists.txt | 1 -
source/Core/CxaDemangle.cpp | 4402 ---------------------------------------
source/Core/Mangled.cpp | 5 +-
5 files changed, 4 insertions(+), 4424 deletions(-)
delete mode 100644 include/lldb/Core/CxaDemangle.h
delete mode 100644 source/Core/CxaDemangle.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.