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 5071ec4 [sancov] Disable failing test on SystemZ as well
new 06f626a Fix warning for noreturn function
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/sanitizer_common/sanitizer_win.cc | 1 +
1 file changed, 1 insertion(+)
--
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 bcb98cc [analyzer] Detect ObjC properties that are both (copy) and Mutable.
new 14f4b9d __uuidof() and declspec(uuid("...")) should be allowed on enu [...]
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/Attr.td | 4 +++-
include/clang/Basic/DiagnosticSemaKinds.td | 3 ++-
include/clang/Sema/AttributeList.h | 3 ++-
lib/Sema/SemaDeclAttr.cpp | 6 ------
lib/Sema/SemaExprCXX.cpp | 8 ++++----
test/Parser/MicrosoftExtensions.cpp | 15 +++++++++++++++
6 files changed, 26 insertions(+), 13 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 91eedfd libgo: fixes for Solaris build
new 789702c 2016-12-13 Janus Weil <janus(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 | 9 +++++++++
gcc/fortran/array.c | 12 +++++-------
gcc/fortran/expr.c | 23 +++++++++++------------
gcc/fortran/gfortran.h | 6 +++---
gcc/fortran/resolve.c | 14 +++++++-------
5 files changed, 35 insertions(+), 29 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 ebaf57b [libFuzzer] Add missing header needed for Windows.
new adb170f Make a DWARFDIE class that can help avoid using the wrong DWA [...]
new 26fec96 GlobalISel: fix GOT accesses on AArch64.
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/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 107 +-----
include/llvm/DebugInfo/DWARF/DWARFDie.h | 300 ++++++++++++++++
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 34 +-
lib/DebugInfo/DWARF/CMakeLists.txt | 1 +
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp | 6 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 42 +--
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 399 +--------------------
lib/DebugInfo/DWARF/DWARFDie.cpp | 391 ++++++++++++++++++++
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 9 +-
lib/DebugInfo/DWARF/DWARFUnit.cpp | 90 +++--
lib/Target/AArch64/AArch64InstructionSelector.cpp | 5 +-
.../AArch64/GlobalISel/arm64-instructionselect.mir | 6 +-
tools/dsymutil/DwarfLinker.cpp | 249 +++++++------
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 260 +++++++-------
unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 1 -
15 files changed, 1047 insertions(+), 853 deletions(-)
create mode 100644 include/llvm/DebugInfo/DWARF/DWARFDie.h
create mode 100644 lib/DebugInfo/DWARF/DWARFDie.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 gcc.
from deb7b42 PR target/78794 * config/i386/i386.c (dimode_scalar_chain:: [...]
new 91eedfd libgo: fixes for Solaris build
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/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 6 +++--
libgo/Makefile.in | 13 ++++++----
libgo/aclocal.m4 | 1 +
libgo/configure | 58 +++++++++++++++++++++++++++++++++++++++++++--
libgo/configure.ac | 3 +++
libgo/testsuite/Makefile.in | 2 ++
7 files changed, 75 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 llvm.
from 1d11258 Fix the test cases committed in r289521.
new 9fb21ea [libFuzzer] Improve Signal Handler interface.
new 0ca1e73 [libFuzzer] Properly use unsigned for Process ID.
new 611506b [libFuzzer] Properly use unsigned for workers, jobs and Numbe [...]
new f51c504 [libFuzzer] Clean up headers and file formatting of LibFuzzer files.
new f2c03c3 [libFuzzer] Fix bug in detecting timeouts when input string i [...]
new fed659a [libFuzzer] Implement DirName() for Windows.
new fae92e9 [libFuzzer] Avoid name collision with Windows API.
new ebaf57b [libFuzzer] Add missing header needed for Windows.
The 8 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/Fuzzer/FuzzerCorpus.h | 8 +-
lib/Fuzzer/FuzzerCrossOver.cpp | 3 +-
lib/Fuzzer/FuzzerDefs.h | 2 +
lib/Fuzzer/FuzzerDictionary.h | 1 -
lib/Fuzzer/FuzzerDriver.cpp | 35 ++---
lib/Fuzzer/FuzzerExtFunctions.h | 2 +
lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp | 2 +
lib/Fuzzer/FuzzerExtFunctionsWeak.cpp | 2 +
lib/Fuzzer/FuzzerExtFunctionsWeakAlias.cpp | 2 +
lib/Fuzzer/FuzzerFlags.def | 4 +-
lib/Fuzzer/FuzzerFnAdapter.h | 3 +-
lib/Fuzzer/FuzzerIO.cpp | 3 +-
lib/Fuzzer/FuzzerIO.h | 4 +-
lib/Fuzzer/FuzzerIOPosix.cpp | 5 +-
lib/Fuzzer/FuzzerIOWindows.cpp | 143 ++++++++++++++++-
lib/Fuzzer/FuzzerInternal.h | 14 +-
lib/Fuzzer/FuzzerLoop.cpp | 13 +-
lib/Fuzzer/FuzzerMerge.cpp | 5 +-
lib/Fuzzer/FuzzerOptions.h | 7 +
lib/Fuzzer/FuzzerSHA1.h | 2 +
lib/Fuzzer/FuzzerTracePC.h | 3 +-
lib/Fuzzer/FuzzerUtil.cpp | 2 +-
lib/Fuzzer/FuzzerUtil.h | 16 +-
lib/Fuzzer/FuzzerUtilDarwin.cpp | 5 +-
lib/Fuzzer/FuzzerUtilLinux.cpp | 7 +-
lib/Fuzzer/FuzzerUtilPosix.cpp | 31 ++--
lib/Fuzzer/FuzzerUtilWindows.cpp | 173 ++++++++-------------
lib/Fuzzer/test/CMakeLists.txt | 1 +
...llDerefOnEmptyTest.cpp => TimeoutEmptyTest.cpp} | 13 +-
lib/Fuzzer/test/fuzzer-timeout.test | 5 +
30 files changed, 320 insertions(+), 196 deletions(-)
copy lib/Fuzzer/test/{NullDerefOnEmptyTest.cpp => TimeoutEmptyTest.cpp} (64%)
--
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 e73ae44 [X86][SSE] Regenerate vector of pointers tests
new 1d11258 Fix the test cases committed in r289521.
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/Transforms/PGOProfile/noreturncall.ll | 18 ++++++++----------
1 file changed, 8 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 llvm.
from 2dcb697 [ADT] Add llvm::StringLiteral.
new e73ae44 [X86][SSE] Regenerate vector of pointers tests
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/CodeGen/X86/pointer-vector.ll | 120 +++++++++++++++++++++++--------------
1 file changed, 75 insertions(+), 45 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 binutils-gdb.
from aa78536 PE linker script improvements.
new a6a5175 [Binutils][AARCH64]Remove Cn register for coprocessor CRn, CRm field
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:
gas/ChangeLog | 9 ++
gas/config/tc-aarch64.c | 30 ++---
gas/testsuite/gas/aarch64/diagnostic.l | 217 +++++++++++++++++----------------
gas/testsuite/gas/aarch64/diagnostic.s | 1 +
include/ChangeLog | 8 ++
include/opcode/aarch64.h | 6 +-
opcodes/ChangeLog | 13 ++
opcodes/aarch64-asm-2.c | 4 +-
opcodes/aarch64-dis-2.c | 4 +-
opcodes/aarch64-opc-2.c | 4 +-
opcodes/aarch64-opc.c | 17 +--
opcodes/aarch64-tbl.h | 12 +-
12 files changed, 174 insertions(+), 151 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 b834404 Fixing build failure by adding triple option to new test condition.
new 94f92eb Update for clang after llvm::StringLiteral.
new bcb98cc [analyzer] Detect ObjC properties that are both (copy) and Mutable.
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/StaticAnalyzer/Checkers/Checkers.td | 7 +-
lib/CodeGen/CGBuiltin.cpp | 2 +-
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/ObjCPropertyChecker.cpp | 82 ++++++++++++++++++++++
test/Analysis/ObjCPropertiesSyntaxChecks.m | 61 ++++++++++++++++
5 files changed, 149 insertions(+), 4 deletions(-)
create mode 100644 lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
create mode 100644 test/Analysis/ObjCPropertiesSyntaxChecks.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.