This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d4b960be645 [X86] Add scheduling tests for SHLD/SHRD
new 4dc79d9de24 [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interf [...]
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/PDB/DIA/DIAEnumTables.h | 37 +++++++++++++
include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h | 1 +
include/llvm/DebugInfo/PDB/DIA/DIASession.h | 1 +
include/llvm/DebugInfo/PDB/DIA/DIATable.h | 32 ++++++++++++
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 1 +
include/llvm/DebugInfo/PDB/IPDBSession.h | 2 +
include/llvm/DebugInfo/PDB/IPDBTable.h | 28 ++++++++++
.../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 1 +
include/llvm/DebugInfo/PDB/Native/NativeSession.h | 2 +
include/llvm/DebugInfo/PDB/PDBTypes.h | 33 +++++++++++-
lib/DebugInfo/PDB/CMakeLists.txt | 2 +
lib/DebugInfo/PDB/DIA/DIAEnumTables.cpp | 53 +++++++++++++++++++
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 14 +++++
lib/DebugInfo/PDB/DIA/DIASession.cpp | 9 ++++
lib/DebugInfo/PDB/DIA/DIATable.cpp | 61 ++++++++++++++++++++++
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 5 ++
lib/DebugInfo/PDB/Native/NativeSession.cpp | 4 ++
lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp | 3 ++
unittests/DebugInfo/PDB/PDBApiTest.cpp | 9 ++++
19 files changed, 297 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h
create mode 100644 include/llvm/DebugInfo/PDB/DIA/DIATable.h
create mode 100644 include/llvm/DebugInfo/PDB/IPDBTable.h
create mode 100644 lib/DebugInfo/PDB/DIA/DIAEnumTables.cpp
create mode 100644 lib/DebugInfo/PDB/DIA/DIATable.cpp
--
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 4992987dc40 [SCEV] simplify loop. NFC.
new d4b960be645 [X86] Add scheduling tests for SHLD/SHRD
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:
test/CodeGen/X86/schedule-x86_64.ll | 499 +++++++++++++++++++++++++++++++++++-
1 file changed, 494 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 binutils-gdb.
from 38b28f7088 Prevent a possible seg-fault in the section merging code, by [...]
new d8ae99a7b0 Add Python rbreak command.
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 | 5 +
gdb/NEWS | 4 +
gdb/doc/ChangeLog | 4 +
gdb/doc/python.texi | 17 ++
gdb/python/python.c | 188 ++++++++++++++++++++-
gdb/testsuite/ChangeLog | 6 +
.../starti.c => gdb.python/py-rbreak-func2.c} | 16 +-
.../py-rbreak.c} | 53 ++++--
gdb/testsuite/gdb.python/py-rbreak.exp | 61 +++++++
9 files changed, 333 insertions(+), 21 deletions(-)
copy gdb/testsuite/{gdb.base/starti.c => gdb.python/py-rbreak-func2.c} (90%)
copy gdb/testsuite/{gdb.btrace/function_call_history.c => gdb.python/py-rbreak.c} (71%)
create mode 100644 gdb/testsuite/gdb.python/py-rbreak.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 gcc.
from 664dfc31bb3 2017-11-16 Hristian Kirtchev <kirtchev(a)adacore.com>
new 48570d58d4f [BRIG] added documentation in gccbrig.texi
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/brig/ChangeLog | 4 ++
gcc/brig/gccbrig.texi | 150 +++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 153 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 llvm.
from 7e2aba3d0d2 [ARM GlobalISel] Add tests for BIC. NFC
new 91c5da30a53 Test commit. Add a missing dash to the standard llvm file h [...]
new 4992987dc40 [SCEV] simplify loop. 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:
include/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 2 +-
lib/Analysis/ScalarEvolution.cpp | 4 ++--
lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 2 +-
3 files changed, 4 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 248ee6cfb27 [Support][CachePruning] Fix regression in pruning interval
new 7e2aba3d0d2 [ARM GlobalISel] Add tests for BIC. 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:
.../GlobalISel/arm-instruction-select-combos.mir | 206 +++++++++++++++++++++
1 file changed, 206 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 07d9c83cc Fix alignment of arm64 fpu register context structure so it h [...]
new 9db266cb7 Implement core dump debugging for PPC64le
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:
.../postmortem/elf-core/TestLinuxCore.py | 8 +
.../postmortem/elf-core/linux-ppc64le.core | Bin 0 -> 330648 bytes
.../postmortem/elf-core/linux-ppc64le.out | Bin 0 -> 3128 bytes
source/Plugins/Process/Utility/CMakeLists.txt | 1 +
.../Utility/RegisterContextPOSIX_ppc64le.cpp | 216 +++++++++++++++++++++
...SIX_mips64.h => RegisterContextPOSIX_ppc64le.h} | 57 +++---
.../Process/Utility/RegisterInfos_ppc64le.h | 2 +-
source/Plugins/Process/elf-core/CMakeLists.txt | 1 +
source/Plugins/Process/elf-core/ProcessElfCore.cpp | 82 +++-----
.../elf-core/RegisterContextPOSIXCore_ppc64le.cpp | 132 +++++++++++++
..._s390x.h => RegisterContextPOSIXCore_ppc64le.h} | 41 ++--
source/Plugins/Process/elf-core/ThreadElfCore.cpp | 17 +-
source/Plugins/Process/elf-core/ThreadElfCore.h | 3 +
source/Plugins/Process/elf-core/elf-core-enums.h | 55 ++++++
14 files changed, 505 insertions(+), 110 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...]
create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...]
create mode 100644 source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
copy source/Plugins/Process/Utility/{RegisterContextPOSIX_mips64.h => RegisterCont [...]
create mode 100644 source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
copy source/Plugins/Process/elf-core/{RegisterContextPOSIXCore_s390x.h => Register [...]
create mode 100644 source/Plugins/Process/elf-core/elf-core-enums.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 llvm.
from 2746bda55ff [asan] Fix size/alignment issues with non-default shadow scale
new 248ee6cfb27 [Support][CachePruning] Fix regression in pruning interval
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/Support/CachePruning.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 gcc.
from 686edddca86 2017-11-16 Sylvain Dailler <dailler(a)adacore.com>
new 664dfc31bb3 2017-11-16 Hristian Kirtchev <kirtchev(a)adacore.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/ada/ChangeLog | 58 ++++++++++++
.../elaboration_order_handling_in_gnat.rst | 49 +++++++++-
gcc/ada/gnat_ugn.texi | 57 ++++++++++-
gcc/ada/opt.ads | 8 +-
gcc/ada/sem_ch12.adb | 18 ++--
gcc/ada/sem_ch9.adb | 7 +-
gcc/ada/sem_elab.adb | 105 +++++++++++++--------
gcc/ada/sem_prag.adb | 18 ----
gcc/ada/sem_res.adb | 10 +-
gcc/ada/sem_util.adb | 16 +++-
gcc/ada/sem_util.ads | 21 +++--
gcc/ada/sinfo.adb | 34 ++++++-
gcc/ada/sinfo.ads | 63 +++++++++++--
13 files changed, 355 insertions(+), 109 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.