This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 10eccfa [index/AST] Add references for ObjC getter=/setter= property [...]
new 6dc8f23 [AST] Follow-up to r297972, add default value for setGetterNa [...]
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/DeclObjC.h | 4 ++--
1 file changed, 2 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 binutils-gdb.
from 6ebac3f gdb.python/py-lazy-string (pointer): Really add new typedef.
new 7942e96 Big-endian targets: Don't ignore offset into DW_OP_stack_value
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 | 13 ++++
gdb/dwarf2loc.c | 99 +++++++++++++++++-------------
gdb/dwarf2loc.h | 3 +
gdb/dwarf2read.c | 25 ++++++++
gdb/testsuite/ChangeLog | 6 ++
gdb/testsuite/gdb.dwarf2/nonvar-access.exp | 28 ++++++++-
gdb/testsuite/lib/dwarf.exp | 3 +-
7 files changed, 131 insertions(+), 46 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 80bfdf1 Salvage debug info from instructions about to be deleted
new b789f7b Fix unused variable warnings.
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/Utils/Local.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 e3a9e90 Attempt to fix bot failure on Windows. Looks like this expres [...]
new aad0d39 LTO: Create temporary cache files in the cache directory inst [...]
new 80bfdf1 Salvage debug info from instructions about to be deleted
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:
include/llvm/Transforms/Utils/Local.h | 13 ++-
lib/LTO/Caching.cpp | 36 ++------
lib/Transforms/InstCombine/InstCombineInternal.h | 6 +-
lib/Transforms/Utils/Local.cpp | 103 ++++++++++++++--------
test/Transforms/InstCombine/debuginfo-dce.ll | 106 +++++++++++++++++++++++
5 files changed, 199 insertions(+), 65 deletions(-)
create mode 100644 test/Transforms/InstCombine/debuginfo-dce.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 1f2e6da [ObjC][Sema] Avoid ARC performSelector error for 'self' selector
new 10eccfa [index/AST] Add references for ObjC getter=/setter= property [...]
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/DeclObjC.h | 14 ++++++-
include/clang/Sema/DeclSpec.h | 15 +++++++-
include/clang/Sema/Sema.h | 4 ++
lib/AST/ASTImporter.cpp | 6 ++-
lib/Index/IndexBody.cpp | 14 +++++--
lib/Index/IndexDecl.cpp | 23 +++++++++++-
lib/Parse/ParseObjc.cpp | 4 +-
lib/Sema/SemaObjCProperty.cpp | 28 +++++++++-----
lib/Serialization/ASTReaderDecl.cpp | 6 ++-
lib/Serialization/ASTWriterDecl.cpp | 2 +
test/Index/Core/index-source.m | 74 ++++++++++++++++++++++++++++---------
11 files changed, 148 insertions(+), 42 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 d8d81a4 PR libstdc++/79980 fix target type of cast
new 2675beb Fix tree-prof/pr66295.c
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tree-prof/pr66295.c | 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 llvm.
from 34c8126 Rearrange fields. NFC.
new 89cb961 [globalisel] Correct G_CONSTANT path of selectArithImmed()
new e3a9e90 Attempt to fix bot failure on Windows. Looks like this expres [...]
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/CodeGen/AsmPrinter/DwarfExpression.cpp | 2 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 5 ++++-
test/CodeGen/AArch64/GlobalISel/select-binop.mir | 4 ++--
3 files changed, 7 insertions(+), 4 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 308a80b PR32288: More efficient encoding for DWARF expr subregister access.
new fd16587 Rename methods in DwarfExpression to adhere to the LLVM codin [...]
new 34c8126 Rearrange fields. NFC.
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/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 20 ++--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 18 ++--
lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 148 ++++++++++++++--------------
lib/CodeGen/AsmPrinter/DwarfExpression.h | 46 ++++-----
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 12 +--
5 files changed, 122 insertions(+), 122 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 598fe6d XFAIL catan and catanh tests on ibm128
new 0fbca26 conformtest: Make more tests into compilation tests.
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 | 5 +++++
conform/conformtest.pl | 15 +++++++--------
2 files changed, 12 insertions(+), 8 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 a8be550 Add support for a GNU BUILD note type to record the enum size.
new 2cc36e2 Remove collision markers from earlier commit
new 6ebac3f gdb.python/py-lazy-string (pointer): Really add new typedef.
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:
gdb/testsuite/ChangeLog | 12 +++++++-----
gdb/testsuite/gdb.python/py-lazy-string.c | 2 ++
2 files changed, 9 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.