This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 398d04c Fix spelling mistake.
new 695a41c Using release to free memory is at best confusing -- one woul [...]
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/Frontend/VerifyDiagnosticConsumer.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 llvm.
from 7446318 Replace a report_fatal_error with an ErrorOr.
new d77057e Replace another report_fatal_error with an ErrorOr.
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/Object/ELF.h | 9 +++++----
include/llvm/Object/ELFObjectFile.h | 15 ++++++++++++---
2 files changed, 17 insertions(+), 7 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 8169610 Add support to the ObjC type scavenger for finding types via [...]
new f4a7179 Add RenderScriptScriptGroup to the Xcode project
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 | 6 ++++++
1 file changed, 6 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 074ecc2 Delete dead code.
new 7446318 Replace a report_fatal_error with an ErrorOr.
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/Object/ELF.h | 4 ++--
test/Object/corrupt.test | 2 +-
tools/llvm-objdump/ELFDump.cpp | 5 ++++-
tools/llvm-readobj/ELFDumper.cpp | 10 +++++-----
4 files changed, 12 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 lldb.
from 122fe8f [Renderscript] Add commands for scriptgroup interaction.
new 8169610 Add support to the ObjC type scavenger for finding types via [...]
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/Target/Language.h | 45 +++++++++++++++-------
.../functionalities/type_lookup/TestTypeLookup.py | 1 +
.../test/functionalities/type_lookup/main.mm | 22 +++++++++++
source/Plugins/Language/ObjC/ObjCLanguage.cpp | 15 +++++++-
4 files changed, 69 insertions(+), 14 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 6df23cf combine lhs zero_extract fix (PR78186)
new 2276e7e [DWARF] Enable DW_CFA_VAL_EXPRESSION support
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 | 14 ++++++++++++++
gcc/dwarf2cfi.c | 51 ++++++++++++++++++++++++++++++++++++++++-----------
gcc/dwarf2out.c | 42 ++++++++++++++++++++++++++++++++++++++++++
gcc/reg-notes.def | 5 +++++
4 files changed, 101 insertions(+), 11 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 13730b3 Fixed column shift when formatting line containing bit shift [...]
new 398d04c Fix spelling mistake.
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/Sema/SemaTemplateInstantiate.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 2fe9c2a New option falkor for Qualcomm server part
new ecf64ec arc/opcodes/nps400: Fix some instruction masks
new 91fdca6 gas/arc: Replace short_insn flag with insn length field
new 06fe285 arc: Replace ARC_SHORT macro with arc_opcode_len function
new 2e27220 opcodes/arc: Make some macros 64-bit safe
new 90f61cc arc: Swap highbyte and lowbyte in print_insn_arc
new bdfe53e arc: Change max instruction length to 64-bits
new 5a73682 arc: Implement NPS-400 dcmac instruction
new 98d0e90 [ARC] Fix ldbit test on 32-bit systems
The 8 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:
gas/ChangeLog | 39 ++
gas/config/tc-arc.c | 218 +++-------
gas/testsuite/gas/arc/nps400-6.d | 12 +-
gas/testsuite/gas/arc/nps400-6.s | 2 +-
gas/testsuite/gas/arc/nps400-9.d | 44 +++
gas/testsuite/gas/arc/nps400-9.s | 51 +++
include/ChangeLog | 21 +
include/opcode/arc.h | 97 ++---
opcodes/ChangeLog | 56 +++
opcodes/arc-dis.c | 481 +++++++++--------------
opcodes/arc-ext.c | 2 +-
opcodes/arc-ext.h | 2 +-
opcodes/arc-fxi.h | 366 ++++++++---------
opcodes/arc-nps400-tbl.h | 99 ++++-
opcodes/arc-opc.c | 829 +++++++++++++++++----------------------
15 files changed, 1120 insertions(+), 1199 deletions(-)
create mode 100644 gas/testsuite/gas/arc/nps400-9.d
create mode 100644 gas/testsuite/gas/arc/nps400-9.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 30b32cd Delete dead code.
new cad7687 Delete a dead store found by PVS-Studio.
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/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.