This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from dcf04b3 [ELF] - Fixed section name pattern in two more testcases.
new 81bc621 [ELF][MIPS] Take into account combination of EF_MIPS_ARCH and [...]
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/Mips.cpp | 25 +++++++++++++++++++++++--
test/ELF/mips-elf-flags-err.s | 16 ++++++++++++++++
2 files changed, 39 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 gcc.
from 2d2b410 Add new *_atomic counter update function
new b7ed2a6 [gcc] 2016-08-10 Michael Meissner <meissner(a)linux.vnet.ibm.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/ChangeLog | 6 ++
gcc/config/rs6000/rs6000.c | 3 +
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/powerpc/pr72853.c | 108 +++++++++++++++++++++++++++++
4 files changed, 122 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr72853.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 llvm.
from ce8c913 Add a test case for r278217 "[LVI] Relax the assertion about [...]
new 6e8b851 [X86][SSE] Add support for combining target shuffles to MOVSS/MOVSD
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/X86ISelLowering.cpp | 25 +++++++--
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 60 +++++++++++++++++++---
2 files changed, 76 insertions(+), 9 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 a1e7447 [ELF] - Fixed section name pattern in testcase.
new dcf04b3 [ELF] - Fixed section name pattern in two more testcases.
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/ELF/linkerscript/linkerscript-phdrs-flags.s | 2 +-
test/ELF/linkerscript/linkerscript-phdrs.s | 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 5e9462a [LVI] NFC. Make getValueFromCondition return LVILatticeValue [...]
new ce8c913 Add a test case for r278217 "[LVI] Relax the assertion about [...]
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/CorrelatedValuePropagation/add.ll | 10 ++++++++++
1 file changed, 10 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 clang-tools-extra.
from b876aa2 [clang-rename] remove bunch of deprecated tests
new ac3a60d [clang-rename] fix test introduced in r278221
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/clang-rename/ComplicatedClassType.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 f7b6243 Teach CorrelatedValuePropagation to mark adds as no wrap
new 5e9462a [LVI] NFC. Make getValueFromCondition return LVILatticeValue [...]
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/LazyValueInfo.cpp | 41 ++++++++++++++++-------------------------
1 file changed, 16 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 1566730 Undid LLVM macro usage in test suite test subject files.
new 8ee4eb5 Make sure files include what they use (part 1/N)
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/Core/Flags.h | 6 ++----
include/lldb/Host/MonitoringProcessLauncher.h | 1 +
include/lldb/Utility/Iterable.h | 4 +++-
source/Plugins/Process/Utility/ARMDefines.h | 3 +++
source/Plugins/Process/Utility/RegisterContext_mips.h | 3 +++
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp | 4 ++--
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h | 3 ++-
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp | 4 ++--
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h | 3 ++-
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp | 4 ++--
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h | 3 ++-
11 files changed, 24 insertions(+), 14 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-tools-extra.
from eee1248 clang-rename YAML reader: address post-commit comments
new ef2ac9e [clang-rename] merge tests when possible
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/clang-rename/ClassAsTemplateArgument.cpp | 21 +++++++++++
test/clang-rename/ClassFindByName.cpp | 9 +++--
test/clang-rename/ClassSimpleRenaming.cpp | 21 +++++------
test/clang-rename/ClassTestMulti.cpp | 13 ++++---
test/clang-rename/ClassTestMultiByName.cpp | 6 ++--
test/clang-rename/ClassTestMultiByNameYAML.cpp | 3 ++
test/clang-rename/ComplexFunctionOverride.cpp | 42 +++++++++++++++++-----
test/clang-rename/ComplicatedClassType.cpp | 44 +++++++++++++++++++----
test/clang-rename/Ctor.cpp | 14 ++++++++
test/clang-rename/CtorInitializer.cpp | 17 ++++-----
test/clang-rename/DeclRefExpr.cpp | 24 +++++++------
test/clang-rename/FunctionMacro.cpp | 19 +++++-----
test/clang-rename/FunctionOverride.cpp | 19 +++++-----
test/clang-rename/FunctionWithClassFindByName.cpp | 5 +--
test/clang-rename/MemberExprMacro.cpp | 21 +++++------
test/clang-rename/Namespace.cpp | 15 ++++----
test/clang-rename/TemplateClassInstantiation.cpp | 32 ++++++++---------
test/clang-rename/TemplateTypename.cpp | 30 +++++++++++-----
test/clang-rename/UserDefinedConversion.cpp | 29 ++++++++++-----
test/clang-rename/Variable.cpp | 41 +++++++++++----------
test/clang-rename/VariableMacro.cpp | 27 +++++++-------
21 files changed, 292 insertions(+), 160 deletions(-)
create mode 100644 test/clang-rename/ClassAsTemplateArgument.cpp
create mode 100644 test/clang-rename/Ctor.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.