This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1531e07 [analyzer] Extend block in critical section check with C11 an [...]
new a024a33 Print nested name specifiers for typedefs and type aliases
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/TypePrinter.cpp | 11 +-
.../basic.lookup.qual/class.qual/p2.cpp | 2 +-
test/CXX/drs/dr2xx.cpp | 8 +-
test/CXX/drs/dr5xx.cpp | 2 +-
test/Index/annotate-nested-name-specifier.cpp | 38 +++---
test/Index/file-refs.cpp | 4 +-
test/Index/print-type.cpp | 140 +++++++++++----------
test/Index/recursive-cxx-member-calls.cpp | 4 +-
test/Layout/ms-x86-basic-layout.cpp | 4 +-
test/Misc/diag-template-diffing.cpp | 8 +-
test/Modules/odr_hash.cpp | 6 +-
test/SemaCXX/attr-noreturn.cpp | 6 +-
test/SemaCXX/calling-conv-compat.cpp | 44 +++----
test/SemaCXX/cxx0x-initializer-aggregates.cpp | 2 +-
.../SemaCXX/cxx1y-contextual-conversion-tweaks.cpp | 2 +-
test/SemaCXX/enum-scoped.cpp | 2 +-
test/SemaCXX/nested-name-spec.cpp | 4 +-
test/SemaCXX/pseudo-destructors.cpp | 2 +-
test/SemaObjCXX/arc-templates.mm | 4 +-
test/SemaTemplate/member-access-ambig.cpp | 2 +-
test/SemaTemplate/typename-specifier.cpp | 2 +-
21 files changed, 153 insertions(+), 144 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 a99e3e6 [clang-format] Use a reference in loop variable; NFC
new 1531e07 [analyzer] Extend block in critical section check with C11 an [...]
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:
.../Checkers/BlockInCriticalSectionChecker.cpp | 70 ++++++++++++++++----
test/Analysis/block-in-critical-section.cpp | 76 ++++++++++++++++++++--
www/analyzer/alpha_checks.html | 24 +++++++
3 files changed, 150 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 gcc.
from 26bc335 MPX: Fix option handling.
new 187f228 PR target/79907 * config/rs6000/rs6000.c (rs6000_init_hard_ [...]
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 | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr79907.c | 15 +++++++++++++++
4 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79907.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 64eec62 Fix Wdocumentation warning
new 3d72087 Fix signed/unsigned comparison warnings
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/ADT/APIntTest.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 943d3e0 [APInt] Add APInt::insertBits() method to insert an APInt int [...]
new 64eec62 Fix Wdocumentation warning
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/Support/FileSystem.h | 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 56582e5 [mips][msa] Accept more values for constant splats
new 943d3e0 [APInt] Add APInt::insertBits() method to insert an APInt int [...]
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/APInt.h | 3 ++
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 ++--
lib/Support/APInt.cpp | 59 +++++++++++++++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 7 ++-
lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 3 +-
unittests/ADT/APIntTest.cpp | 53 ++++++++++++++++++++++
6 files changed, 123 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 9f316a5 [Assembler] Add location info to unary expressions.
new a4a753c imm_comp_XFORM (defined in ARMInstrThumb.td) duplicates imm_n [...]
new 56582e5 [mips][msa] Accept more values for constant splats
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/ARMInstrThumb.td | 7 +-
lib/Target/ARM/ARMInstrThumb2.td | 2 +-
lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 235 +++++++++++++++++++++++++++++-
lib/Target/Mips/MipsSEISelLowering.cpp | 9 +-
test/CodeGen/Mips/msa/basic_operations.ll | 59 ++++++--
test/CodeGen/Mips/msa/immediates.ll | 8 +-
6 files changed, 284 insertions(+), 36 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 41c5ff9 [libstdc++-v3] Fix detection of obsolete isnan
new 26bc335 MPX: Fix option handling.
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/testsuite/gcc.target/i386/pr71458.c | 2 +-
gcc/toplev.c | 50 +++++++++++++++++++--------------
gcc/tree-chkp.c | 2 +-
4 files changed, 39 insertions(+), 23 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 180a200 Refactor the multiply-accumulate combines to act on ARMISD::A [...]
new 9f316a5 [Assembler] Add location info to unary expressions.
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/MC/MCExpr.h | 22 +++++++++++-----------
lib/MC/MCExpr.cpp | 4 ++--
lib/MC/MCParser/AsmParser.cpp | 8 ++++----
test/MC/AArch64/error-location-post-layout.s | 2 +-
test/MC/ARM/error-location-post-layout.s | 2 +-
5 files changed, 19 insertions(+), 19 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 7679a84 [AMDGPU] Add builtin functions readlane ds_permute mov_dpp
new a99e3e6 [clang-format] Use a reference in loop variable; 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/Format/UnwrappedLineParser.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.