This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 948124636b [analyzer] Enable analysis of WebKit "unified sources".
new 4e9e0e6011 [driver][darwin] Do not infer -simulator environment for OS [...]
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/Driver/ToolChains/Darwin.cpp | 19 ++++++++++++++++---
test/Driver/darwin-infer-simulator-sdkroot.c | 4 ++++
2 files changed, 20 insertions(+), 3 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 3ee7f8373 Fix -Wswitch warning after r330790.
new 2d1f9ea7f [debugserver] Return 'ios' instead of 'iphoneos' for the ostype.
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/lldb-server/TestAppleSimulatorOSType.py | 16 ++++++++--------
tools/debugserver/source/MacOSX/MachProcess.mm | 4 ++--
2 files changed, 10 insertions(+), 10 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 c2341723b51 [CostModel][X86] Remove hard coded SDIV/UDIV vector costs
new bf540e5abf5 [ADT] Make filter_iterator support bidirectional iteration
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/ADT/STLExtras.h | 132 +++++++++++++++++++++++++++++-----------
unittests/ADT/IteratorTest.cpp | 28 +++++++++
unittests/IR/BasicBlockTest.cpp | 9 +++
3 files changed, 134 insertions(+), 35 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 43c40d09e9 [Driver] Reland "Android triples are not aliases for other t [...]
new 948124636b [analyzer] Enable analysis of WebKit "unified sources".
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:
.../Core/PathSensitive/AnalysisManager.h | 30 ++++++++++++++++++++++
lib/StaticAnalyzer/Core/CallEvent.cpp | 9 +++----
.../Core/ExprEngineCallAndReturn.cpp | 9 ++++---
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 7 ++---
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 2 +-
test/Analysis/unified-sources/UnifiedSource-1.cpp | 5 ++++
test/Analysis/unified-sources/container.h | 10 ++++++++
test/Analysis/unified-sources/source1.cpp | 15 +++++++++++
test/Analysis/unified-sources/source2.cpp | 25 ++++++++++++++++++
9 files changed, 99 insertions(+), 13 deletions(-)
create mode 100644 test/Analysis/unified-sources/UnifiedSource-1.cpp
create mode 100644 test/Analysis/unified-sources/container.h
create mode 100644 test/Analysis/unified-sources/source1.cpp
create mode 100644 test/Analysis/unified-sources/source2.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 lld.
from 8ac7b4013 Also demote lazy symbols.
new 36a5c1470 Pack symbols a bit more.
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:
ELF/Symbols.cpp | 2 +-
ELF/Symbols.h | 57 +++++++++++++++++++++++++-------------------
include/lld/Common/Strings.h | 3 +++
3 files changed, 36 insertions(+), 26 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 d86db9b1f7 [TargetInfo] Sort target features before passing them to the [...]
new 1657ebb978 [Driver] Fix implicit config files from prefixed symlinks
new 47d22f7e8a [test] Add a testcase for MinGW sysroot detections from SVN [...]
new 43c40d09e9 [Driver] Reland "Android triples are not aliases for other t [...]
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/ToolChain.h | 4 ++
lib/Driver/Driver.cpp | 3 +-
lib/Driver/ToolChains/Gnu.cpp | 126 ++++++++++++++++++++-------------
test/Driver/android-ndk-standalone.cpp | 35 +++++++++
test/Driver/config-file3.c | 8 +++
test/Driver/mingw-sysroot.cpp | 42 +++++++++++
6 files changed, 167 insertions(+), 51 deletions(-)
create mode 100644 test/Driver/mingw-sysroot.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 llvm.
from 22fafe6262a Fix PluginsTests failure on Windows buildbots by enabling i [...]
new c2341723b51 [CostModel][X86] Remove hard coded SDIV/UDIV vector costs
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/X86/X86TargetTransformInfo.cpp | 50 ++++++++-----------------------
1 file changed, 13 insertions(+), 37 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 glibc.
from 42a2bf58ff Use GCC 8 in build-many-glibcs.py by default.
new 7d80f48e93 Consolidate getdirentries{64} implementation
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:
ChangeLog | 10 ++++++
sysdeps/unix/sysv/linux/getdirentries.c | 21 +++++------
sysdeps/unix/sysv/linux/getdirentries64.c | 42 ++++++++++++++++++++--
.../unix/sysv/linux/wordsize-64/getdirentries.c | 3 --
.../unix/sysv/linux/wordsize-64/getdirentries64.c | 1 -
5 files changed, 57 insertions(+), 20 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c
delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.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 lld.
from 3afdcdbf8 [COFF] Don't set the tsaware bit on DLLs
new 8ac7b4013 Also demote lazy symbols.
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:
ELF/Driver.cpp | 34 +++++++++++++++++++++-------------
ELF/Symbols.cpp | 3 +--
ELF/Symbols.h | 8 ++------
3 files changed, 24 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.