This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 6ef044d Fix build broken by changes in StringMatcher interface r290213
new 4a3047a [ELF][MIPS] Allow .MIPS.abiflags larger than one Elf_Mips_ABI [...]
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/SyntheticSections.cpp | 9 +++-
test/ELF/Inputs/mips-concatenated-abiflags.o | Bin 0 -> 1084 bytes
test/ELF/mips-merge-abiflags.s | 63 +++++++++++++++++++++++++++
3 files changed, 70 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/Inputs/mips-concatenated-abiflags.o
create mode 100644 test/ELF/mips-merge-abiflags.s
--
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 4d27617 Fix windows build breakage in r290219. Unix path separators i [...]
new 806e899 Rename several methods on ASTRecordReader to follow LLVM styl [...]
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/Serialization/ASTReader.h | 80 ++---
lib/Serialization/ASTReaderDecl.cpp | 130 +++----
lib/Serialization/ASTReaderStmt.cpp | 600 ++++++++++++++++----------------
3 files changed, 405 insertions(+), 405 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 5f9dad7 remove pretty-print test that requires debug
new 0e3e0fb [LDist] Match behavior between invoking via optimization pipe [...]
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/Transforms/Scalar.h | 5 +--
lib/Transforms/IPO/PassManagerBuilder.cpp | 2 +-
lib/Transforms/Scalar/LoopDistribute.cpp | 39 +++++-----------------
.../LoopDistribute/basic-with-memchecks.ll | 4 +--
test/Transforms/LoopDistribute/basic.ll | 6 ++--
.../LoopDistribute/bounds-expansion-bug.ll | 2 +-
.../LoopDistribute/crash-in-memcheck-generation.ll | 2 +-
.../diagnostics-with-hotness-lazy-BFI.ll | 4 +--
.../LoopDistribute/diagnostics-with-hotness.ll | 4 +--
test/Transforms/LoopDistribute/diagnostics.ll | 8 ++---
test/Transforms/LoopDistribute/no-if-convert.ll | 2 +-
test/Transforms/LoopDistribute/outside-use.ll | 2 +-
test/Transforms/LoopDistribute/pr28443.ll | 2 +-
test/Transforms/LoopDistribute/program-order.ll | 2 +-
test/Transforms/LoopDistribute/symbolic-stride.ll | 4 +--
.../LoopDistribute/unknown-bounds-for-memchecks.ll | 2 +-
.../exit-block-dominates-rt-check-block.ll | 4 +--
.../LoopVersioning/noalias-version-twice.ll | 2 +-
18 files changed, 35 insertions(+), 61 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 4005917 [APFloat] Remove 'else' after return. NFC
new 5f9dad7 remove pretty-print test that requires debug
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/AArch64/machine-combiner-madd.ll | 5 -----
1 file changed, 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 clang.
from e2b717e Fix defaulted-functions-in-C++98 extension to give the functi [...]
new 4d27617 Fix windows build breakage in r290219. Unix path separators i [...]
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/Modules/implicit-private-with-different-name.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 llvm.
from 1a6ed84 [Orc][RPC] Actually specialize SerializationTraits and RPCTyp [...]
new 4005917 [APFloat] Remove 'else' after return. 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:
include/llvm/ADT/APFloat.h | 88 +++++++++++++++++++++-------------------------
lib/Support/APFloat.cpp | 28 ++++++++-------
2 files changed, 56 insertions(+), 60 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 53fe3f3 Move a function defintion to make it static.
new 6ef044d Fix build broken by changes in StringMatcher interface r290213
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/LinkerScript.h | 2 +-
ELF/SymbolTable.cpp | 2 +-
2 files changed, 2 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 0ed0bfd machine combiner: fix pretty printer
new 1a6ed84 [Orc][RPC] Actually specialize SerializationTraits and RPCTyp [...]
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:
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 64 ++++++++++++++++----------
1 file changed, 40 insertions(+), 24 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 9d141c4 [c++1z] When initializing a const-qualified class type, don't [...]
new e2b717e Fix defaulted-functions-in-C++98 extension to give the functi [...]
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/AST/DeclCXX.cpp | 11 +++--------
lib/Sema/SemaInit.cpp | 32 +++++++++++++++----------------
test/CodeGenCXX/global-init.cpp | 2 ++
test/CodeGenCXX/value-init.cpp | 10 +++++++++-
test/SemaCXX/aggregate-init-cxx98.cpp | 7 +++++++
test/SemaCXX/aggregate-initialization.cpp | 2 --
6 files changed, 36 insertions(+), 28 deletions(-)
create mode 100644 test/SemaCXX/aggregate-init-cxx98.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.