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 47613aeb8a Add myself as a write-after-approval GDB maintainer.
new 66c3b5f87c Add new NT_PPC_* available since Linux 4.8
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:
binutils/ChangeLog | 5 +++++
binutils/readelf.c | 26 ++++++++++++++++++++++++++
include/ChangeLog | 16 ++++++++++++++++
include/elf/common.h | 26 ++++++++++++++++++++++++++
4 files changed, 73 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.
from 94698da610 Revert "Revert "Fix LLVMgold plugin name/path for non-Linux.""
new 1d10d94232 Allow StmtVisitor visitation to be parameterized. NFC.
new e82d60d046 Allow the target field of a CK_ToUnion to be more easily recovered.
new c2327951c9 Extract IRGen's constant-emitter into its own helper class a [...]
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/clang/AST/Expr.h | 10 +
include/clang/AST/StmtVisitor.h | 26 +-
lib/AST/Expr.cpp | 20 +
lib/CodeGen/CGBlocks.cpp | 3 +-
lib/CodeGen/CGBuiltin.cpp | 11 +-
lib/CodeGen/CGDebugInfo.cpp | 3 +-
lib/CodeGen/CGDecl.cpp | 8 +-
lib/CodeGen/CGException.cpp | 4 +-
lib/CodeGen/CGExpr.cpp | 10 +-
lib/CodeGen/CGExprCXX.cpp | 5 +-
lib/CodeGen/CGExprConstant.cpp | 833 ++++++++++++++++++++++++++++------------
lib/CodeGen/CodeGenModule.cpp | 21 +-
lib/CodeGen/CodeGenModule.h | 22 +-
lib/CodeGen/ConstantEmitter.h | 180 +++++++++
lib/Sema/SemaCast.cpp | 19 +-
15 files changed, 861 insertions(+), 314 deletions(-)
create mode 100644 lib/CodeGen/ConstantEmitter.h
--
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 lld.
from be024f990 [LLD COFF/PDB] Incrementally update the build id.
new fde1ed87a Fix warning about unused variable.
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:
COFF/Writer.cpp | 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 clang.
from 855f79aa6d Switch to consumeError(), since this can crash otherwise.
new 94698da610 Revert "Revert "Fix LLVMgold plugin name/path for non-Linux.""
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/ToolChains/CommonArgs.cpp | 16 ++++++++++++++--
test/Driver/freebsd.c | 2 +-
test/Driver/gold-lto.c | 8 ++++----
test/Driver/lto-plugin-darwin.c | 6 ++++++
test/Driver/lto-plugin-linux.c | 6 ++++++
test/Driver/lto-plugin-windows.c | 6 ++++++
test/Driver/lto.c | 6 +++---
test/Driver/thinlto.c | 6 +++---
8 files changed, 43 insertions(+), 13 deletions(-)
create mode 100644 test/Driver/lto-plugin-darwin.c
create mode 100644 test/Driver/lto-plugin-linux.c
create mode 100644 test/Driver/lto-plugin-windows.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 lld.
from 0c791f8ca Remove GdbIndexSection::finalizeContents.
new be024f990 [LLD COFF/PDB] Incrementally update the build id.
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:
COFF/PDB.cpp | 16 ++---
COFF/PDB.h | 2 +-
COFF/Writer.cpp | 135 +++++++++++++++++++++++++++++-----------
test/COFF/pdb-diff.test | 7 ++-
test/COFF/pdb-none.test | 3 +-
test/COFF/pdb-source-lines.test | 35 ++++++-----
test/COFF/pdb.test | 1 +
test/COFF/rsds.test | 34 +++++++++-
8 files changed, 164 insertions(+), 69 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 binutils-gdb.
from 9c3cc99930 xtensa: Properly strdup string when building reggroup
new 47613aeb8a Add myself as a write-after-approval GDB maintainer.
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:
gdb/ChangeLog | 4 ++++
gdb/MAINTAINERS | 1 +
2 files changed, 5 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 lldb.
from 64f617114 [CMake] Fixing an error in STREQUAL usage.
new 4d77d156c Update NSArray/NSDictionary/NSSet formatters to handle new ma [...]
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:
source/Plugins/Language/ObjC/NSArray.cpp | 612 +++++++++++---------------
source/Plugins/Language/ObjC/NSDictionary.cpp | 317 ++++++++-----
source/Plugins/Language/ObjC/NSSet.cpp | 84 +++-
3 files changed, 546 insertions(+), 467 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 1ca328e5ea Fixup for r310950: Also remove the new instance of %T from h [...]
new 855f79aa6d Switch to consumeError(), since this can crash otherwise.
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/Tooling/Core/Replacement.cpp | 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 206726fbfd Fix PR gdb/21954: make 'unset environment' work again
new 9c3cc99930 xtensa: Properly strdup string when building reggroup
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:
gdb/ChangeLog | 4 ++++
gdb/xtensa-tdep.c | 6 +-----
2 files changed, 5 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 zorg.
from 7f040ee [buildbot] Raise the test-suite runtime limit for the avx512- [...]
new cea6f09 Update llvmlab fetch documentation
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:
llvmbisect/llvmlab/ci.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.