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 e6cd1dc1e6 Update get_standard_cache_dir for macOS
new d839b91499 Free symbol buffers if they are no longer in use
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:
binutils/ChangeLog | 15 +++++++++++++++
binutils/objcopy.c | 53 +++++++++++++++++++++++++++++++++++++++++++++--------
2 files changed, 60 insertions(+), 8 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 bd60c64f32c [CVP] Handle instructions with no user. No need to create C [...]
new d2dad5476b9 Revert "[DWARF] reposting r342048, which was reverted in r3 [...]
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/DWARFContext.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 86 +++++++++++
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 39 +----
include/llvm/DebugInfo/DWARF/DWARFListTable.h | 166 ++++++---------------
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 7 +
lib/DebugInfo/DWARF/CMakeLists.txt | 1 +
lib/DebugInfo/DWARF/DWARFContext.cpp | 56 +++----
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 96 ++++++++++++
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 97 +++---------
lib/DebugInfo/DWARF/DWARFDie.cpp | 1 +
lib/DebugInfo/DWARF/DWARFListTable.cpp | 72 +++------
lib/DebugInfo/DWARF/DWARFUnit.cpp | 99 ++++++------
test/DebugInfo/Generic/cu-ranges.ll | 24 +--
test/DebugInfo/Inputs/gmlt.ll | 2 +-
test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s | 19 ---
test/DebugInfo/X86/dwarfdump-ranges-unrelocated.s | 11 +-
test/DebugInfo/dwarfdump-ranges.test | 24 +--
test/MC/ARM/dwarf-asm-multiple-sections.s | 11 +-
tools/dsymutil/DwarfLinker.cpp | 23 ++-
tools/dsymutil/DwarfStreamer.cpp | 19 +--
tools/dsymutil/DwarfStreamer.h | 4 +-
21 files changed, 420 insertions(+), 441 deletions(-)
create mode 100644 include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
create mode 100644 lib/DebugInfo/DWARF/DWARFDebugRangeList.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 49ff0581758 Revert "Revert r342183 "[DAGCombine] Fix crash when store m [...]
new bd60c64f32c [CVP] Handle instructions with no user. No need to create C [...]
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/IPO/CalledValuePropagation.cpp | 3 +++
1 file changed, 3 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 binutils-2_31-branch
in repository binutils-gdb.
from 067f901e5d Automatic date update in version.in
new bdfdf17174 Improve the code in the assembler to detect and reject a dup [...]
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:
gas/ChangeLog | 7 +++++++
gas/as.c | 27 ++++++++++++++++++++-------
2 files changed, 27 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 dd7ed3c2c64 2018-09-17 Richard Biener <rguenther(a)suse.de>
new 904dc1538d8 * config/i386/i386.md (truncxf<mode>2_i387_noop_unspec): C [...]
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 | 14 +++++++++++
gcc/config/i386/i386.md | 65 +++++++++++++++++++++++++------------------------
2 files changed, 47 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 468784fe49f [DebugInfo] Remove redundant argument. [NFC]
new 49ff0581758 Revert "Revert r342183 "[DAGCombine] Fix crash when store m [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 11 ++++-
.../X86/merge-vector-stores-scale-idx-crash.ll | 49 ++++++++++++++++++++++
2 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/merge-vector-stores-scale-idx-crash.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 binutils-gdb.
from c12d9fa2af Support objcopy --remove-section=.relaFOO
new e6cd1dc1e6 Update get_standard_cache_dir for macOS
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 | 6 ++++++
gdb/common/pathstuff.c | 10 +++++++++-
gdb/common/pathstuff.h | 10 +++++++---
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 12 ++++++++----
5 files changed, 35 insertions(+), 8 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 a72fb542405 [ARM] Cleanup ARM CGP isSupportedValue
new 468784fe49f [DebugInfo] Remove redundant argument. [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:
include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 4 +---
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 35 ++++++++++++++--------------
2 files changed, 18 insertions(+), 21 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 a4b9568c7e Remove bogus notarget in gas teststuite
new c12d9fa2af Support objcopy --remove-section=.relaFOO
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:
binutils/ChangeLog | 12 ++++++++++++
binutils/objcopy.c | 15 +++++++++------
binutils/testsuite/binutils-all/remove-relocs-01.d | 1 +
binutils/testsuite/binutils-all/remove-relocs-04.d | 1 +
binutils/testsuite/binutils-all/remove-relocs-05.d | 1 +
binutils/testsuite/binutils-all/remove-relocs-06.d | 1 +
.../{remove-relocs-03.d => remove-relocs-07.d} | 4 ++--
binutils/testsuite/binutils-all/remove-relocs-07.s | 2 ++
binutils/testsuite/binutils-all/remove-relocs-08.d | 6 ++++++
9 files changed, 35 insertions(+), 8 deletions(-)
copy binutils/testsuite/binutils-all/{remove-relocs-03.d => remove-relocs-07.d} (52%)
create mode 100644 binutils/testsuite/binutils-all/remove-relocs-07.s
create mode 100644 binutils/testsuite/binutils-all/remove-relocs-08.d
--
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 d377332d772 [ARM] Disallow icmp with negative imm and overflow
new 222bbfaef7a Fix "not all control paths return a value" MSVC warning. NFCI.
new a72fb542405 [ARM] Cleanup ARM CGP isSupportedValue
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/Target/ARM/ARMCodeGenPrepare.cpp | 61 ++++++++++---------------------
test/CodeGen/ARM/arm-cgp-casts.ll | 34 +++++++++++++++++
tools/llvm-exegesis/lib/RegisterValue.cpp | 1 +
3 files changed, 54 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.