This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 7e3888c Correct makefile.rules to use toolchain specific AR and OBJCOPY
new 5d29d3f Support for OCaml native debugging
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:
cmake/LLDBDependencies.cmake | 1 +
include/lldb/Symbol/OCamlASTContext.h | 355 +++++++++
include/lldb/Symbol/TypeSystem.h | 1 +
source/API/SystemInitializerFull.cpp | 6 +
source/Plugins/Language/CMakeLists.txt | 1 +
source/Plugins/Language/OCaml/CMakeLists.txt | 4 +
source/Plugins/Language/OCaml/OCamlLanguage.cpp | 78 ++
.../{Java/JavaLanguage.h => OCaml/OCamlLanguage.h} | 15 +-
source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 1 +
.../SymbolFile/DWARF/DWARFASTParserOCaml.cpp | 232 ++++++
.../Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.h | 60 ++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 1 +
source/Symbol/CMakeLists.txt | 1 +
source/Symbol/OCamlASTContext.cpp | 798 +++++++++++++++++++++
14 files changed, 1545 insertions(+), 9 deletions(-)
create mode 100644 include/lldb/Symbol/OCamlASTContext.h
create mode 100644 source/Plugins/Language/OCaml/CMakeLists.txt
create mode 100644 source/Plugins/Language/OCaml/OCamlLanguage.cpp
copy source/Plugins/Language/{Java/JavaLanguage.h => OCaml/OCamlLanguage.h} (76%)
create mode 100644 source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.cpp
create mode 100644 source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.h
create mode 100644 source/Symbol/OCamlASTContext.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from b886e56 Remove no-op parameter / option
new bc2d0d1 scripts/test-schroot.sh: Robustify ssh call
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:
scripts/test-schroot.sh | 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 8d8a8d3 Import manifest after command line parsing.
new 62c2f1e scripts/test-schroot.sh: Remove dead code
new 59ba517 scripts/test-schroot.sh: Robustify -o option
new b886e56 Remove no-op parameter / option
The 3 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/schroot.sh | 2 +-
scripts/test-schroot.sh | 33 ++-------------------------------
2 files changed, 3 insertions(+), 32 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-tools-extra.
from c2e3874 clang-rename: split existing options into two new subcommands
new 0af7e5f [include-fixer] Correct nested class search for identifiers w [...]
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-fixer/IncludeFixer.cpp | 7 +++++--
include-fixer/IncludeFixerContext.cpp | 3 ++-
include-fixer/SymbolIndexManager.cpp | 7 ++++---
include-fixer/SymbolIndexManager.h | 13 ++++++++-----
unittests/include-fixer/IncludeFixerTest.cpp | 18 +++++++++++++++++-
5 files changed, 36 insertions(+), 12 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 2d5bddc Avoid compile time warning when building on 32-bit host.
new a94d834 Fix SH GOT allocation in the presence of linker garbage collection.
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:
bfd/ChangeLog | 6 ++
bfd/elf32-sh.c | 215 ----------------------------------------
ld/ChangeLog | 18 ++++
ld/emulparams/shelf.sh | 3 +
ld/emulparams/shelf32.sh | 3 +
ld/emulparams/shelf_nto.sh | 3 +
ld/emulparams/shelf_vxworks.sh | 4 +
ld/emulparams/shlelf32_linux.sh | 4 +-
ld/emulparams/shlelf_linux.sh | 3 +
ld/emulparams/shlelf_nto.sh | 3 +
10 files changed, 46 insertions(+), 216 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 b74d259 alpha: fix trunc for big input values
new f88aab5 malloc: Preserve arena free list/thread count invariant [BZ #20370]
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 | 8 ++++++++
malloc/arena.c | 41 ++++++++++++++++++++++++++++++++++++-----
2 files changed, 44 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 release_39
in repository llvm.
from 4976a3a Merging r277114: -------------------------------------------- [...]
new 358d8cc Merging r276701 and r277439
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/ARM/ARMISelLowering.cpp | 3 ++-
lib/Target/ARM/ARMInstrInfo.td | 12 ++++++---
lib/Target/ARM/ARMInstrThumb2.td | 10 +++++---
test/CodeGen/ARM/ssat-v4t.ll | 9 +++++++
test/CodeGen/ARM/ssat.ll | 30 ++++++++++++++--------
test/CodeGen/ARM/usat-v4t.ll | 9 +++++++
.../MC/Disassembler/ARM/unpredictable-SSAT-arm.txt | 2 +-
7 files changed, 55 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/ARM/ssat-v4t.ll
create mode 100644 test/CodeGen/ARM/usat-v4t.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 llvm.
from 921ae8e [ARM] Some saturation instructions not DSP-only
new 0bdecd2 [mips] Update the P5600 scheduler for isComplete = 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:
lib/Target/Mips/Mips.td | 3 +
lib/Target/Mips/MipsSchedule.td | 2 -
lib/Target/Mips/MipsScheduleP5600.td | 251 ++++++++++++++++++++++++++++++-----
3 files changed, 224 insertions(+), 32 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 df98886 [LoadStoreVectorizer] Don't use a linear walk for an existenc [...]
new 921ae8e [ARM] Some saturation instructions not DSP-only
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/ARM/ARMISelLowering.cpp | 2 +-
lib/Target/ARM/ARMInstrInfo.td | 8 ++++----
lib/Target/ARM/ARMInstrThumb2.td | 4 ++--
3 files changed, 7 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 gcc.
from 8020abd Skip scan-assembler test when -flto is used
new 03eed86 PR tree-optimization/34114 * fold-const.c (multiple_of_p): [...]
new ad8a330 PR tree-optimization/34114 * tree-ssa-loop-niter.c (number_ [...]
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:
gcc/ChangeLog | 12 +++++
gcc/fold-const.c | 67 ++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/tree-ssa/loop-42.c | 36 +++++++++++++
gcc/tree-ssa-loop-niter.c | 89 +++++++++++++++++++++++++++------
5 files changed, 187 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/loop-42.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.