This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8ef9f51 Use marginally more appropriate functions to detect if we sho [...]
new 3bb611d Add an AST matcher for CastExpr kind
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:
docs/LibASTMatchersReference.html | 9 +++++++++
include/clang/ASTMatchers/ASTMatchers.h | 11 +++++++++++
lib/ASTMatchers/Dynamic/Marshallers.h | 22 ++++++++++++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersTest.cpp | 9 +++++++++
5 files changed, 52 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 gcc.
from 592285e Improve diagnostic for forgotten ().
new eee8011 Fix type-dependence and the current instantiation.
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 | 22 +++++
gcc/cp/call.c | 3 +
gcc/cp/cp-tree.h | 3 +-
gcc/cp/name-lookup.c | 13 +--
gcc/cp/parser.c | 35 +++----
gcc/cp/pt.c | 103 ++++++++++++++-------
gcc/cp/search.c | 26 ++++++
gcc/cp/semantics.c | 24 +----
gcc/cp/tree.c | 17 ----
gcc/cp/typeck.c | 23 ++++-
gcc/cp/typeck2.c | 5 +-
.../g++.dg/lookup/{member3.C => member4.C} | 4 +-
gcc/testsuite/g++.dg/lookup/member5.C | 32 +++++++
gcc/testsuite/g++.dg/template/using14.C | 2 +-
14 files changed, 192 insertions(+), 120 deletions(-)
copy gcc/testsuite/g++.dg/lookup/{member3.C => member4.C} (77%)
create mode 100644 gcc/testsuite/g++.dg/lookup/member5.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 d1ae633 [Hexagon] Remove dead nodes from SelectionDAG to avoid cycles
new 6e490ef ARM: use callee-saved list in the order they're actually saved.
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/ARMBaseRegisterInfo.cpp | 7 +++++--
lib/Target/ARM/ARMCallingConv.td | 8 ++++++++
lib/Target/ARM/ARMFrameLowering.cpp | 14 +++++++-------
lib/Target/ARM/ARMSubtarget.h | 7 +++++++
lib/Target/ARM/Thumb1FrameLowering.cpp | 4 ++--
test/CodeGen/ARM/macho-frame-offset.ll | 12 ++++++++++++
6 files changed, 41 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/ARM/macho-frame-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 gcc.
from f54d1d7 * gcc.dg/vect/tree-vect.h (check_vect): Handle AVX2, remove [...]
new 592285e Improve diagnostic for forgotten ().
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 | 5 +++++
gcc/cp/parser.c | 12 +++---------
gcc/testsuite/g++.dg/gomp/udr-4.C | 2 +-
gcc/testsuite/g++.dg/parse/dot1.C | 2 +-
gcc/testsuite/g++.dg/template/pseudodtor3.C | 2 +-
5 files 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 llvm.
from 1bbd21b Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSi [...]
new d1ae633 [Hexagon] Remove dead nodes from SelectionDAG to avoid cycles
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/Hexagon/HexagonISelDAGToDAG.cpp | 3 ++-
test/CodeGen/Hexagon/circ-load-isel.ll | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Hexagon/circ-load-isel.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 d8498ff Fix module map typo in r269347.
new 8ef9f51 Use marginally more appropriate functions to detect if we sho [...]
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/SemaDeclCXX.cpp | 7 ++++---
lib/Sema/SemaLookup.cpp | 4 ++--
2 files changed, 6 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 llvm.
from a357047 [AMDGPU] Update nop insertion for debugger usage - Insert one [...]
new 1bbd21b Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSi [...]
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/IR/DataLayout.h | 4 ++--
lib/CodeGen/AtomicExpandPass.cpp | 2 +-
lib/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/IR/DataLayout.cpp | 2 +-
lib/Transforms/InstCombine/InstructionCombining.cpp | 2 +-
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 2 +-
6 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 lnt.
from 0d3fbc5 fix unit test
new d2924c7 Don't select checkboxes by default in large regressions.
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:
lnt/server/ui/regression_views.py | 7 ++++++-
1 file changed, 6 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 lldb.
from 2056fae Disable HostThread::Cancel assertion on FreeBSD
new d8aa8a1 Clean up test results on Windows.
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:
.../anonymous-struct/TestCallUserAnonTypedef.py | 1 +
.../lldbsuite/test/expression_command/test/TestExprs.py | 1 -
.../data-formatter-synthtype/TestDataFormatterSynthType.py | 1 -
.../test/functionalities/memory/cache/TestMemoryCache.py | 2 ++
.../watchpoint_set_command/TestWatchpointSetErrorCases.py | 2 ++
.../Python/lldbsuite/test/lang/c/set_values/TestSetValues.py | 1 -
.../lldbsuite/test/lang/cpp/const_this/TestConstThis.py | 2 +-
.../test/lang/cpp/unsigned_types/TestUnsignedTypes.py | 2 ++
.../Python/lldbsuite/test/python_api/event/TestEvents.py | 1 +
.../symbol-context/two-files/TestSymbolContextTwoFiles.py | 1 +
source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | 12 ++++++++----
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 2 +-
12 files changed, 19 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 compiler-rt.
from 84611c6 [profile] Code refactoring
new d2006b7 [profile] Eliminate dynamic memory allocation for buffered writer
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/profile/InstrProfilingFile.c | 20 +++++++++++++-------
lib/profile/InstrProfilingInternal.h | 11 ++++++-----
lib/profile/InstrProfilingWriter.c | 32 ++++++++++++++++----------------
test/profile/instrprof-bufferio.c | 5 +++--
4 files changed, 38 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.