This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d3757b9746 [CFG] [analyzer] Recall that we only skip NoOp casts in cons [...]
new 8066b2f34d [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 | 7 ++
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/MmapWriteExecChecker.cpp | 87 ++++++++++++++++++++++
test/Analysis/mmap-writeexec.c | 36 +++++++++
4 files changed, 131 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 clang.
from cba8d12198 Start setting dllimport/dllexport in setGVProperties.
new d3757b9746 [CFG] [analyzer] Recall that we only skip NoOp casts in cons [...]
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/CFG.cpp | 4 +++-
test/Analysis/cfg-rich-constructors.cpp | 31 +++++++++++++++++++++++++++++++
2 files changed, 34 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 lldb.
from 77df84a90 Fix up the gtest targets for changes in the UnwindAssembly tests.
new f58cf95a0 Add another entitlement that we need for debugserver. <rdar:/ [...]
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:
tools/debugserver/source/debugserver-entitlements.plist | 2 ++
1 file changed, 2 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 lld.
from 7710cd28c [WebAssembly] Use Twine rather than StringRef for logging messages
new 3790e0e59 [ELF] Fix a test comment. NFC
new 3eb8099c2 Simplify removing empty output sections.
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:
ELF/LinkerScript.cpp | 36 ++++++++++++++++++++++++++++++------
ELF/OutputSections.cpp | 19 -------------------
ELF/OutputSections.h | 2 --
ELF/Writer.cpp | 5 -----
test/ELF/as-needed.s | 2 +-
5 files changed, 31 insertions(+), 33 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 22b41df19 Use DenseMap::lookup() instead of find() and a hand-written n [...]
new 7710cd28c [WebAssembly] Use Twine rather than StringRef for logging messages
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:
wasm/WriterUtils.cpp | 19 +++++++++++--------
wasm/WriterUtils.h | 15 ++++++++-------
2 files changed, 19 insertions(+), 15 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 efbf5941f7 Pass a GlobalDecl to SetCommonAttributes. NFC.
new cba8d12198 Start setting dllimport/dllexport in setGVProperties.
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/CGCXX.cpp | 3 +-
lib/CodeGen/CGCXXABI.h | 1 +
lib/CodeGen/CGDecl.cpp | 7 ---
lib/CodeGen/CGObjCGNU.cpp | 40 +++----------
lib/CodeGen/CGObjCMac.cpp | 21 ++-----
lib/CodeGen/CGVTables.cpp | 7 ++-
lib/CodeGen/CodeGenModule.cpp | 96 ++++++++++++++----------------
lib/CodeGen/CodeGenModule.h | 18 +++---
lib/CodeGen/ItaniumCXXABI.cpp | 21 ++-----
lib/CodeGen/MicrosoftCXXABI.cpp | 7 +--
test/CodeGenCXX/dllexport-ctor-closure.cpp | 18 +++---
test/CodeGenCXX/dllexport.cpp | 6 +-
test/CodeGenObjC/dllstorage.m | 32 +++++-----
test/PCH/dllexport-default-arg-closure.cpp | 2 +-
14 files changed, 110 insertions(+), 169 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 9161b0eb011 [DWARF] Emit a split line table only if there are split typ [...]
new 4bd2f44130d [GlobalISel][AArch64] Adding -disable-gisel-legality-check [...]
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/GlobalISel/LegalizerInfo.h | 9 +
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 22 +-
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 23 +
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 19 +-
.../GlobalISel/select-with-no-legality-check.mir | 4543 ++++++++++++++++++++
5 files changed, 4589 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-with-no-legality-check.mir
--
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 5ee5a7c21e9 [NVPTX] Lower loads from global constants using ld.global.n [...]
new 2d3c0b9d281 [X86] Make sure we don't combine (fneg (fma X, Y, Z)) to a [...]
new b3505fe2661 [DAE] don't remove args of musttail target/caller
new 9161b0eb011 [DWARF] Emit a split line table only if there are split typ [...]
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:
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 ++
lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 +++
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Transforms/IPO/DeadArgumentElimination.cpp | 40 ++++++++++++++++++++++++--
test/CodeGen/X86/pr36553.ll | 20 +++++++++++++
test/DebugInfo/Generic/empty.ll | 2 ++
test/Transforms/DeadArgElim/musttail-caller.ll | 16 +++++++++++
7 files changed, 83 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/X86/pr36553.ll
create mode 100644 test/Transforms/DeadArgElim/musttail-caller.ll
--
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 gcc-7-branch
in repository gcc.
from 746f859cdc6 PR c++/71784 - ICE with ref-qualifier and explicit special [...]
new e306172280c Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.