This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c3e800b selftest.h: add ASSERT_STR_CONTAINS
new 8d7cfce compiler: revamp scheme for ordering calls to import init fcns.
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/export.cc | 280 ++++++++++++++++++++++++++++++++++++--------
gcc/go/gofrontend/export.h | 53 +++++++--
gcc/go/gofrontend/gogo.cc | 132 ++++++++++++++-------
gcc/go/gofrontend/gogo.h | 85 +++++++++-----
gcc/go/gofrontend/import.cc | 127 ++++++++++++++++----
gcc/go/gofrontend/import.h | 19 ++-
7 files changed, 538 insertions(+), 160 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 073ec4a [SelectionDAG] Use a union of bitfield structs for SDNode::Su [...]
new 405b046 [InstSimplify] allow icmp with constant folds for splat vecto [...]
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/InstructionSimplify.cpp | 16 ++++++++++------
test/Transforms/InstSimplify/icmp-constant.ll | 6 ++----
2 files changed, 12 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 52a318c [ThinLTO] Make sure the Context used for the ThinLTO backend [...]
new f982483 [InstSimplify] add tests to show missing vector icmp folds
new 9feaa97 Fix some Clang-tidy modernize-use-using and Include What You [...]
new 66abb74 [CodeGen] Convert a loop to a for-each loop. NFC
new 073ec4a [SelectionDAG] Use a union of bitfield structs for SDNode::Su [...]
The 4 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/SelectionDAG.h | 16 ++
include/llvm/CodeGen/SelectionDAGNodes.h | 161 +++++++++-----
lib/CodeGen/MachinePipeliner.cpp | 12 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 61 ++----
.../Interpreter/ExternalFunctions.cpp | 16 +-
lib/IR/ValueSymbolTable.cpp | 8 +-
lib/MC/MCDisassembler/Disassembler.cpp | 29 ++-
lib/MC/MCParser/AsmLexer.cpp | 15 +-
lib/MC/MCParser/AsmParser.cpp | 65 ++++--
lib/Support/FileUtilities.cpp | 8 +-
lib/Support/LockFileManager.cpp | 15 +-
lib/Support/SmallPtrSet.cpp | 3 +-
lib/Support/StringMap.cpp | 10 +-
lib/Support/raw_ostream.cpp | 13 +-
lib/TableGen/Record.cpp | 23 +-
lib/TableGen/TGLexer.cpp | 11 +-
lib/TableGen/TGParser.cpp | 33 +--
test/Transforms/InstSimplify/icmp-constant.ll | 238 +++++++++++++++++++++
18 files changed, 539 insertions(+), 198 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 98903d6 Fix a crash in GDBRemoteCommunicationClient::GetSupportedStru [...]
new e827dfc Change the PathMappingList::FindFile to use FileSpec API's
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:
source/Host/common/FileSpec.cpp | 3 +++
source/Target/PathMappingList.cpp | 13 +++++--------
unittests/Host/FileSpecTest.cpp | 6 ++++++
3 files changed, 14 insertions(+), 8 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 d09e4ee [InstSimplify] move icmp with constant tests to another file; NFC
new 52a318c [ThinLTO] Make sure the Context used for the ThinLTO backend [...]
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/LTO/LTO.cpp | 2 +-
lib/LTO/LTOBackend.cpp | 2 ++
2 files 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 gcc.
from 56610eb 2016-08-23 Fritz Reese <fritzoreese(a)gmail.com>
new c3e800b selftest.h: add ASSERT_STR_CONTAINS
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 | 7 +++++++
gcc/selftest.c | 34 ++++++++++++++++++++++++++++++++++
gcc/selftest.h | 19 +++++++++++++++++++
3 files changed, 60 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 0504d91 Fix some more asserts after r279466.
new d09e4ee [InstSimplify] move icmp with constant tests to another file; NFC
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/InstSimplify/compare.ll | 165 -------------------
test/Transforms/InstSimplify/icmp-constant.ll | 222 ++++++++++++++++++++++++++
2 files changed, 222 insertions(+), 165 deletions(-)
create mode 100644 test/Transforms/InstSimplify/icmp-constant.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 clang.
from d0e69cf [analyzer] Fix CloneDetector crash on calling methods of clas [...]
new 550a4bc clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.
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/CLCompatOptions.td | 2 ++
lib/Driver/Tools.cpp | 2 +-
test/Driver/cl-options.c | 5 +++++
3 files changed, 8 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 newlib.
from 7501249 Mention strerror_l in libc/string/strings.tex
new 801fffc Add missing LF in release text
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:
winsup/cygwin/release/2.6.0 | 1 +
1 file changed, 1 insertion(+)
--
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 36fa4bb Revert r279486 "Fix regression introduced by r279164"
new d0e69cf [analyzer] Fix CloneDetector crash on calling methods of clas [...]
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/CloneDetection.cpp | 7 +++----
test/Analysis/copypaste/call.cpp | 12 ++++++++++++
2 files changed, 15 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.