This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from c1a28e85f Make use of physical footprint as memory measurement. Remove [...]
new 6e9b2c511 Create a marker for Spotlight to never index $BUILD_DIR.
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:
packages/Python/lldbsuite/test/dotest.py | 13 +++++++++++--
1 file changed, 11 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 clang.
from f61575826a PR36157: When injecting an implicit function declaration in [...]
new 7a8e626f21 [analyzer] Don't communicate evaluation failures through mem [...]
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:
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 35 ++++++++++++++---
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 43 +++++++++++++--------
.../Core/ExprEngineCallAndReturn.cpp | 44 +++++++---------------
test/Analysis/new.cpp | 3 +-
4 files changed, 72 insertions(+), 53 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 release_50
in repository clang.
from 9fc5dfce8e Merging r314733:
new 334f080ab3 Merging r323155: ------------------------------------------- [...]
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/Driver/Options.td | 5 +++++
lib/Basic/Targets.cpp | 8 ++++++++
test/Driver/x86-target-features.c | 10 ++++++++++
3 files changed, 23 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 llvm.
from 1e17f1bf735 [X86][XOP] Add XOP to variable permute tests
new 80eee38bf75 [X86][SSE] Add SSE41 to variable permute 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/var-permute-128.ll | 159 ++++++++++++++++++++++++++++++++----
1 file changed, 144 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 compiler-rt.
from d493d265c [sanitizer] Implement NanoTime & MonotonicNanoTime for Windows
new 593182721 Update readlink.c and readlinkat.c to use larger buffers on Darwin.
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/sanitizer_common/TestCases/Posix/readlink.c | 12 +++++++++---
test/sanitizer_common/TestCases/Posix/readlinkat.c | 10 ++++++++--
2 files changed, 17 insertions(+), 5 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 e0c3a9252db [PowerPC] Tell VSX swap removal that scalar conversions are [...]
new 0b5268af735 [InstCombine] allow multi-use values in canEvaluate* if all [...]
new 1e17f1bf735 [X86][XOP] Add XOP to variable permute tests
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/Transforms/InstCombine/InstCombineCasts.cpp | 18 +-
test/CodeGen/X86/var-permute-128.ll | 1 +
test/CodeGen/X86/var-permute-256.ll | 597 ++++++++++++++++++++++++
test/Transforms/InstCombine/cast-mul-select.ll | 26 +-
test/Transforms/InstCombine/icmp-mul-zext.ll | 7 +-
5 files changed, 624 insertions(+), 25 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 9b110cae7 Added lldbutil.run_to_name_breakpoint and use it in one test.
new c1a28e85f Make use of physical footprint as memory measurement. Remove [...]
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/DNBDefs.h | 4 +-
tools/debugserver/source/MacOSX/MachTask.mm | 51 +----
tools/debugserver/source/MacOSX/MachVMMemory.cpp | 280 ++---------------------
tools/debugserver/source/MacOSX/MachVMMemory.h | 23 +-
4 files changed, 19 insertions(+), 339 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 gcc-6-branch
in repository gcc.
from 5178e47767b Backport from mainline 2017-11-15 Bin Cheng <bin.cheng@ [...]
new 7715e09bb33 [PR83370][AARCH64]Use tighter register constraint for sibca [...]
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 | 16 ++++++++++++++++
gcc/config/aarch64/aarch64.c | 6 +++---
gcc/config/aarch64/aarch64.h | 6 +++---
gcc/config/aarch64/constraints.md | 4 ++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/pr83370.c | 22 ++++++++++++++++++++++
6 files changed, 54 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr83370.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 lldb.
from 1a75ffb01 Extend windows->android XFAIL on TestLoadUnload
new d798c910c Remove unused Args variable, and #include of Args.h. NFC.
new 9b110cae7 Added lldbutil.run_to_name_breakpoint and use it in one test.
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:
.../return-value/TestReturnValue.py | 28 ++------
packages/Python/lldbsuite/test/lldbutil.py | 82 ++++++++++++++--------
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 2 -
3 files changed, 58 insertions(+), 54 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.