This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3adf7e6c06 __is_target_arch: Check the arch and subarch instead of the [...]
new 817210c218 __is_target_environment: Check the environment after parsing it
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/Lex/PPMacroExpansion.cpp | 7 +++----
test/Preprocessor/is_target_environment_version.c | 6 ++++++
2 files changed, 9 insertions(+), 4 deletions(-)
create mode 100644 test/Preprocessor/is_target_environment_version.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 binutils-gdb.
from fc076a47fd Update documentation regarding the bfd returned by bfd_openr [...]
new a27ed7d613 Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_typ [...]
new 7c1618381f Implement pahole-like 'ptype /o' option
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:
gdb/ChangeLog | 42 ++
gdb/NEWS | 3 +
gdb/c-typeprint.c | 1178 ++++++++++++++++++------------
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 124 ++++
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.base/ptype-offsets.cc | 193 +++++
gdb/testsuite/gdb.base/ptype-offsets.exp | 318 ++++++++
gdb/typeprint.c | 24 +-
gdb/typeprint.h | 17 +
10 files changed, 1435 insertions(+), 475 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/ptype-offsets.cc
create mode 100644 gdb/testsuite/gdb.base/ptype-offsets.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 llvm.
from 185a067ae8f [X86] Remove assert in X86MCCodeEmitter.cpp that was added [...]
new 17486de5d05 [DWARFv5] Dump an MD5 checksum in the line-table header. Ad [...]
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/DWARF/DWARFDebugLine.h | 8 +++--
lib/CodeGen/AsmPrinter/DIE.cpp | 2 ++
lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 41 ++++++++++++++++--------
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 12 ++++++-
test/DebugInfo/X86/dwarfdump-header.s | 21 ++++++------
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 18 +++++++++++
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp | 9 ++++++
7 files changed, 84 insertions(+), 27 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.
from 5857036e6f Remove "FunctionName -" from docs on FunctionDecl(NFC)
new 3adf7e6c06 __is_target_arch: Check the arch and subarch instead of the [...]
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/Lex/PPMacroExpansion.cpp | 6 +++---
test/Preprocessor/is_target_arm64.c | 10 ++++++++++
2 files changed, 13 insertions(+), 3 deletions(-)
create mode 100644 test/Preprocessor/is_target_arm64.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 lld.
from 408ad37aa [WebAssembly] Base imports on Symtab. NFC.
new e88695897 Do not add .dynamic entries that don't have to be added early [...]
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/SyntheticSections.cpp | 50 +++++++++++++++++++++--------------------------
ELF/SyntheticSections.h | 2 --
2 files changed, 22 insertions(+), 30 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 92ad92d5374 PR tree-optimization/80631 * gcc.target/i386/avx2-pr80631 [...]
new 5b5ac2fbec7 PR c++/83217 * decl.c (cp_finish_decomp): If decl's type [...]
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/cp/ChangeLog | 4 ++++
gcc/cp/decl.c | 4 +++-
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/cpp1z/decomp33.C | 21 +++++++++++++++++++++
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp33.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 llvm.
from 7edcd376d38 [Memcpy Loop Lowering] Insert loop BB inbetween the split BB.
new af4be705fd6 [SelectionDAG][X86] Fix insert_vector_elt lowering for v32i [...]
new 185a067ae8f [X86] Remove assert in X86MCCodeEmitter.cpp that was added [...]
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:
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 29 +-
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 2 -
lib/Target/X86/X86ISelLowering.cpp | 8 +-
test/CodeGen/X86/avx512-insert-extract.ll | 589 +++++++++++++++++++++++
4 files changed, 619 insertions(+), 9 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 5386758b518 [X86] Add 'Requires<[In64BitMode]>' to a bunch of instructi [...]
new 7edcd376d38 [Memcpy Loop Lowering] Insert loop BB inbetween the split BB.
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/Transforms/Utils/LowerMemIntrinsics.cpp | 5 +++--
test/CodeGen/NVPTX/lower-aggr-copies.ll | 6 ++++++
2 files changed, 9 insertions(+), 2 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 34d571a7e [ELF] Reduce size of ELF file produced by test
new 408ad37aa [WebAssembly] Base imports on Symtab. 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:
wasm/Symbols.h | 3 ---
wasm/Writer.cpp | 20 +++++++++-----------
2 files changed, 9 insertions(+), 14 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 050e890bd45 [TargetLibraryInfo] fix documentation comment; NFC
new 65b5d17d621 [X86] Remove the 'Requires<[In64BitMode]>' from SHSTK instr [...]
new f5e35f2da47 [X86] Remove the 'Requires' In64BitMode/Not64BitMode from t [...]
new 11e27ba376c [X86] Change BNDLDX to use anymem instead of i64mem for its [...]
new 5386758b518 [X86] Add 'Requires<[In64BitMode]>' to a bunch of instructi [...]
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:
lib/Target/X86/X86InstrArithmetic.td | 36 ++++++++++++++-----
lib/Target/X86/X86InstrInfo.td | 31 +++++++++-------
lib/Target/X86/X86InstrMPX.td | 2 +-
lib/Target/X86/X86InstrShiftRotate.td | 48 ++++++++++++++-----------
lib/Target/X86/X86InstrSystem.td | 68 +++++++++++++++--------------------
5 files changed, 104 insertions(+), 81 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.