This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f79c9a1752 [RISCV] Create a LinuxTargetInfo when targeting Linux
new 6804b86ee9 Recommit rL323952: [DebugInfo] Enable debug information for [...]
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/CodeGen/CGBlocks.cpp | 4 +-
lib/CodeGen/CGDebugInfo.cpp | 41 ++++++-----
lib/CodeGen/CGDebugInfo.h | 25 +++++--
lib/CodeGen/CGDecl.cpp | 82 ++++++++++++++++++----
lib/CodeGen/CGExpr.cpp | 6 +-
lib/CodeGen/CGExprScalar.cpp | 22 +++---
lib/CodeGen/CGOpenMPRuntime.cpp | 2 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 2 +-
lib/CodeGen/CGStmtOpenMP.cpp | 7 +-
lib/CodeGen/CodeGenFunction.cpp | 33 ++++++---
lib/CodeGen/CodeGenFunction.h | 27 ++++++-
test/CodeGen/debug-info-vla.c | 8 ++-
test/CodeGenCXX/debug-info-vla.cpp | 6 +-
test/CodeGenCXX/vla-consruct.cpp | 4 ++
test/CodeGenObjC/arc.m | 8 +++
test/OpenMP/target_codegen.cpp | 1 +
test/OpenMP/target_parallel_codegen.cpp | 1 +
test/OpenMP/target_parallel_for_codegen.cpp | 1 +
test/OpenMP/target_parallel_for_simd_codegen.cpp | 1 +
test/OpenMP/target_simd_codegen.cpp | 1 +
test/OpenMP/target_teams_codegen.cpp | 1 +
test/OpenMP/target_teams_distribute_codegen.cpp | 1 +
.../target_teams_distribute_simd_codegen.cpp | 1 +
23 files changed, 209 insertions(+), 76 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 138a158f0a Disable -shared support in nios2-elf-ld.
new b0daac83d7 Remove PROVIDE() qualifiers from definition of __CTOR_LIST__ [...]
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:
ld/ChangeLog | 10 ++++++++++
ld/ld.texinfo | 6 ++++++
ld/scripttempl/pe.sc | 24 ++++++++++++++++++++----
ld/scripttempl/pep.sc | 24 ++++++++++++++++++++----
4 files changed, 56 insertions(+), 8 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 a3fd47f78a1 Fix MSVC signed/unsigned comparison warning. NFCI.
new 4cc68b7d8c5 [RISCV] Update two RISCV codegen tests after rL323991
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/RISCV/bswap-ctlz-cttz-ctpop.ll | 4 ++--
test/CodeGen/RISCV/calls.ll | 4 ++--
2 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 b13ea4ef636 Fix incorrect usage of std::is_assignable.
new a3fd47f78a1 Fix MSVC signed/unsigned comparison warning. 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/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 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 clang.
from 0f87312e2f Revert r324166 "[analyzer] Add a checker for mmap()...".
new f79c9a1752 [RISCV] Create a LinuxTargetInfo when targeting Linux
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/Basic/Targets.cpp | 6 ++++++
test/Preprocessor/init.c | 18 ++++++++++++++++++
2 files changed, 24 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 binutils-gdb.
from c833445823 Add support for DWARF-4 line number tables.
new 138a158f0a Disable -shared support in nios2-elf-ld.
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:
ld/ChangeLog | 4 ++++
ld/emulparams/nios2elf.sh | 1 -
2 files changed, 4 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 master
in repository clang.
from 726a6da4d1 [analyzer] Add a checker for mmap()s which are both writable [...]
new 0f87312e2f Revert r324166 "[analyzer] Add a checker for mmap()...".
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/StaticAnalyzer/Checkers/Checkers.td | 4 --
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 -
.../Checkers/MmapWriteExecChecker.cpp | 75 ----------------------
test/Analysis/mmap-writeexec.c | 27 --------
4 files changed, 107 deletions(-)
delete mode 100644 lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
delete mode 100644 test/Analysis/mmap-writeexec.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 f2c8a84180 [hwasan] Add a paragraph on stack instrumentation.
new 726a6da4d1 [analyzer] Add a checker for mmap()s which are both writable [...]
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/StaticAnalyzer/Checkers/Checkers.td | 4 ++
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/MmapWriteExecChecker.cpp | 75 ++++++++++++++++++++++
test/Analysis/mmap-writeexec.c | 27 ++++++++
4 files changed, 107 insertions(+)
create mode 100644 lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
create mode 100644 test/Analysis/mmap-writeexec.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 libcxx.
from d33aaa939 Fix has_unique_object_representation after Clang commit r324134.
new b23279318 Work around Clang bug introduced in r324062
new b173b26b9 Work around GCC constexpr initialization bug
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:
.../input.output/file.streams/fstreams/traits_mismatch.fail.cpp | 5 +++++
.../alg.lex.comparison/lexicographical_compare_comp.pass.cpp | 2 +-
2 files changed, 6 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 master
in repository binutils-gdb.
from d73daf84d6 Automatic date update in version.in
new c833445823 Add support for DWARF-4 line number tables.
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:
gold/ChangeLog | 7 +++++++
gold/dwarf_reader.cc | 11 +++++++++++
gold/dwarf_reader.h | 3 ++-
3 files changed, 20 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.