This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f5c0815 Fixed library dependencies on clang-import-test to clean up t [...]
new 39332e3 Add explicit triple to test to fix arm bots.
new 2d9f101 Fix MSVC build of libclang after r288438
new 66d4c44 Added clangLex to the dependencies for clang-import-test.
The 3 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/CodeGen/dbg-const-int128.c | 2 +-
tools/clang-import-test/CMakeLists.txt | 1 +
tools/libclang/CXType.cpp | 78 +++++++++++++++++-----------------
3 files changed, 41 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 clang.
from f7e51dd Testbed and skeleton of a new expression parser
new d363d00 [analyzer] Extend UnixAPIChecker open() checks to handle openat().
new f5c0815 Fixed library dependencies on clang-import-test to clean up t [...]
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/StaticAnalyzer/Checkers/UnixAPIChecker.cpp | 91 +-
test/Analysis/unix-api.c | 29 +-
test/Analysis/unix-fns.c | 3854 +++++++++++++-----------
tools/clang-import-test/CMakeLists.txt | 2 +
4 files changed, 2145 insertions(+), 1831 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 glibc.
from ea1bd74 New string function explicit_bzero (from OpenBSD).
new 3fdf179 Document sNaN argument error handling.
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:
ChangeLog | 5 +++++
manual/arith.texi | 5 +++++
2 files changed, 10 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 clang.
from 8c0cd53 Really revert all changes from r289979. Apparently conflict r [...]
new f7e51dd Testbed and skeleton of a new expression parser
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/CMakeLists.txt | 1 +
test/Import/clang-flags/Inputs/S.c | 2 +
test/Import/clang-flags/test.c | 5 +
test/Import/empty-struct/Inputs/S.c | 2 +
test/Import/empty-struct/test.c | 5 +
test/Import/error-in-expression/Inputs/S.c | 2 +
test/Import/error-in-expression/test.c | 6 +
test/Import/error-in-import/Inputs/S.c | 2 +
test/Import/error-in-import/test.c | 6 +
test/Import/missing-import/test.c | 6 +
tools/CMakeLists.txt | 1 +
tools/clang-import-test/CMakeLists.txt | 24 ++
tools/clang-import-test/clang-import-test.cpp | 319 ++++++++++++++++++++++++++
13 files changed, 381 insertions(+)
create mode 100644 test/Import/clang-flags/Inputs/S.c
create mode 100644 test/Import/clang-flags/test.c
create mode 100644 test/Import/empty-struct/Inputs/S.c
create mode 100644 test/Import/empty-struct/test.c
create mode 100644 test/Import/error-in-expression/Inputs/S.c
create mode 100644 test/Import/error-in-expression/test.c
create mode 100644 test/Import/error-in-import/Inputs/S.c
create mode 100644 test/Import/error-in-import/test.c
create mode 100644 test/Import/missing-import/test.c
create mode 100644 tools/clang-import-test/CMakeLists.txt
create mode 100644 tools/clang-import-test/clang-import-test.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 llvm.
from 398ecdf Fix a bugs with using some Mach-O command line flags like "-a [...]
new 95a614c ModuleSummaryAnalysis: Remove some duplicate code. NFCI.
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/Analysis/ModuleSummaryAnalysis.cpp | 5 -----
1 file changed, 5 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 6c1d620 [ELF] - Linkerscript: Implement two argument version of ALIGN()
new 5d0e8d4 Fix compiler warning.
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/Relocations.h | 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 3b75dc7 Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writin [...]
new 398ecdf Fix a bugs with using some Mach-O command line flags like "-a [...]
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/MachO.h | 3 +-
include/llvm/Object/MachOUniversal.h | 18 +++++++---
lib/Object/MachOObjectFile.cpp | 37 ++++++++++++++++++-
lib/Object/MachOUniversal.cpp | 2 +-
.../Inputs/fat-armv7m.o} | Bin 16624 -> 16664 bytes
.../llvm-objdump/ARM/macho-arch-armv7m-flag.test | 5 +++
test/tools/llvm-symbolizer/fat.test | 4 +--
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 2 +-
tools/llvm-nm/llvm-nm.cpp | 32 ++++++++---------
tools/llvm-objdump/MachODump.cpp | 26 ++++++++------
tools/llvm-size/llvm-size.cpp | 40 ++++++++++-----------
11 files changed, 111 insertions(+), 58 deletions(-)
copy test/tools/llvm-objdump/{X86/Inputs/macho-universal.x86_64.i386 => ARM/Inputs [...]
mode change 100755 => 100644
create mode 100644 test/tools/llvm-objdump/ARM/macho-arch-armv7m-flag.test
--
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 f638013 [ThinLTO] Import composite types as declarations
new eb30028 [libFuzzer] add an experimental flag -experimental_len_contro [...]
new c7ab3c7 [libFuzzer] avoid msan false positives in more cases
new 3b75dc7 Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writin [...]
The 3 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/CodeView.h | 2 +-
include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h | 14 +
.../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 48 +-
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 1180 ++++++--------------
.../llvm/DebugInfo/CodeView/SymbolRecordMapping.h | 44 +
include/llvm/DebugInfo/CodeView/SymbolSerializer.h | 96 ++
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 30 +-
lib/DebugInfo/CodeView/CMakeLists.txt | 2 +
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | 31 +
lib/DebugInfo/CodeView/SymbolDumper.cpp | 276 +++--
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp | 464 ++++++++
lib/DebugInfo/CodeView/SymbolSerializer.cpp | 1 +
lib/Fuzzer/FuzzerCorpus.h | 6 +
lib/Fuzzer/FuzzerDefs.h | 7 +
lib/Fuzzer/FuzzerDriver.cpp | 3 +
lib/Fuzzer/FuzzerFlags.def | 1 +
lib/Fuzzer/FuzzerLoop.cpp | 26 +-
lib/Fuzzer/FuzzerMutate.cpp | 7 -
lib/Fuzzer/FuzzerOptions.h | 1 +
lib/Fuzzer/FuzzerTracePC.cpp | 8 +-
lib/MC/MCCodeView.cpp | 4 +-
test/DebugInfo/PDB/pdb-yaml-symbols.test | 19 +-
test/DebugInfo/PDB/pdbdump-headers.test | 10 -
tools/llvm-pdbdump/YamlSymbolDumper.cpp | 300 +++--
24 files changed, 1391 insertions(+), 1189 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h
create mode 100644 include/llvm/DebugInfo/CodeView/SymbolSerializer.h
create mode 100644 lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
create mode 100644 lib/DebugInfo/CodeView/SymbolSerializer.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 clang.
from 559be57 [libclang] Restore the CXXRecordDecl path for clang_Type_getN [...]
new 0dd752d IRGen: Fix assertion failure when creating debug info for an [...]
new 8c0cd53 Really revert all changes from r289979. Apparently conflict r [...]
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/Basic/OpenCLOptions.h | 111 ++++++++++++------------------------
lib/CodeGen/CGDebugInfo.cpp | 15 +++--
test/CodeGen/dbg-const-int128.c | 8 +++
3 files changed, 52 insertions(+), 82 deletions(-)
create mode 100644 test/CodeGen/dbg-const-int128.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 gcc.
from 604b7d8 2016-12-16 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 0ab4865 compiler: add containing Bfunction to some backend interfaces.
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/go/ChangeLog | 8 ++++++
gcc/go/go-gcc.cc | 33 +++++++++++++------------
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/backend.h | 21 ++++++++--------
gcc/go/gofrontend/expressions.cc | 34 ++++++++++++++++++++------
gcc/go/gofrontend/gogo.cc | 53 ++++++++++++++++++++++++++--------------
gcc/go/gofrontend/gogo.h | 8 +++---
gcc/go/gofrontend/statements.cc | 44 +++++++++++++++++++++++----------
8 files changed, 135 insertions(+), 68 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.