This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from c135687af Support: Have directory_iterator::status() return FindFirstFi [...]
new f3bca76ed [lldb] Enable using out-of-tree dwps
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/Host/common/Symbols.cpp | 7 ++++++-
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 7 ++++++-
2 files changed, 12 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 llvm.
from 02ce807db57 [Transforms] Fix some Clang-tidy modernize and Include What [...]
new c9dc2816f16 [llvm-objcopy] Add ability to remove multiple sections by name
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:
...-section.test => remove-multiple-sections.test} | 39 +++++++++++++++++-----
tools/llvm-objcopy/llvm-objcopy.cpp | 15 +++++----
2 files changed, 39 insertions(+), 15 deletions(-)
copy test/tools/llvm-objcopy/{remove-section.test => remove-multiple-sections.test} (75%)
--
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 17074f064 Handle input section liveness only in MarkLive.cpp.
new ab55dfdc3 Remove an unused default argument.
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/InputSection.h | 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.
unknown user pushed a change to branch master
in repository lld.
from 743557f1f Update for llvm change.
new 17074f064 Handle input section liveness only in MarkLive.cpp.
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/Driver.cpp | 3 +--
ELF/InputFiles.cpp | 14 --------------
ELF/InputSection.cpp | 17 -----------------
ELF/MarkLive.cpp | 38 +++++++++++++++++++++++++++++++++++++-
ELF/SyntheticSections.cpp | 9 +++++++++
5 files changed, 47 insertions(+), 34 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 2f20e312aa get_integer_valueof: Don't output value in test name
new 0f09b4d8d8 x86: Set GOT refcount to 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:
bfd/ChangeLog | 6 ++++++
bfd/elf32-i386.c | 6 +++---
bfd/elf64-x86-64.c | 6 +++---
3 files changed, 12 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 llvm.
from 887aef72f39 [CodeGen] Fix some Clang-tidy modernize and Include What Yo [...]
new 6316ee82cce [X86] Add broadcast patterns that allow a scalar_to_vector [...]
new 02ce807db57 [Transforms] Fix some Clang-tidy modernize and Include What [...]
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:
include/llvm/Transforms/IPO/ConstantMerge.h | 6 +-
.../llvm/Transforms/IPO/DeadArgumentElimination.h | 39 +++++----
include/llvm/Transforms/IPO/ElimAvailExtern.h | 6 +-
include/llvm/Transforms/IPO/FunctionImport.h | 28 ++++---
include/llvm/Transforms/IPO/GlobalOpt.h | 5 +-
include/llvm/Transforms/IPO/GlobalSplit.h | 8 +-
include/llvm/Transforms/IPO/PartialInlining.h | 9 ++-
lib/Target/X86/X86InstrSSE.td | 18 +++++
lib/Transforms/IPO/ConstantMerge.cpp | 22 ++++--
lib/Transforms/IPO/DeadArgumentElimination.cpp | 66 ++++++++++------
lib/Transforms/IPO/ElimAvailExtern.cpp | 18 +++--
lib/Transforms/IPO/FunctionImport.cpp | 82 ++++++++++++-------
lib/Transforms/IPO/GlobalOpt.cpp | 92 +++++++++++++++-------
lib/Transforms/IPO/GlobalSplit.cpp | 31 +++++---
lib/Transforms/IPO/PartialInlining.cpp | 61 ++++++++++----
test/CodeGen/X86/avx2-vbroadcast.ll | 3 +-
16 files changed, 335 insertions(+), 159 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 daa4acc2eb6 Support: Have directory_iterator::status() return FindFirst [...]
new 887aef72f39 [CodeGen] Fix some Clang-tidy modernize and Include What Yo [...]
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/CodeGen/AsmPrinter.h | 18 +---
include/llvm/CodeGen/MachineModuleInfoImpls.h | 11 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 33 +++---
lib/CodeGen/AsmPrinter/EHStreamer.cpp | 19 +++-
lib/CodeGen/AsmPrinter/EHStreamer.h | 21 ++--
lib/CodeGen/BranchFolding.cpp | 12 ++-
lib/CodeGen/BranchFolding.h | 41 +++++--
lib/CodeGen/LocalStackSlotAllocation.cpp | 34 +++---
lib/CodeGen/MachineFunction.cpp | 63 ++++++++---
lib/CodeGen/MachineModuleInfoImpls.cpp | 10 +-
lib/CodeGen/PrologEpilogInserter.cpp | 55 +++++++---
lib/CodeGen/SafeStackColoring.cpp | 17 ++-
lib/CodeGen/SafeStackColoring.h | 35 ++++--
lib/CodeGen/SafeStackLayout.cpp | 12 ++-
lib/CodeGen/SafeStackLayout.h | 18 +++-
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 136 ++++++++++++++----------
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 38 +++++--
lib/CodeGen/ShrinkWrap.cpp | 55 +++++++---
18 files changed, 414 insertions(+), 214 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 26fb5a6e6c4 [SparsePropagation] Use SmallVector for work lists
new 2e192229994 [SparsePropagation] Let the Instruction work list hold Values.
new 4f80a5f9b0b Make the ELFFile constructor private.
new daa4acc2eb6 Support: Have directory_iterator::status() return FindFirst [...]
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:
include/llvm/Analysis/SparsePropagation.h | 29 +++---
include/llvm/Object/ELF.h | 12 ++-
include/llvm/Object/ELFObjectFile.h | 23 +++--
include/llvm/Support/FileSystem.h | 141 ++++++++++++++++++------------
lib/Support/CachePruning.cpp | 22 ++---
lib/Support/Path.cpp | 19 ++--
lib/Support/Unix/Path.inc | 20 +++--
lib/Support/Windows/Path.inc | 61 ++++++++-----
test/Object/Inputs/invalid-buffer.elf | 1 +
test/Object/invalid.test | 3 +
unittests/Support/Path.cpp | 4 +-
11 files changed, 195 insertions(+), 140 deletions(-)
create mode 100644 test/Object/Inputs/invalid-buffer.elf
--
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 5b7d2fffa Update ABISysV_arm64::RegisterIsVolatile to accept registers [...]
new c135687af Support: Have directory_iterator::status() return FindFirstFi [...]
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/Commands/CommandCompletions.cpp | 8 ++++----
source/Utility/FileSpec.cpp | 12 ++++++------
2 files changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.