This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from d2aa1be [ELF] - Applied clang format. NFC.
new 7514411 [ELF] - Partial support of --gdb-index command line option (Part 1).
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:
ELF/CMakeLists.txt | 1 +
ELF/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/GdbIndex.cpp | 103 ++++++++++++++++++++++++++++++++++++++++
ELF/GdbIndex.h | 28 +++++++++++
ELF/Options.td | 3 ++
ELF/OutputSections.cpp | 50 +++++++++++++++++++
ELF/OutputSections.h | 30 ++++++++++++
ELF/Writer.cpp | 7 +++
test/ELF/Inputs/gdb-index-a.elf | Bin 0 -> 3040 bytes
test/ELF/Inputs/gdb-index-b.elf | Bin 0 -> 3048 bytes
test/ELF/gdb-index.s | 38 +++++++++++++++
12 files changed, 262 insertions(+)
create mode 100644 ELF/GdbIndex.cpp
create mode 100644 ELF/GdbIndex.h
create mode 100644 test/ELF/Inputs/gdb-index-a.elf
create mode 100644 test/ELF/Inputs/gdb-index-b.elf
create mode 100644 test/ELF/gdb-index.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 lldb.
from cb2f509 Added a decorator for the macOS version and switched over tes [...]
new 4b4f8ca Fix ARM/AArch64 Step-Over watchpoint issue remove provision f [...]
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:
.../multi_watchpoint_slots}/Makefile | 0
.../TestWatchpointMultipleSlots.py | 97 ++++++++++++++++++++++
.../multi_watchpoint_slots}/main.c | 26 +++---
.../Linux/NativeRegisterContextLinux_arm.cpp | 83 +++++++-----------
.../Linux/NativeRegisterContextLinux_arm64.cpp | 81 +++++++-----------
5 files changed, 170 insertions(+), 117 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/{breakpoint/breakpoint_ignore_ [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/watchpoint/multi [...]
copy packages/Python/lldbsuite/test/functionalities/{ptr_refs => watchpoint/multi_ [...]
--
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 ad65029 S/390: Add fallthrough comment in md file.
new c72bf91 2016-10-20 Richard Biener <rguenther(a)suse.de>
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 | 11 +++++++++++
gcc/cgraphunit.c | 1 +
gcc/dwarf2out.c | 18 +++++++-----------
gcc/ipa.c | 7 +++++++
4 files changed, 26 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 lld.
from c2997dd [ELF] - Testcase checking that we do not crash on invalid sh_ [...]
new d2aa1be [ELF] - Applied clang format. NFC.
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:
ELF/Driver.cpp | 8 +++---
ELF/InputFiles.cpp | 2 +-
ELF/InputFiles.h | 6 ++---
ELF/InputSection.cpp | 15 +++++------
ELF/LTO.cpp | 2 +-
ELF/LinkerScript.cpp | 2 +-
ELF/MarkLive.cpp | 3 +--
ELF/OutputSections.cpp | 8 +++---
ELF/OutputSections.h | 6 ++---
ELF/Relocations.cpp | 9 ++++---
ELF/SymbolTable.cpp | 3 +--
ELF/Symbols.h | 3 +--
ELF/Target.cpp | 69 +++++++++++++++++++++++++-------------------------
ELF/Writer.cpp | 13 ++++------
ELF/Writer.h | 3 +--
15 files changed, 69 insertions(+), 83 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 bc3bde5 2016-10-20 Paolo Carlini <paolo.carlini(a)oracle.com>
new ad65029 S/390: Add fallthrough comment in md file.
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 | 4 ++++
gcc/config/s390/s390.md | 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 3e0be6f [Object/ELF] - Check index argument in getSymbol().
new a007516 [SystemZ] Post-RA scheduler implementation
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/SystemZ/CMakeLists.txt | 2 +
lib/Target/SystemZ/SystemZ.td | 5 +
lib/Target/SystemZ/SystemZHazardRecognizer.cpp | 337 +++++++++
lib/Target/SystemZ/SystemZHazardRecognizer.h | 128 ++++
lib/Target/SystemZ/SystemZInstrFormats.td | 6 +-
lib/Target/SystemZ/SystemZInstrInfo.cpp | 35 +
lib/Target/SystemZ/SystemZInstrInfo.h | 8 +
lib/Target/SystemZ/SystemZInstrInfo.td | 13 +-
lib/Target/SystemZ/SystemZInstrVector.td | 2 +-
lib/Target/SystemZ/SystemZMachineScheduler.cpp | 153 ++++
lib/Target/SystemZ/SystemZMachineScheduler.h | 112 +++
lib/Target/SystemZ/SystemZProcessors.td | 7 +-
lib/Target/SystemZ/SystemZSchedule.td | 70 ++
lib/Target/SystemZ/SystemZScheduleZ13.td | 991 +++++++++++++++++++++++++
lib/Target/SystemZ/SystemZScheduleZ196.td | 713 ++++++++++++++++++
lib/Target/SystemZ/SystemZScheduleZEC12.td | 743 ++++++++++++++++++
lib/Target/SystemZ/SystemZTargetMachine.cpp | 16 +-
test/CodeGen/SystemZ/vec-args-06.ll | 32 +-
test/CodeGen/SystemZ/vec-perm-12.ll | 6 +-
19 files changed, 3342 insertions(+), 37 deletions(-)
create mode 100644 lib/Target/SystemZ/SystemZHazardRecognizer.cpp
create mode 100644 lib/Target/SystemZ/SystemZHazardRecognizer.h
create mode 100644 lib/Target/SystemZ/SystemZMachineScheduler.cpp
create mode 100644 lib/Target/SystemZ/SystemZMachineScheduler.h
create mode 100644 lib/Target/SystemZ/SystemZSchedule.td
create mode 100644 lib/Target/SystemZ/SystemZScheduleZ13.td
create mode 100644 lib/Target/SystemZ/SystemZScheduleZ196.td
create mode 100644 lib/Target/SystemZ/SystemZScheduleZEC12.td
--
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 2813e62 Add a helper function to define symbols.
new c2997dd [ELF] - Testcase checking that we do not crash on invalid sh_ [...]
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:
...ips-invalid-options-descriptor.elf => sht-group.elf} | Bin 480 -> 480 bytes
test/ELF/invalid/sht-group.s | 3 +++
2 files changed, 3 insertions(+)
copy test/ELF/invalid/Inputs/{mips-invalid-options-descriptor.elf => sht-group.elf} (53%)
create mode 100644 test/ELF/invalid/sht-group.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 f43c9c6 X86: Allow expressions to appear as u8imm operands.
new 3e0be6f [Object/ELF] - Check index argument in getSymbol().
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 | 5 ++++-
1 file changed, 4 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 gcc.
from ab056ef 2016-10-20 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new bc3bde5 2016-10-20 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 5 +++++
gcc/testsuite/g++.dg/cpp1y/pr77446.C | 23 +++++++++++++++++++++++
2 files changed, 28 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr77446.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 clang.
from 3d7fceb Replace uses of LLVM_FUNCTION_NAME with __func__, this was ma [...]
new c467cbc Work around MSVC rejects-valid. Apparenty (some versions of) [...]
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/SemaExprCXX.cpp | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.