This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0334362 gotest: multiple +build lines must all be true
new 84c4c3c * config/rs6000/rs6000.c (rs6000_option_override_internal): [...]
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 | 5 +++++
gcc/config/rs6000/rs6000.c | 4 ++++
2 files changed, 9 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 9fad43c [docs] fix typo in clang-rename docs
new fbf16eb [clang-rename] improve USRFindingAction
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-rename/USRFinder.cpp | 5 ++
clang-rename/USRFindingAction.cpp | 89 +++++++++++++++-------
test/clang-rename/ComplexFunctionOverride.cpp | 23 ++++++
...laration.cpp => TemplateClassInstantiation.cpp} | 24 +++---
.../TemplateClassInstantiationFindByTypeUse.cpp | 44 -----------
5 files changed, 100 insertions(+), 85 deletions(-)
create mode 100644 test/clang-rename/ComplexFunctionOverride.cpp
rename test/clang-rename/{TemplateClassInstantiationFindByDeclaration.cpp => Templ [...]
delete mode 100644 test/clang-rename/TemplateClassInstantiationFindByTypeUse.cpp
--
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 c0b1072 Add the new OCaml support files to the Xcode project file.
new 47e0f92 Errors compiling breakpoint conditions will cause the breakpo [...]
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:
.../TestBreakpointConditions.py | 44 ++++++++++++++++++++++
source/Breakpoint/BreakpointLocation.cpp | 5 ++-
2 files changed, 47 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 glibc.
from 412cb26 Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.
new 146f208 Also handle __STDC_WANT_IEC_60559_BFP_EXT__ in <tgmath.h>.
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 ++++
math/tgmath.h | 2 +-
2 files changed, 5 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 f29318e [InstCombine] use m_APInt to allow icmp eq (add X, C1), C2 fo [...]
new 8669eef RenameIndependentSubregs: Fix liveness query in rewriteOperands()
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/RenameIndependentSubregs.cpp | 13 +++----
test/CodeGen/AMDGPU/rename-independent-subregs.mir | 44 +++++++++++++++++++++-
2 files changed, 48 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 gcc.
from 625d311 compiler: improve type caching for interface types
new 9916f5a 2016-08-03 Andrew Pinski <apinski(a)cavium.com>
new 0334362 gotest: multiple +build lines must all be true
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/go/gofrontend/MERGE | 2 +-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.c-torture/compile/20160802-1.c | 13 ++++
libgo/testsuite/gotest | 94 ++++++++++++------------
4 files changed, 67 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/20160802-1.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 glibc.
from 71b4804 Fix typo in last arith.texi change.
new 412cb26 Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.
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 | 12 ++++++++++++
NEWS | 5 +++++
bits/libc-header-start.h | 9 +++++++++
include/features.h | 2 ++
manual/creature.texi | 9 +++++++++
manual/math.texi | 9 +++++----
math/bits/mathcalls.h | 6 ++++--
7 files changed, 46 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 llvm.
from b48816b Clean up of libObject/Archive interfaces and change the last [...]
new f29318e [InstCombine] use m_APInt to allow icmp eq (add X, C1), C2 fo [...]
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/InstCombine/InstCombineCompares.cpp | 14 ++++++++------
test/Transforms/InstCombine/add.ll | 4 +---
test/Transforms/InstCombine/icmp.ll | 5 +----
3 files changed, 10 insertions(+), 13 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 8c3120e [RenderScript] Always create a new allocation ID in CaptureAl [...]
new c0b1072 Add the new OCaml support files to the Xcode project 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:
lldb.xcodeproj/project.pbxproj | 30 ++++++++++++++++++++++++++++--
1 file changed, 28 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 clang.
from ff7d9d4 [OpenCL] Fix size of image type
new debaaf2 [Concepts] remove default argument for RequiresClause; 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:
include/clang/AST/DeclTemplate.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.