This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f8601b2 PCH + module: make sure we write out macros associated with b [...]
new 9d98619 [Parser] Fix look ahead after EOF while parsing objc message [...]
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/Parse/ParseExprCXX.cpp | 5 ++++-
test/Parser/objcxx11-messaging-and-lambda.mm | 11 +++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/Parser/objcxx11-messaging-and-lambda.mm
--
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 f7433f0 objcopy add-symbol uninitialised struct
new 3326303 [PR gdb/19893] Fix handling of synthetic C++ references
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 | 15 ++
gdb/dwarf2loc.c | 128 ++++++++++----
gdb/testsuite/ChangeLog | 12 ++
gdb/testsuite/gdb.dwarf2/implref-array.c | 27 +++
gdb/testsuite/gdb.dwarf2/implref-array.exp | 171 +++++++++++++++++++
.../gdb.dwarf2/{implref.exp => implref-const.exp} | 53 ++++--
gdb/testsuite/gdb.dwarf2/implref-global.c | 27 +++
gdb/testsuite/gdb.dwarf2/implref-global.exp | 125 ++++++++++++++
gdb/testsuite/gdb.dwarf2/implref-struct.c | 43 +++++
gdb/testsuite/gdb.dwarf2/implref-struct.exp | 186 +++++++++++++++++++++
gdb/valops.c | 36 ++--
gdb/valprint.c | 121 +++++++++++---
12 files changed, 851 insertions(+), 93 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/implref-array.c
create mode 100644 gdb/testsuite/gdb.dwarf2/implref-array.exp
rename gdb/testsuite/gdb.dwarf2/{implref.exp => implref-const.exp} (57%)
create mode 100644 gdb/testsuite/gdb.dwarf2/implref-global.c
create mode 100644 gdb/testsuite/gdb.dwarf2/implref-global.exp
create mode 100644 gdb/testsuite/gdb.dwarf2/implref-struct.c
create mode 100644 gdb/testsuite/gdb.dwarf2/implref-struct.exp
--
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 cb4d52f [codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t>) overload
new f2b59e8 Delete AArch64II::MO_CONSTPOOL.
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/AArch64/AArch64FastISel.cpp | 3 ---
lib/Target/AArch64/AArch64ISelLowering.cpp | 20 --------------------
lib/Target/AArch64/AArch64InstrInfo.cpp | 3 +--
lib/Target/AArch64/AArch64Subtarget.cpp | 9 ++-------
lib/Target/AArch64/Utils/AArch64BaseInfo.h | 7 +------
test/CodeGen/AArch64/arm64-extern-weak.ll | 15 +--------------
test/CodeGen/AArch64/extern-weak.ll | 15 +--------------
7 files changed, 6 insertions(+), 66 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 43dd455 [LLDB] Make sure that indexing is done before clearing DIE info
new 66b6752 Implement ProcessInfo::Dump(), log gdb-remote stub launch
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/lldb/Interpreter/Args.h | 10 ++++++++--
source/Interpreter/Args.cpp | 13 ++++++++-----
.../Process/gdb-remote/GDBRemoteCommunication.cpp | 11 +++++++++--
source/Target/ProcessInfo.cpp | 17 +++++++++++++++++
4 files changed, 42 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 llvm.
from 3c5dd6e [PM] BDCE: Fix caching of analyses.
new cb4d52f [codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t>) overload
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/DebugInfo/CodeView/TypeDumper.h | 8 +++++++-
lib/DebugInfo/CodeView/TypeDumper.cpp | 13 +++++++++++++
tools/llvm-readobj/COFFDumper.cpp | 26 ++------------------------
3 files changed, 22 insertions(+), 25 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 e0c001c [Coverage] Fix crash on a switch partially covered by a macro [...]
new f8601b2 PCH + module: make sure we write out macros associated with b [...]
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/Serialization/ASTWriter.cpp | 47 +++++++++++-----------
test/Modules/Inputs/MacroFabs1.h | 6 +++
test/Modules/Inputs/module.map | 4 ++
.../Inputs/pch-import-module-with-macro.pch | 3 ++
test/Modules/pch-module-macro.m | 9 +++++
5 files changed, 45 insertions(+), 24 deletions(-)
create mode 100644 test/Modules/Inputs/MacroFabs1.h
create mode 100644 test/Modules/Inputs/pch-import-module-with-macro.pch
create mode 100644 test/Modules/pch-module-macro.m
--
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 4083a06 Work around MinGW's macro definition of 'interface' to 'struct'
new e0c001c [Coverage] Fix crash on a switch partially covered by a 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:
lib/CodeGen/CoverageMappingGen.cpp | 8 ++++++--
test/CoverageMapping/switchmacro.c | 8 ++++++++
2 files changed, 14 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 llvm.
from 860b370 [PM] ADCE: Fix caching of analyses.
new 4de072ea [mips] Remove tests which should have been deleted.
new 3c5dd6e [PM] BDCE: Fix caching of analyses.
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/Transforms/Scalar/BDCE.cpp | 11 ++++++++---
test/MC/Mips/mips32r6/valid-xfail.s | 19 -------------------
test/MC/Mips/mips64r6/valid-xfail.s | 19 -------------------
3 files changed, 8 insertions(+), 41 deletions(-)
delete mode 100644 test/MC/Mips/mips32r6/valid-xfail.s
delete mode 100644 test/MC/Mips/mips64r6/valid-xfail.s
--
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 7e74f7a [obj2yaml][yaml2obj] Support for reading and dumping the Mach [...]
new f213957 [mips] Enforce compact branch register restrictions
new 860b370 [PM] ADCE: Fix caching of analyses.
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/Mips/AsmParser/MipsAsmParser.cpp | 64 ++++++++++++++++++----
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 16 ++++--
lib/Transforms/Scalar/ADCE.cpp | 11 +++-
test/MC/Mips/mips32r6/invalid.s | 20 ++++++-
test/MC/Mips/mips32r6/valid.s | 18 +++---
test/MC/Mips/mips64r6/invalid.s | 16 +++++-
test/MC/Mips/mips64r6/valid.s | 18 +++---
7 files changed, 126 insertions(+), 37 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 5dc2903 AMDGPU: Update datalayout string
new 4083a06 Work around MinGW's macro definition of 'interface' to 'struct'
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:
utils/TableGen/ClangAttrEmitter.cpp | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.