This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 76b613f [X86][SSE] Added AVX512F and additional vector truncate test cases
new e353f57 [Myriad]: set LeonCASA processor feature
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/Sparc/Sparc.td | 12 ++++++------
test/CodeGen/SPARC/LeonCASAInstructionUT.ll | 1 +
2 files changed, 7 insertions(+), 6 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 4155a0a ObjectiveC generics: Add ObjCTypeParamType in the type system.
new 3c62e64 AMDGPU: Fix target options fp32/64-denormals
new 1286300 ObjectiveC Generics: Start using ObjCTypeParamType.
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:
lib/AST/ASTContext.cpp | 5 ++++
lib/AST/DeclObjC.cpp | 8 ++++--
lib/AST/Type.cpp | 19 ++++++++++---
lib/Basic/Targets.cpp | 16 ++++-------
lib/Sema/SemaDeclObjC.cpp | 2 +-
lib/Sema/SemaType.cpp | 22 ++++++++++++++-
.../Checkers/DynamicTypePropagation.cpp | 2 +-
test/CodeGenOpenCL/denorms-are-zero.cl | 10 +++++--
test/SemaObjC/kindof.m | 10 ++++++-
test/SemaObjC/parameterized_classes_subst.m | 33 ++++++++++++++++++++++
10 files changed, 105 insertions(+), 22 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 45e3537 [DAGCombiner] Use APInt directly in (shl (ext (shl x, c1)), c [...]
new 76b613f [X86][SSE] Added AVX512F and additional vector truncate test cases
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/X86/vector-trunc.ll | 361 +++++++++++++++++++++++++++++----------
1 file changed, 273 insertions(+), 88 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 be6c773 ObjectiveC: Refactor applyObjCProtocolQualifiers.
new 4155a0a ObjectiveC generics: Add ObjCTypeParamType in the type system.
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/AST/ASTContext.h | 5 ++
include/clang/AST/RecursiveASTVisitor.h | 4 ++
include/clang/AST/Type.h | 49 ++++++++++++++++++
include/clang/AST/TypeLoc.h | 83 +++++++++++++++++++++++++++++++
include/clang/AST/TypeNodes.def | 1 +
include/clang/Sema/Sema.h | 8 +++
include/clang/Serialization/ASTBitCodes.h | 4 +-
lib/AST/ASTContext.cpp | 38 ++++++++++++++
lib/AST/ASTImporter.cpp | 17 +++++++
lib/AST/ItaniumMangle.cpp | 1 +
lib/AST/Type.cpp | 27 ++++++++++
lib/AST/TypeLoc.cpp | 11 ++++
lib/AST/TypePrinter.cpp | 23 +++++++++
lib/CodeGen/CGDebugInfo.cpp | 14 ++++++
lib/CodeGen/CGDebugInfo.h | 2 +
lib/CodeGen/CodeGenFunction.cpp | 1 +
lib/Sema/SemaExpr.cpp | 1 +
lib/Sema/SemaType.cpp | 23 +++++++++
lib/Sema/TreeTransform.h | 52 +++++++++++++++++++
lib/Serialization/ASTReader.cpp | 19 +++++++
lib/Serialization/ASTWriter.cpp | 17 +++++++
tools/libclang/CIndex.cpp | 12 +++++
22 files changed, 411 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 llvm.
from 21409db Fix misleading comment for getOrEnforceKnownAlignment
new 45e3537 [DAGCombiner] Use APInt directly in (shl (ext (shl x, c1)), c [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 26 +++++++++++++++-----------
test/CodeGen/X86/shift-i128.ll | 18 ++++++++++++++++++
2 files changed, 33 insertions(+), 11 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 a28ba16 Add a class ObjCProtocolQualifiers to wrap APIs for ObjC prot [...]
new be6c773 ObjectiveC: Refactor applyObjCProtocolQualifiers.
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/AST/ASTContext.h | 8 +++++
lib/AST/ASTContext.cpp | 70 ++++++++++++++++++++++++++++++++++++++++++
lib/Sema/SemaType.cpp | 65 +++++----------------------------------
3 files changed, 86 insertions(+), 57 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 d5b9ea5 2016-09-13 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 46fad8d PR c++/77553 * constexpr.c (cxx_fold_pointer_plus_expressio [...]
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/cp/ChangeLog | 9 ++
gcc/cp/constexpr.c | 129 +++++++++++++--------------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/cpp1y/constexpr-77553.C | 29 ++++++
4 files changed, 103 insertions(+), 69 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-77553.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 lldb.
from a38e2f0 Fix a merge mishap in rL281348
new cc279de fixup Xcode build for removal of MIUtilParse.*
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:
lldb.xcodeproj/project.pbxproj | 6 ------
1 file changed, 6 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 binutils-gdb.
from 7313bce Fix for gdb.server/non-existing-program.exp test case
new 1d8cb77 Fix for gdb.server/non-existing-program.exp test case
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:
gdb/gdbserver/ChangeLog | 6 ++++++
gdb/gdbserver/server.c | 3 +--
2 files changed, 7 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 eccf371 [PATCH 1/2][AArch64] Add missing support for poly64x1_t
new d5b9ea5 2016-09-13 Steven G. Kargl <kargl(a)gcc.gnu.org>
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 | 5 +++++
gcc/fortran/module.c | 2 +-
gcc/testsuite/ChangeLog | 12 ------------
gcc/testsuite/gfortran.dg/pr77420.f90 | 18 ------------------
4 files changed, 6 insertions(+), 31 deletions(-)
delete mode 100644 gcc/testsuite/gfortran.dg/pr77420.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 clang.
from 9ff97ba Traversing template paramter lists of DeclaratorDecls and/or [...]
new a28ba16 Add a class ObjCProtocolQualifiers to wrap APIs for ObjC prot [...]
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/AST/Type.h | 97 ++++++++++++++++++++++++++++++++----------------
lib/AST/Type.cpp | 9 ++---
2 files changed, 69 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 llvm.
from d9dffbd [ConstantFold] Improve the bitcast folding logic for constant [...]
new 21409db Fix misleading comment for getOrEnforceKnownAlignment
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/Utils/Local.h | 13 +++++++++----
lib/Transforms/Utils/Local.cpp | 4 ----
2 files changed, 9 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 binutils-gdb.
from f83683d Automatic date update in version.in
new 7313bce Fix for gdb.server/non-existing-program.exp test case
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:
gdb/gdbserver/ChangeLog | 6 ++++++
gdb/gdbserver/server.c | 8 ++++++--
2 files changed, 12 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 e6e02d9 MinidumpParsing: pid, modules, exceptions, strings
new a38e2f0 Fix a merge mishap in rL281348
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/Plugins/Process/minidump/MinidumpParser.cpp | 2 --
1 file changed, 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 68ef907 fix-it hints: insert_before vs insert_after
new f9e3d23 * config/alpha/alpha.c (alpha_pass_by_reference): Pass un-na [...]
new eccf371 [PATCH 1/2][AArch64] Add missing support for poly64x1_t
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:
gcc/ChangeLog | 23 +++++++++++++++--------
gcc/config/aarch64/aarch64-builtins.c | 6 +++---
gcc/config/alpha/alpha.c | 23 ++++++++++++++++++++++-
3 files changed, 40 insertions(+), 12 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 gcc-6-branch
in repository gcc.
from 317a2de Daily bump.
new b2ca551 backport "Don't treat array as builtin type in set_underlying_type"
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/c-family/ChangeLog | 9 +++++++++
gcc/c-family/c-common.c | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/pr77427.C | 17 +++++++++++++++++
4 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pr77427.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 gcc.
from f339fac PR tree-optimization/77536 PR rtl-optimization/68212 * con [...]
new 68ef907 fix-it hints: insert_before vs insert_after
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 | 38 +++++
gcc/c-family/ChangeLog | 6 +
gcc/c-family/c-common.c | 7 +-
gcc/c/ChangeLog | 5 +
gcc/c/c-parser.c | 6 +-
gcc/cp/ChangeLog | 6 +
gcc/cp/parser.c | 5 +-
gcc/diagnostic-show-locus.c | 42 ++++--
gcc/diagnostic.c | 2 +-
gcc/edit-context.c | 163 +++++++++++++++++++--
gcc/testsuite/ChangeLog | 6 +
.../plugin/diagnostic_plugin_test_show_locus.c | 4 +-
libcpp/ChangeLog | 20 +++
libcpp/include/line-map.h | 101 ++++++++++++-
libcpp/line-map.c | 65 ++++++--
15 files changed, 423 insertions(+), 53 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 988829f Remove MIUtilParse (no longer used)
new e6e02d9 MinidumpParsing: pid, modules, exceptions, strings
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/Plugins/Process/minidump/MinidumpParser.cpp | 141 ++++++++++++++++-----
source/Plugins/Process/minidump/MinidumpParser.h | 23 +++-
source/Plugins/Process/minidump/MinidumpTypes.cpp | 116 ++++++++++++++---
source/Plugins/Process/minidump/MinidumpTypes.h | 102 ++++++++++++++-
unittests/Process/minidump/CMakeLists.txt | 3 +-
.../Process/minidump/Inputs}/fizzbuzz_no_heap.dmp | Bin
unittests/Process/minidump/MinidumpParserTest.cpp | 96 ++++++++++++--
7 files changed, 412 insertions(+), 69 deletions(-)
copy {packages/Python/lldbsuite/test/functionalities/postmortem/minidump => unitte [...]
--
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 68b219e Add new effective target: profile_update_atomic
new 2c24fd5 Don't treat array as builtin type in set_underlying_type
new f339fac PR tree-optimization/77536 PR rtl-optimization/68212 * con [...]
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:
gcc/ChangeLog | 7 +++++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 2 +-
gcc/config/rs6000/rs6000.md | 6 ++++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/pr77427.C | 17 +++++++++++++++++
6 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr77427.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 clang.
from 07ab3a7 Revert accidentally checked in change in r281315.
new 0a23fcc Remove redundant comma around parenthesis in parameter list.
new 9ff97ba Traversing template paramter lists of DeclaratorDecls and/or [...]
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:
include/clang/AST/RecursiveASTVisitor.h | 20 ++++
lib/Format/Format.cpp | 2 +
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 83 +++++++++++++++
unittests/Format/CleanupTest.cpp | 112 ++++++++++-----------
4 files changed, 161 insertions(+), 56 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 7724253 [X86] Regenerated shift combine tests.
new d9dffbd [ConstantFold] Improve the bitcast folding logic for constant [...]
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/ConstantFolding.cpp | 15 +++++++--
test/Transforms/InstCombine/x86-sse4a.ll | 9 +++---
.../Transforms/InstSimplify/bitcast-vector-fold.ll | 36 +++++++++++-----------
3 files changed, 35 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 compiler-rt.
from 8778ef5 [sanitizer] replace CHECK with CHECK_XY in two places for bet [...]
new e4c1b91 [asan] Add missing include for rand()
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/asan/TestCases/Linux/release_to_os_test.cc | 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 llvm.
from 09d676e Apply Clang-format to MCAsmParser.cpp NFC.
new 70a4ffa [Hexagon] Clear the flow queue after visiting a single instruction
new befcbd1 [modules] Re-enable some previously excluded files.
new 7724253 [X86] Regenerated shift combine tests.
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/llvm/module.modulemap | 9 ---
lib/Target/Hexagon/BitTracker.cpp | 5 ++
test/CodeGen/Hexagon/bit-visit-flowq.ll | 47 ++++++++++++
test/CodeGen/X86/shift-combine.ll | 130 +++++++++++++++++++++++++-------
4 files changed, 156 insertions(+), 35 deletions(-)
create mode 100644 test/CodeGen/Hexagon/bit-visit-flowq.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 lld.
from 2dc16ad Refactor duplicated code. NFC.
new ebe77f7 Enable merging of SHF_MERGE sections with linker scripts.
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/InputFiles.cpp | 8 ----
ELF/LinkerScript.cpp | 33 +++++++++++++-
ELF/OutputSections.cpp | 25 ++++++++---
ELF/OutputSections.h | 3 ++
test/ELF/linkerscript/merge-sections.s | 73 +++++++++++++++++++++++++++++++
test/ELF/linkerscript/repsection-symbol.s | 24 ++++++++++
test/ELF/linkerscript/repsection-va.s | 5 +--
7 files changed, 154 insertions(+), 17 deletions(-)
create mode 100644 test/ELF/linkerscript/merge-sections.s
create mode 100644 test/ELF/linkerscript/repsection-symbol.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 llvm.
from f565d64 [LoopInterchange] Minor refactor. NFC.
new be08d6e Defer asm errors to post-statement failure
new 09d676e Apply Clang-format to MCAsmParser.cpp NFC.
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:
include/llvm/MC/MCParser/MCAsmLexer.h | 6 +
include/llvm/MC/MCParser/MCAsmParser.h | 42 +-
include/llvm/Support/SMLoc.h | 2 +
lib/MC/MCParser/AsmParser.cpp | 254 ++++-----
lib/MC/MCParser/MCAsmLexer.cpp | 3 +-
lib/MC/MCParser/MCAsmParser.cpp | 19 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 43 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 75 +--
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 54 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 60 +-
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 16 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 3 -
lib/Target/X86/AsmParser/X86AsmParser.cpp | 78 +--
test/MC/AArch64/armv8.1a-rdma.s | 46 +-
test/MC/AArch64/inst-directive-diagnostic.s | 2 +
test/MC/AArch64/neon-diagnostics.s | 646 +++++++---------------
16 files changed, 519 insertions(+), 830 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 release_39
in repository llvm.
from fbbabf3 Merging r279647: -------------------------------------------- [...]
new 7d62f51 Bump version to 3.9.1
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:
CMakeLists.txt | 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 93627d9 [InstSimplify] Add tests to show missed bitcast folding oppor [...]
new f565d64 [LoopInterchange] Minor refactor. 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:
lib/Transforms/Scalar/LoopInterchange.cpp | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 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 005248bc6 Trying again to fix aligned-new on m68k.
new 68b219e Add new effective target: profile_update_atomic
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/gcov/gcov-threads-1.C | 1 +
gcc/testsuite/gcc.dg/tree-prof/val-profiler-threads-1.c | 2 ++
gcc/testsuite/lib/target-supports.exp | 7 +++++++
4 files changed, 17 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 c732159 Don't use else if after return. Tidy comments. NFC.
new 93627d9 [InstSimplify] Add tests to show missed bitcast folding oppor [...]
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:
.../Transforms/InstSimplify/bitcast-vector-fold.ll | 144 +++++++++++++++++++++
1 file changed, 144 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 7849052 Typo. NFC.
new c732159 Don't use else if after return. Tidy comments. 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:
lib/Transforms/Scalar/LoopInterchange.cpp | 8 +++-----
1 file changed, 3 insertions(+), 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 glibc.
from 0f9317d Add tests-static to tests in malloc/Makefile
new fd37b5a resolv: Remove _LIBC_REENTRANT
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 | 4 ++++
resolv/res_init.c | 2 --
2 files changed, 4 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 89bcb5a * c-typeck.c (build_unary_op): Rename FLAG parameter to NOCO [...]
new 005248bc6 Trying again to fix aligned-new on m68k.
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-common.c | 9 ++-------
2 files 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 283b1c0 Revert "[ARM] Promote small global constants to constant pools"
new bcfa2b1 [LoopInterchange] Tidy up and remove unnecessary dyn_casts. NFC.
new 7849052 Typo. NFC.
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:
lib/Transforms/Scalar/LoopInterchange.cpp | 31 +++++++++++++++----------------
1 file changed, 15 insertions(+), 16 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 24ac43b Turn createKey into a static helper. NFC.
new 2dc16ad Refactor duplicated code. 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:
ELF/LinkerScript.cpp | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 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 d2d2efe Remove InstCombine test file
new 283b1c0 Revert "[ARM] Promote small global constants to constant pools"
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/ARM/ARMAsmPrinter.cpp | 13 ----
lib/Target/ARM/ARMAsmPrinter.h | 9 +--
lib/Target/ARM/ARMISelLowering.cpp | 110 -------------------------------
lib/Target/ARM/ARMMachineFunctionInfo.h | 13 ----
test/CodeGen/ARM/constantpool-promote.ll | 109 ------------------------------
5 files changed, 1 insertion(+), 253 deletions(-)
delete mode 100644 test/CodeGen/ARM/constantpool-promote.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 llvm.
from c8b398c [ARM] Add ".code 32" to functions in the ARM instruction set
new d2d2efe Remove InstCombine test file
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/InstCombine/PR7357.ll | 17 -----------------
1 file changed, 17 deletions(-)
delete mode 100644 test/Transforms/InstCombine/PR7357.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 lld.
from 678ab42 Delete dead code.
new 24ac43b Turn createKey into a static helper. 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:
ELF/OutputSections.cpp | 36 ++++++++++++++++++------------------
ELF/OutputSections.h | 2 --
2 files changed, 18 insertions(+), 20 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 7d76437 Enable simplify libcalls for ARM PCS
new e81b6f3 [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
new c8b398c [ARM] Add ".code 32" to functions in the ARM instruction set
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:
lib/Target/ARM/ARMAsmPrinter.cpp | 3 +-
lib/Target/ARM/ARMBaseInstrInfo.cpp | 6 +-
lib/Target/ARM/ARMISelDAGToDAG.cpp | 137 +++++++++++++++++++++++++-
test/CodeGen/ARM/and-cmpz.ll | 71 +++++++++++++
test/CodeGen/ARM/arm-and-tst-peephole.ll | 15 ++-
test/CodeGen/ARM/arm-shrink-wrapping.ll | 4 +-
test/CodeGen/ARM/call-tc.ll | 2 +-
test/CodeGen/ARM/debug-info-branch-folding.ll | 2 +-
test/CodeGen/ARM/interwork.ll | 23 +++++
test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 8 +-
test/CodeGen/Thumb2/float-ops.ll | 12 +--
test/DebugInfo/ARM/header.ll | 5 +-
12 files changed, 259 insertions(+), 29 deletions(-)
create mode 100644 test/CodeGen/ARM/and-cmpz.ll
create mode 100644 test/CodeGen/ARM/interwork.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 llvm.
from 503f462 [llvm-cov] - Included footer "Generated by llvm-cov -- llvm v [...]
new 7d76437 Enable simplify libcalls for ARM PCS
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/Transforms/Utils/SimplifyLibCalls.cpp | 38 +++++++-
test/Transforms/InstCombine/ARM/strcmp.ll | 153 ++++++++++++++++++++++++++++++
test/Transforms/InstCombine/ARM/strcpy.ll | 76 +++++++++++++++
3 files changed, 264 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/InstCombine/ARM/strcmp.ll
create mode 100644 test/Transforms/InstCombine/ARM/strcpy.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 llvm.
from d0c0b62 [ARM] Support ldr.w in pseudo instruction ldr rd,=immediate
new 503f462 [llvm-cov] - Included footer "Generated by llvm-cov -- llvm v [...]
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/llvm-cov/showProjectSummary.cpp | 18 +++++++++++-------
tools/llvm-cov/CoverageViewOptions.h | 7 +++++++
tools/llvm-cov/SourceCoverageViewHTML.cpp | 6 ++++--
tools/llvm-cov/SourceCoverageViewText.cpp | 8 +++++++-
4 files changed, 29 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 lld.
from 1d25cd9 [ELF] - Versionscript: support mangled symbols with the same name.
new 678ab42 Delete dead code.
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.cpp | 3 ---
1 file changed, 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 llvm.
from 2e1f810 [ARM] Promote small global constants to constant pools
new d0c0b62 [ARM] Support ldr.w in pseudo instruction ldr rd,=immediate
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/ARM/ARMInstrThumb2.td | 4 ++
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 3 ++
test/MC/ARM/ldr-pseudo-wide.s | 71 +++++++++++++++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 test/MC/ARM/ldr-pseudo-wide.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 lld.
from b8e6304 [CMake] Fix linker-as-ld to symlink instead of copy lld
new 1d25cd9 [ELF] - Versionscript: support mangled symbols with the same name.
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/SymbolTable.cpp | 33 ++++++++++++++++++++-------------
ELF/SymbolTable.h | 2 +-
test/ELF/version-script-extern.s | 22 ++++++++++++++++++++--
3 files changed, 41 insertions(+), 16 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 c3ba04c Fix linux build after rL281273
new 988829f Remove MIUtilParse (no longer used)
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:
tools/lldb-mi/CMakeLists.txt | 1 -
tools/lldb-mi/MIUtilParse.cpp | 74 -----------------------------------------
tools/lldb-mi/MIUtilParse.h | 77 -------------------------------------------
3 files changed, 152 deletions(-)
delete mode 100644 tools/lldb-mi/MIUtilParse.cpp
delete mode 100644 tools/lldb-mi/MIUtilParse.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 clang.
from 6b9f360 Allow register variables in naked functions.
new b9127b3 Simplify. NFC.
new 07ab3a7 Revert accidentally checked in change in r281315.
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:
lib/Sema/SemaTemplateInstantiateDecl.cpp | 6 +++---
1 file changed, 3 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 gcc.
from 6fed0d7 * optabs.c (prepare_cmp_insn): Update documentation comment.
new 89bcb5a * c-typeck.c (build_unary_op): Rename FLAG parameter to NOCO [...]
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/c/ChangeLog | 5 +++++
gcc/c/c-typeck.c | 17 +++++++++--------
2 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 ea8e2d3 [WebAssembly] Trying to fix broken tests in CodeGen/WebAssemb [...]
new 2e1f810 [ARM] Promote small global constants to constant pools
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/ARM/ARMAsmPrinter.cpp | 13 ++++
lib/Target/ARM/ARMAsmPrinter.h | 9 ++-
lib/Target/ARM/ARMISelLowering.cpp | 110 +++++++++++++++++++++++++++++++
lib/Target/ARM/ARMMachineFunctionInfo.h | 13 ++++
test/CodeGen/ARM/constantpool-promote.ll | 109 ++++++++++++++++++++++++++++++
5 files changed, 253 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/constantpool-promote.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-tools-extra.
from bbeb9ca [clang-tidy] Extend readability-container-size-empty to arbit [...]
new 5f188a7 [clang-tidy] Fix naming in container-size-empty.
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:
clang-tidy/readability/ContainerSizeEmptyCheck.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 7dc5b7e Remove MVT:i1 xor instruction before SELECT. (Performance imp [...]
new ea8e2d3 [WebAssembly] Trying to fix broken tests in CodeGen/WebAssemb [...]
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/WebAssembly/dbgvalue.ll | 2 +-
test/DebugInfo/WebAssembly/dbg-declare.ll | 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 libcxx.
from 8b89130 config: Use _LIBCPP_TYPE_VIS_ONLY with enum class
new f6600b7 [libcxx] Fix gcc builds.
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/__threading_support | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.