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 5153607 Automatic date update in version.in
new 0c72ed4 Make gdbpy_parameter static
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:
gdb/ChangeLog | 5 +++++
gdb/python/python-internal.h | 1 -
gdb/python/python.c | 2 +-
3 files changed, 6 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 llvm.
from 9825ba7 Temporary hack to clean a file from buildbots.
new 5187623 [llvm-cov] Fix two warnings
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/tools/llvm-cov/warnings.h | 11 +++++++++++
tools/llvm-cov/CodeCoverage.cpp | 10 +++++-----
2 files changed, 16 insertions(+), 5 deletions(-)
create mode 100644 test/tools/llvm-cov/warnings.h
--
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 fa7c6a0 Teaching SimplifyCFG to recognize the Or-Mask trick that Inst [...]
new 9825ba7 Temporary hack to clean a file from buildbots.
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/DebugInfo/X86/pr28270.ll | 4 +++-
1 file changed, 3 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 1834bc8 Handle variadic Objective-C methods from DWARF correctly.
new b3745a5 Fix an issue where the @lldb.command marker would not work 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:
scripts/Python/python-extensions.swig | 13 +++++++----
scripts/Python/python-wrapper.swig | 2 +-
.../ScriptInterpreter/Python/PythonDataObjects.cpp | 26 +++++++++++++++++++++-
.../ScriptInterpreter/Python/PythonDataObjects.h | 1 +
4 files changed, 36 insertions(+), 6 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 ff42ad5 Attempt to fix MSVC breakage caused by r273636.
new 1d084df BitcodeWriter: Remove redundant (and incorrect) check for whe [...]
new fa7c6a0 Teaching SimplifyCFG to recognize the Or-Mask trick that Inst [...]
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/Bitcode/Writer/BitcodeWriter.cpp | 3 ---
lib/Transforms/Utils/SimplifyCFG.cpp | 25 ++++++++++++++++++
test/Bitcode/thinlto-summary-globalvar.ll | 5 ++++
test/Transforms/SimplifyCFG/switch_create.ll | 39 ++++++++++++++++++++++++++++
4 files changed, 69 insertions(+), 3 deletions(-)
create mode 100644 test/Bitcode/thinlto-summary-globalvar.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 master
in repository llvm.
from 7161bf8 [CFLAA] Propagate StratifiedAttrs in interproc. analysis.
new ff42ad5 Attempt to fix MSVC breakage caused by r273636.
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/CFLAliasAnalysis.cpp | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 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 1bbbb81 [llvm-cov] Use getOptions() instead of Options in SourceCover [...]
new 7161bf8 [CFLAA] Propagate StratifiedAttrs in interproc. analysis.
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/CFLAliasAnalysis.cpp | 161 +++++++++++++++------
lib/Analysis/StratifiedSets.h | 15 +-
.../CFLAliasAnalysis/interproc-arg-deref-escape.ll | 33 +++++
.../CFLAliasAnalysis/interproc-arg-escape.ll | 31 ++++
.../CFLAliasAnalysis/interproc-ret-escape.ll | 33 +++++
.../CFLAliasAnalysis/interproc-ret-unknown.ll | 19 ++-
.../interproc-store-arg-unknown.ll | 5 +-
7 files changed, 235 insertions(+), 62 deletions(-)
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-arg-deref-escape.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-arg-escape.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/interproc-ret-escape.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 master
in repository llvm.
from 379e6dc [ARM] Use aapcs_vfp for ___truncdfhf2 on v7k.
new 6706133 [llvm-cov] Rename SourceCoverageView::LineCoverageInfo to Lin [...]
new cc9ef12 [llvm-cov] Add SourceNames to SourceCoverageViews, NFC
new 1bbbb81 [llvm-cov] Use getOptions() instead of Options in SourceCover [...]
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:
tools/llvm-cov/CodeCoverage.cpp | 21 +++++------
tools/llvm-cov/SourceCoverageView.cpp | 43 ++++++++++++----------
tools/llvm-cov/SourceCoverageView.h | 69 ++++++++++++++++++++++-------------
3 files changed, 78 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 lldb.
from c76a7af Don't run the top-level expression test case with -gmodules.
new 1834bc8 Handle variadic Objective-C methods from DWARF correctly.
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/lldb/Symbol/ClangASTContext.h | 3 ++-
.../objc/variadic_methods/TestVariadicMethods.py} | 0
.../test/lang/objc/variadic_methods/main.m | 31 ++++++++++++++++++++++
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 3 ++-
source/Symbol/ClangASTContext.cpp | 4 +--
5 files changed, 37 insertions(+), 4 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/data-formatter/setvaluefromcs [...]
create mode 100644 packages/Python/lldbsuite/test/lang/objc/variadic_methods/main.m
--
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 ae6762b [AArch64] Model the cost of vector by element FP multiplies o [...]
new 379e6dc [ARM] Use aapcs_vfp for ___truncdfhf2 on v7k.
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/Target/ARM/ARMISelLowering.cpp | 24 +++++++++++++-----------
test/CodeGen/ARM/v7k-libcalls.ll | 9 +++++++++
2 files changed, 22 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.