This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 32dd465 2016-10-26 François Dumont <fdumont(a)gcc.gnu.org>
new 2d0f5c3 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 94aecec 2016-10-26 Paul Thomas <pault(a)gcc.gnu.org>
new b1c5d9e Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from bb722a2 Daily bump.
new 80bfea5 Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from ecf45d2 PR 20569, segv in follow_exec
new 2e49278 Automatic date update in version.in
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:
bfd/version.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 gdb-7.12-branch
in repository binutils-gdb.
from 740b830 Automatic date update in version.in
new 9f99997 Automatic date update in version.in
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:
bfd/version.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 binutils-2_27-branch
in repository binutils-gdb.
from b78af42 Automatic date update in version.in
new 214ab5f Automatic date update in version.in
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:
bfd/version.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 5e89a7d [APFloat] Fix APFloat::getExactInverse when the input is null [...]
new cf6a8a6 [IR] Retire unused getGEPReturnType overload. NFCI.
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/Instructions.h | 5 -----
1 file changed, 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 clang.
from 9b09301 Unconditionally pass `-lto_library` to the linker on Darwin
new a896e9a Refactor call emission to package the function pointer togeth [...]
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/Expr.h | 5 +
include/clang/CodeGen/CGFunctionInfo.h | 23 ----
lib/AST/Expr.cpp | 14 ++-
lib/CodeGen/CGAtomic.cpp | 3 +-
lib/CodeGen/CGBlocks.cpp | 16 +--
lib/CodeGen/CGBuiltin.cpp | 22 ++--
lib/CodeGen/CGCUDARuntime.cpp | 11 +-
lib/CodeGen/CGCXX.cpp | 39 +++----
lib/CodeGen/CGCXXABI.cpp | 5 +-
lib/CodeGen/CGCXXABI.h | 13 ++-
lib/CodeGen/CGCall.cpp | 196 ++++++++++++++++++++-------------
lib/CodeGen/CGCall.h | 125 +++++++++++++++++++++
lib/CodeGen/CGClass.cpp | 14 ++-
lib/CodeGen/CGDecl.cpp | 3 +-
lib/CodeGen/CGException.cpp | 3 +-
lib/CodeGen/CGExpr.cpp | 180 +++++++++++++++++-------------
lib/CodeGen/CGExprCXX.cpp | 103 +++++++++++++----
lib/CodeGen/CGExprComplex.cpp | 6 +-
lib/CodeGen/CGObjC.cpp | 43 +++++---
lib/CodeGen/CGObjCGNU.cpp | 9 +-
lib/CodeGen/CGObjCMac.cpp | 10 +-
lib/CodeGen/CGVTables.cpp | 16 +--
lib/CodeGen/CodeGenFunction.h | 31 +++---
lib/CodeGen/CodeGenModule.h | 4 +-
lib/CodeGen/ItaniumCXXABI.cpp | 50 +++++----
lib/CodeGen/MicrosoftCXXABI.cpp | 45 +++++---
26 files changed, 634 insertions(+), 355 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 403d906 llvm-objdump: Make some error messages more consistent
new 5e89a7d [APFloat] Fix APFloat::getExactInverse when the input is null [...]
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/APFloat.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 clang.
from 724502a [analyzer] Report CFNumberGetValue API misuse
new 9b09301 Unconditionally pass `-lto_library` to the linker on Darwin
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/Driver/Tools.cpp | 30 +++++++++++++++---------------
test/Driver/darwin-ld-lto.c | 6 +++---
2 files changed, 18 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.