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 a67d66eb97 Prevent illegal memory accesses when attempting to read exce [...]
new 81b42bcab1 FT32B is a new FT32 family member. It has a code compression [...]
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 | 17 +
bfd/archures.c | 1 +
bfd/bfd-in2.h | 5 +
bfd/cpu-ft32.c | 36 +-
bfd/elf32-ft32.c | 898 ++++++++++++++++++-
bfd/libbfd.h | 4 +
bfd/reloc.c | 8 +
binutils/ChangeLog | 4 +
binutils/readelf.c | 2 +
gas/ChangeLog | 31 +-
gas/config/tc-ft32.c | 387 ++++++---
gas/config/tc-ft32.h | 31 +-
gas/testsuite/gas/all/gas.exp | 2 +
gas/testsuite/gas/elf/dwarf2-11.d | 4 +-
gas/testsuite/gas/elf/dwarf2-12.d | 4 +-
gas/testsuite/gas/elf/dwarf2-13.d | 4 +-
gas/testsuite/gas/elf/dwarf2-14.d | 4 +-
gas/testsuite/gas/elf/dwarf2-15.d | 4 +-
gas/testsuite/gas/elf/dwarf2-16.d | 4 +-
gas/testsuite/gas/elf/dwarf2-17.d | 4 +-
gas/testsuite/gas/elf/dwarf2-18.d | 4 +-
gas/testsuite/gas/elf/dwarf2-3.d | 2 +-
gas/testsuite/gas/elf/dwarf2-5.d | 4 +-
gas/testsuite/gas/elf/dwarf2-7.d | 4 +-
gas/testsuite/gas/ft32/ft32.exp | 1 +
gas/testsuite/gas/ft32/insn.d | 472 +++++-----
gas/testsuite/gas/ft32/insnsc.d | 1546 +++++++++++++++++++++++++++++++++
gas/testsuite/gas/ft32/insnsc.s | 769 ++++++++++++++++
gas/testsuite/gas/lns/lns-big-delta.d | 2 +-
gas/testsuite/gas/lns/lns.exp | 1 +
include/ChangeLog | 4 +
include/elf/ft32.h | 4 +
32 files changed, 3875 insertions(+), 392 deletions(-)
create mode 100644 gas/testsuite/gas/ft32/insnsc.d
create mode 100644 gas/testsuite/gas/ft32/insnsc.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 4bf7c62ec4e [BranchProbabilityInfo] Handle irreducible loops.
new b639f72d218 Regenerate PACKUS/TRUNCS test (PR31773)
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/pr31773.ll | 47 +++++++++++++++++++++++++++++++++++++++------
1 file changed, 41 insertions(+), 6 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 e0115a8446 Update check for invalid values in pe_bfd_read_buildid function.
new a67d66eb97 Prevent illegal memory accesses when attempting to read exce [...]
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/coffcode.h | 8 ++++++++
2 files changed, 14 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 697969187cd Revert r313618 "[ARM] Use ADDCARRY / SUBCARRY"
new 4bf7c62ec4e [BranchProbabilityInfo] Handle irreducible loops.
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/Analysis/BranchProbabilityInfo.h | 12 +++-
lib/Analysis/BranchProbabilityInfo.cpp | 90 ++++++++++++++++++++++++---
test/Analysis/BranchProbabilityInfo/loop.ll | 37 +++++++++++
3 files changed, 128 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 lldb.
from edff0ff39 Remove uint32_t assignment operator from Status
new 546a29501 Add data formatter for libc++ std::tuple
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:
.../libcxx/{forward_list => tuple}/Makefile | 0
.../TestDataFormatterLibcxxTuple.py} | 22 +++---
.../data-formatter-stl/libcxx/tuple/main.cpp | 11 +++
source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 +
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 8 +++
source/Plugins/Language/CPlusPlus/LibCxx.h | 3 +
source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp | 79 ++++++++++++++++++++++
7 files changed, 112 insertions(+), 12 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
create mode 100644 source/Plugins/Language/CPlusPlus/LibCxxTuple.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 gcc.
from 9a2f49ee363 Use (CONST_VECTOR|GET_MODE)_NUNITS in simplify-rtx.c
new f81dd217477 Don't treat zero-sized ranges as overlapping
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 | 5 +++++
gcc/tree-ssa-alias.h | 2 ++
2 files changed, 7 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 70f068c54 Remove Sean Callanan from the CODE_OWNERS, he won't have time [...]
new edff0ff39 Remove uint32_t assignment operator from Status
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/Utility/Status.h | 13 -------------
source/Utility/Status.cpp | 10 ----------
2 files changed, 23 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 01e3bc6eba1 Turn var-tracking.c:INT_MEM_OFFSET into a function
new a543234db0a [C++ PATCH] overloaded operator fns [6/N]
new 9a2f49ee363 Use (CONST_VECTOR|GET_MODE)_NUNITS in simplify-rtx.c
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 | 11 ++++
gcc/cp/ChangeLog | 22 +++++++
gcc/cp/cp-tree.h | 48 ++++++++++++---
gcc/cp/decl.c | 143 +++++++++++++------------------------------
gcc/cp/lex.c | 98 ++++++++++++++++++++++++------
gcc/cp/mangle.c | 26 +-------
gcc/cp/operators.def | 167 +++++++++++++++++++++++++--------------------------
gcc/simplify-rtx.c | 61 +++++--------------
8 files changed, 294 insertions(+), 282 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 598658d7926 Fix warnings discovered by rL317076. [-Wunused-private-field]
new 697969187cd Revert r313618 "[ARM] Use ADDCARRY / SUBCARRY"
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 | 185 ++++----------------------------
lib/Target/ARM/ARMISelLowering.h | 3 +-
test/CodeGen/ARM/intrinsics-overflow.ll | 88 +++------------
test/CodeGen/ARM/pr34045-2.ll | 25 -----
test/CodeGen/ARM/pr34045.ll | 53 ---------
5 files changed, 35 insertions(+), 319 deletions(-)
delete mode 100644 test/CodeGen/ARM/pr34045-2.ll
delete mode 100644 test/CodeGen/ARM/pr34045.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.