This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 396a349 LanaiInstPrinter: Prune unused libdeps.
new 80b77c9 DIE::addAttribute(): Prune a redundant \param. [-Wdocumentation]
new 806f05a Prune unused \param(s) in r289050. [-Wdocumentation]
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/Target/TargetLowering.h | 3 ---
unittests/DebugInfo/DWARF/DwarfGenerator.h | 2 +-
2 files changed, 1 insertion(+), 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 clang.
from 8b047f1 [analyzer] Add dispatch_data_create as a special case in Reta [...]
new 5c6c376 [Sema] Avoid "case value not in enumerated type" warning for [...]
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/Sema/SemaStmt.cpp | 3 ++-
test/SemaCXX/switch.cpp | 30 ++++++++++++++++++++++++++++++
2 files changed, 32 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 8f66442 DebugInfoDWARFTests: Add missing deps, AsmPrinter and Object.
new a4cbaec DebugInfoDWARFTests: Prune unused libdeps.
new 396a349 LanaiInstPrinter: Prune unused libdeps.
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/Lanai/InstPrinter/LLVMBuild.txt | 2 +-
unittests/DebugInfo/DWARF/CMakeLists.txt | 4 ----
2 files changed, 1 insertion(+), 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 gcc.
from df4cd96 * es.po: Update.
new c115ed4 Enable -fsanitize-address-use-after-scope only if -fsanitize= [...]
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 | 8 ++++++++
gcc/doc/invoke.texi | 1 -
gcc/opts.c | 2 +-
3 files changed, 9 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 616da7e [SelectionDAG] Add expansion and promotion of [US]MUL_LOHI
new 9dd9fc4 DebugInfoDWARFTests: Reorder LLVM_LINK_COMPONENTS.
new 8f66442 DebugInfoDWARFTests: Add missing deps, AsmPrinter and Object.
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:
unittests/DebugInfo/DWARF/CMakeLists.txt | 4 +++-
1 file 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 glibc.
from 23b5cae Add pretty printers for the NPTL lock types
new cbd8f93 Install libm.a as linker script (bug 20539).
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 | 10 ++++++++++
Makerules | 1 +
math/Makefile | 19 +++++++++++++++----
3 files changed, 26 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 51d83c3 Move DwarfGenerator.cpp to unittests
new e299df1 AMDGPU: Properly implement SIRegisterInfo::isFrameOffsetLegal [...]
new 09d35d9 X86: Add checks for fma_patterns[_wide].ll with -enable-no-in [...]
new 616da7e [SelectionDAG] Add expansion and promotion of [US]MUL_LOHI
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/Target/TargetLowering.h | 32 +-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 61 +-
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 4 +-
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 2 +
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 139 ++-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 26 +-
lib/Target/AMDGPU/SIRegisterInfo.h | 2 +
test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 8 +-
test/CodeGen/AMDGPU/captured-frame-index.ll | 32 +-
test/CodeGen/AMDGPU/insert_vector_elt.ll | 32 +-
test/CodeGen/AMDGPU/local-stack-slot-bug.ll | 11 +-
test/CodeGen/AMDGPU/local-stack-slot-offset.ll | 35 +
test/CodeGen/AMDGPU/private-element-size.ll | 94 +-
.../vgpr-spill-emergency-stack-slot-compute.ll | 8 +-
test/CodeGen/X86/fma_patterns.ll | 1009 +++++++++++++-------
test/CodeGen/X86/fma_patterns_wide.ll | 936 +++++++++++-------
16 files changed, 1597 insertions(+), 834 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/local-stack-slot-offset.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 ba42896 [ASTMatcher] Add hasReplacementType matcher for SubstTemplate [...]
new 8b047f1 [analyzer] Add dispatch_data_create as a special case in Reta [...]
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/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 5 +-
test/Analysis/retain-release-arc.m | 80 ++++++++++++++++++++++
2 files changed, 84 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 95de2e0 Fix filesystem test that fails in debug mode
new df4cd96 * es.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 611 ++++++++++++-------------------------------------------
2 files changed, 131 insertions(+), 484 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 fe28996 PR71856 try to fix Parallel Mode assertions again
new b48df4e * es.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 611 ++++++++++++-------------------------------------------
2 files changed, 131 insertions(+), 484 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.