This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from d36e4f747 Add SysV Abi for PPC64le
new d260a2692 Revert "[SymbolFilePDB] Fix null array access when parsing th [...]
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:
lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp | 40 ----
lit/SymbolFile/PDB/enums-layout.test | 45 -----
lit/SymbolFile/PDB/typedefs.test | 55 ------
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 209 ++-------------------
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 39 +---
unittests/SymbolFile/PDB/Inputs/test-pdb-types.cpp | 6 -
unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 5 +-
7 files changed, 20 insertions(+), 379 deletions(-)
delete mode 100644 lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp
delete mode 100644 lit/SymbolFile/PDB/enums-layout.test
delete mode 100644 lit/SymbolFile/PDB/typedefs.test
--
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 2aa8009d21 pl_PL: Add alternative month names (bug 10871).
new 21c0696cde Update NEWS with binutils version requirement for static PIE [...]
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:
NEWS | 3 ++-
1 file changed, 2 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 clang-tools-extra.
from 5c5bb394 Assume the shared library path variable is LD_LIBRARY_PATH on [...]
new 9dcc79f6 [clangd] Add support for different file URI schemas.
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:
clangd/CMakeLists.txt | 1 +
clangd/URI.cpp | 199 ++++++++++++++++++++++++++++++++++++
clangd/URI.h | 101 ++++++++++++++++++
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/URITests.cpp | 220 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 522 insertions(+)
create mode 100644 clangd/URI.cpp
create mode 100644 clangd/URI.h
create mode 100644 unittests/clangd/URITests.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 lldb.
from 6d21e6206 Fix TestTargetSymbolsAddCommand [getBuildArtifact refactor]
new d36e4f747 Add SysV Abi 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:
source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 558 +++++----------------
source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h | 2 +
.../Plugins/Process/Utility/RegisterInfos_ppc64.h | 331 ++++++++++++
.../Process/Utility/lldb-ppc64-register-enums.h | 139 +++++
source/Utility/PPC64_DWARF_Registers.h | 127 +++++
5 files changed, 716 insertions(+), 441 deletions(-)
create mode 100644 source/Plugins/Process/Utility/RegisterInfos_ppc64.h
create mode 100644 source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
create mode 100644 source/Utility/PPC64_DWARF_Registers.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 binutils-gdb.
from de4cb04a20 Ada/DWARF: Assume the Ada compiler produces descriptive type [...]
new 3f5a868b22 Don't call gdbarch_pseudo_register_read_value in jit.c
new dc71152484 Remove mt port
new 03f50fc878 Replace regcache_raw_read with regcache->raw_read
new 11f57cb67e regcache_cooked_read -> regcache->cooked_read
new ec7a5fcbfd regcache::cooked_write test
The 5 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 | 48 ++
gdb/Makefile.in | 1 -
gdb/aarch64-tdep.c | 10 +-
gdb/amd64-tdep.c | 9 +-
gdb/arm-tdep.c | 6 +-
gdb/avr-tdep.c | 2 +-
gdb/bfin-tdep.c | 2 +-
gdb/configure.tgt | 6 +-
gdb/frv-tdep.c | 6 +-
gdb/h8300-tdep.c | 4 +-
gdb/hppa-tdep.c | 2 +-
gdb/i386-tdep.c | 66 ++-
gdb/ia64-tdep.c | 30 +-
gdb/jit.c | 16 +-
gdb/m32c-tdep.c | 34 +-
gdb/m68hc11-tdep.c | 4 +-
gdb/mep-tdep.c | 6 +-
gdb/mips-tdep.c | 6 +-
gdb/msp430-tdep.c | 2 +-
gdb/mt-tdep.c | 1218 -------------------------------------------------
gdb/nds32-tdep.c | 2 +-
gdb/regcache.c | 141 +++++-
gdb/rl78-tdep.c | 27 +-
gdb/rs6000-tdep.c | 36 +-
gdb/s390-linux-tdep.c | 15 +-
gdb/sh-tdep.c | 4 +-
gdb/sh64-tdep.c | 8 +-
gdb/sparc-tdep.c | 4 +-
gdb/sparc64-tdep.c | 20 +-
gdb/spu-tdep.c | 6 +-
gdb/xtensa-tdep.c | 11 +-
31 files changed, 334 insertions(+), 1418 deletions(-)
delete mode 100644 gdb/mt-tdep.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 gcc.
from 3e9b9e793e7 2018-01-21 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 33a48ee3431 [arm] Make gcc.target/arm/copysign_softfloat_1.c more robust
new 537ba8fd58c [ARM] Fix test fail with conflicting -mfloat-abi
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 | 4 ++++
gcc/doc/sourcebuild.texi | 4 ++++
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gcc.c-torture/compile/pr82096.c | 2 ++
gcc/testsuite/gcc.target/arm/copysign_softfloat_1.c | 10 +++++-----
gcc/testsuite/lib/target-supports.exp | 13 +++++++++++++
6 files changed, 41 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 lld.
from a2845ac59 [COFF] Keep the underscore on exported decorated stdcall func [...]
new f57d6faa5 Add test for interaction of --gc-sections and undefined references
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/ELF/gc-sections-no-undef-error.s | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 test/ELF/gc-sections-no-undef-error.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 93cf9f7e719 [YAML] Plain scalars can not begin with most indicators.
new a9d988a1d42 [AArch64][SVE] Asm: Predicate patterns
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/AArch64/AArch64SystemOperands.td | 31 ++++++++++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 56 ++++++++++++++++++++++
.../AArch64/InstPrinter/AArch64InstPrinter.cpp | 10 ++++
.../AArch64/InstPrinter/AArch64InstPrinter.h | 3 ++
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp | 7 +++
lib/Target/AArch64/Utils/AArch64BaseInfo.h | 9 ++++
6 files changed, 116 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 glibc.
from 4612268a0a powerpc: Fix syscalls during early process initialization [B [...]
new 95cb863a1e Implement alternative month names (bug 10871).
new 761a585ce9 Abbreviated alternative month names (%Ob) also added (bug 10871).
new 22390764f9 Documentation to the above changes (bug 10871).
new 2aa8009d21 pl_PL: Add alternative month names (bug 10871).
The 4 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 | 74 ++++++++++++++++++++++++++
NEWS | 24 +++++++++
locale/C-time.c | 52 +++++++++++++++++-
locale/categories.def | 4 ++
locale/langinfo.h | 86 ++++++++++++++++++++++++++++--
locale/programs/ld-time.c | 40 ++++++++++++++
locale/programs/locfile-kw.gperf | 2 +
locale/programs/locfile-kw.h | 112 ++++++++++++++++++++-------------------
locale/programs/locfile-token.h | 2 +
localedata/locales/pl_PL | 14 ++++-
localedata/tst-langinfo.c | 12 +++++
manual/locale.texi | 26 +++++++--
manual/time.texi | 35 +++++++++---
time/Makefile | 3 +-
time/strftime_l.c | 25 +++++++--
time/strptime_l.c | 50 +++++++++++++++--
time/tst-strptime.c | 20 +++++++
17 files changed, 500 insertions(+), 81 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 5e110fb917b Break false dependencies for POPCNT, LZCNT, TZCNT
new 93cf9f7e719 [YAML] Plain scalars can not begin with most indicators.
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/Support/YAMLTraits.h | 9 +++++++--
unittests/Support/YAMLIOTest.cpp | 4 ++++
2 files changed, 11 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.