This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 998d310 Strip trailing whitespace
new 9cffe5e [GVN] Use FileCheck instead of grep for 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/Transforms/GVN/2007-07-25-InfiniteLoop.ll | 3 ++-
test/Transforms/GVN/2007-07-26-PhiErasure.ll | 18 ++++++++++++++++-
test/Transforms/GVN/2007-07-31-NoDomInherit.ll | 3 ++-
test/Transforms/GVN/2007-07-31-RedundantPhi.ll | 3 ++-
test/Transforms/GVN/2008-02-12-UndefLoad.ll | 3 ++-
test/Transforms/GVN/2008-07-02-Unreachable.ll | 3 ++-
test/Transforms/GVN/2008-12-09-SelfRemove.ll | 14 ++++++++++++-
test/Transforms/GVN/2009-06-17-InvalidPRE.ll | 3 ++-
test/Transforms/GVN/basic.ll | 9 +++++++--
test/Transforms/GVN/bitcast-of-call.ll | 3 ++-
test/Transforms/GVN/calls-nonlocal.ll | 28 +++++++++++++++++++++++++-
test/Transforms/GVN/calls-readonly.ll | 18 ++++++++++++++++-
test/Transforms/GVN/load-constant-mem.ll | 8 +++++++-
test/Transforms/GVN/local-pre.ll | 6 +++++-
test/Transforms/GVN/nonescaping-malloc.ll | 4 +++-
test/Transforms/GVN/pre-basic-add.ll | 7 ++++++-
test/Transforms/GVN/rle-must-alias.ll | 3 ++-
test/Transforms/GVN/rle-semidominated.ll | 18 ++++++++++++++++-
18 files changed, 135 insertions(+), 19 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 0aefc16 CodeGen: honour dllstorage on ObjC types
new b1e12d6 test: add missing triple to test
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/CodeGenObjC/hidden-visibility.m | 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 b982b0f Attempt to work around MSVC rejects-valid, round 2.
new 1540342 CodeGen: whitespace cleanup, StringRef usage in ObjC EH type [...]
new 02c3231 CodeGen: whitespace, formatting cleanups, NFC
new 0aefc16 CodeGen: honour dllstorage on ObjC types
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/CGObjCGNU.cpp | 119 +++++++++++++++++-------
lib/CodeGen/CGObjCMac.cpp | 209 ++++++++++++++++++++++++++++--------------
test/CodeGenObjC/dllstorage.m | 151 ++++++++++++++++++++++++++++++
3 files changed, 376 insertions(+), 103 deletions(-)
create mode 100644 test/CodeGenObjC/dllstorage.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 libcxx.
from 3e732e9 Fix std::experimental::optional tests. Patch from Casey Carter.
new 41aafc2 Check for unconstrained hash equality before constrained hash [...]
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/__hash_table | 5 +++--
1 file changed, 3 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 lldb.
from 24faa09 Initialize the "is_loaded" local in LoadModuleAtAddress in ca [...]
new 973c638 Refactor (with some rewriting) the DynamicLoaderMacOSX plugin [...]
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/Target/DynamicLoader.h | 2 +-
lldb.xcodeproj/project.pbxproj | 8 +
.../DynamicLoader/MacOSX-DYLD/CMakeLists.txt | 1 +
.../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 1143 ++++++++++++++++++++
.../MacOSX-DYLD/DynamicLoaderDarwin.h | 293 +++++
.../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 1122 ++-----------------
.../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 238 +---
7 files changed, 1537 insertions(+), 1270 deletions(-)
create mode 100644 source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
create mode 100644 source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.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 libcxx.
from a80de49 Constuct a sentry object in istream::readsome, and handle fai [...]
new 3e732e9 Fix std::experimental::optional tests. Patch from Casey Carter.
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:
.../optional.object.assign/emplace_initializer_list.pass.cpp | 2 +-
.../optional.object.ctor/initializer_list.pass.cpp | 12 +++---------
.../optional/optional.specalg/make_optional.pass.cpp | 4 +++-
.../optional/optional.syn/optional_const_nullopt_t.fail.cpp | 2 +-
.../optional/optional.syn/optional_nullopt_t.fail.cpp | 2 +-
5 files changed, 9 insertions(+), 13 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 gcc.
from fcbb1f0 Daily bump.
new 14eab72 2016-07-17 Fritz Reese <fritzoreese(a)gmail.com>
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/fortran/ChangeLog | 6 +++++
gcc/fortran/trans-decl.c | 40 +++++++++++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gfortran.dg/pr71523_1.f90 | 22 ++++++++++++++++++
gcc/testsuite/gfortran.dg/pr71523_2.f90 | 38 +++++++++++++++++++++++++++++++
5 files changed, 110 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71523_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr71523_2.f90
--
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 98cd1c7 Fixed the location of the Swift bindings in the Xcode build.
new 631f9c4 Add missing break stmt to DW_CFA_GNU_args_size case.
new 24faa09 Initialize the "is_loaded" local in LoadModuleAtAddress in ca [...]
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:
source/Core/DynamicLoader.cpp | 2 +-
source/Symbol/DWARFCallFrameInfo.cpp | 1 +
2 files changed, 2 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 63fb39e PR28589: attempt to work around MSVC rejects-valid.
new b982b0f Attempt to work around MSVC rejects-valid, round 2.
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/Frontend/ChainedIncludesSource.cpp | 7 +++++--
1 file changed, 5 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 lld.
from 7c1f1ee Remove dead code.
new 449f103 Unbreak msan buildbot.
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/Writer.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.