This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 05bdd2e MachineScheduler: Export function to construct "default" scheduler.
new d86b9f2 [DebugInfo] Add support for DW_AT_main_subprogram on subprograms
new b54cba4 Improve error handling in YAML parsing
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/IR/DebugInfoFlags.def | 3 +-
include/llvm/IR/DebugInfoMetadata.h | 1 +
include/llvm/Support/YAMLParser.h | 7 +++--
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 3 ++
lib/Support/YAMLParser.cpp | 32 +++++++++++++++-------
lib/Support/YAMLTraits.cpp | 11 +++-----
.../Generic/{version.ll => mainsubprogram.ll} | 14 ++++++----
unittests/Support/YAMLIOTest.cpp | 8 ++++++
8 files changed, 54 insertions(+), 25 deletions(-)
copy test/DebugInfo/Generic/{version.ll => mainsubprogram.ll} (69%)
--
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 966d046 PR gcc/74748 * libgcc/config/bfin/libgcc-glibc.ver, libgcc/ [...]
new 7bcd359 PR middle-end/78521 - [7 Regression] incorrect byte count in [...]
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 | 12 +
gcc/gimple-ssa-sprintf.c | 353 +++++++++++++--------
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-5.c | 20 ++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-6.c | 73 +++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 306 +++++++++++++++---
.../gcc.dg/tree-ssa/builtin-sprintf-warn-3.c | 47 +++
7 files changed, 655 insertions(+), 164 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-6.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 compiler-rt.
from b90241c [asan] Provide bug descriptions for all reports (not just Err [...]
new 60af515 [asan] Attempt to fix the debug_double_free.cc testcase on Wi [...]
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/asan/TestCases/debug_double_free.cc | 22 ++++++++++++++++++++--
1 file changed, 20 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 gcc.
from 687a7c2 Fix typo.
new 6c8f362 PR gcc/74748 * libgcc/mkmap-symver.awk: add support for ski [...]
new 966d046 PR gcc/74748 * libgcc/config/bfin/libgcc-glibc.ver, libgcc/ [...]
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:
libgcc/ChangeLog | 9 +
libgcc/config/bfin/libgcc-glibc.ver | 1894 +----------------------------------
libgcc/config/bfin/t-linux | 3 +-
libgcc/mkmap-symver.awk | 6 +-
4 files changed, 18 insertions(+), 1894 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 dc3ec65 [MS] Mangle a unique ID into all MS inline asm labels
new 7f0a879 [Driver] Refactor distro detection & classification as a sepa [...]
new 059de9d [Driver] Fix recognizing newer OpenSUSE versions
new d9ef432 [Driver] Add unit tests for Distro detection
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/clang/Driver/Distro.h | 122 ++++++++++++++++
lib/Driver/CMakeLists.txt | 1 +
lib/Driver/Distro.cpp | 134 ++++++++++++++++++
lib/Driver/ToolChains.cpp | 188 ++-----------------------
unittests/Driver/CMakeLists.txt | 1 +
unittests/Driver/DistroTest.cpp | 305 ++++++++++++++++++++++++++++++++++++++++
6 files changed, 575 insertions(+), 176 deletions(-)
create mode 100644 include/clang/Driver/Distro.h
create mode 100644 lib/Driver/Distro.cpp
create mode 100644 unittests/Driver/DistroTest.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 99cc7ea [tsan] Fix the lit expansion of %deflake not to eat a space
new 870051a [sanitizers] Get the proper printf/scanf version when long do [...]
new b90241c [asan] Provide bug descriptions for all reports (not just Err [...]
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/asan/asan_errors.cc | 47 +++++++++++-----------
lib/asan/asan_errors.h | 18 +++++++--
lib/asan/asan_report.cc | 12 +++---
.../sanitizer_common_interceptors.inc | 32 +++++++--------
test/asan/TestCases/debug_double_free.cc | 32 +++++++++++++++
test/sanitizer_common/TestCases/printf-ldbl.c | 13 ++++++
.../TestCases/{strcspn.c => scanf-ldbl.c} | 10 ++---
7 files changed, 112 insertions(+), 52 deletions(-)
create mode 100644 test/asan/TestCases/debug_double_free.cc
create mode 100644 test/sanitizer_common/TestCases/printf-ldbl.c
copy test/sanitizer_common/TestCases/{strcspn.c => scanf-ldbl.c} (52%)
--
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 release_39
in repository clang.
from 329692d Merging r275926:
new d739dc8 Merging r287227: -------------------------------------------- [...]
new 0046e3c Merging r287999:
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/CodeGen/CGStmtOpenMP.cpp | 50 +++++++++-------------
lib/CodeGen/CodeGenFunction.h | 97 +++++++++++++++++++++++++++++++++---------
lib/Sema/SemaExprCXX.cpp | 14 ++++--
test/OpenMP/cancel_codegen.cpp | 2 +-
test/SemaCXX/cxx11-crashes.cpp | 12 ++++++
5 files changed, 120 insertions(+), 55 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 fd18676 [OPENMP] Fix for PR31137: Wrong DSA for members in struct.
new dc3ec65 [MS] Mangle a unique ID into all MS inline asm labels
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/Sema/Sema.h | 3 ---
lib/CodeGen/CGStmt.cpp | 9 ---------
lib/Sema/Sema.cpp | 1 -
lib/Sema/SemaStmtAsm.cpp | 12 +++++-------
test/CodeGen/mozilla-ms-inline-asm.c | 4 ++--
test/CodeGen/ms-inline-asm.c | 18 ++++++++++--------
test/CodeGen/ms-inline-asm.cpp | 4 ++--
7 files changed, 19 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 llvm.
from 6f1fc60 Revert r287637 "[wasm] hack around test failure after r287553."
new 05bdd2e MachineScheduler: Export function to construct "default" scheduler.
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/CodeGen/MachineScheduler.h | 15 +++++++++++---
include/llvm/Target/TargetInstrInfo.h | 22 ++++++++++++--------
lib/CodeGen/MachineScheduler.cpp | 32 +++++++++++------------------
lib/Target/AArch64/AArch64InstrInfo.cpp | 4 ++--
lib/Target/AArch64/AArch64InstrInfo.h | 8 ++------
lib/Target/AArch64/AArch64TargetMachine.cpp | 10 +++++++++
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 8 --------
lib/Target/AMDGPU/AMDGPUInstrInfo.h | 3 ---
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 18 ++++++++--------
lib/Target/X86/X86InstrInfo.cpp | 4 ++--
lib/Target/X86/X86InstrInfo.h | 4 ++--
lib/Target/X86/X86TargetMachine.cpp | 8 ++++++++
12 files changed, 73 insertions(+), 63 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 openmp.
from 81094a8 Cleanup: memory leaks on warnings printing fixed; some memory [...]
new 8ba8798 Fixed typo in kmp_process_deps trace output
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:
runtime/src/kmp_taskdeps.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.