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 ed0816bd93 RISC-V: Avoid emitting invalid instructions in mixed RVC/no- [...]
new bd757a5bf2 Automatic date update in version.in
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/version.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 gdb-8.0-branch
in repository binutils-gdb.
from 14c2ca3638 Bump GDB version number to 8.0.1.DATE-git.
new 92418a0f1a Automatic date update in version.in
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/version.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 binutils-2_29-branch
in repository binutils-gdb.
from 0d8a80b957 Automatic date update in version.in
new 7a261482fc Automatic date update in version.in
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/version.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 llvm.
from 14fde14ca13 Don't call exit from cl::PrintHelpMessage.
new 803b2c7e693 [x86] Extend the manual ISel of `add` and `sub` with both R [...]
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/X86/X86ISelDAGToDAG.cpp | 157 ++++-
test/CodeGen/X86/add.ll | 6 +-
test/CodeGen/X86/fold-rmw-ops.ll | 748 +++++++++++++++++++---
test/CodeGen/X86/peephole-na-phys-copy-folding.ll | 12 +-
test/CodeGen/X86/pr32659.ll | 4 +-
5 files changed, 821 insertions(+), 106 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 0dfd2a7ca Revert "Revert r311468: If --dynamic-list is given, only thos [...]
new 96dbcee38 COFF: Remove unnecessary casts. NFCI.
new ac940b8c4 Remove a stale comment.
new 9d3e89a03 Replace CRLF.
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:
COFF/Driver.cpp | 14 +++++++-------
test/ELF/format-binary-non-ascii.s | 30 +++++++++++++++---------------
test/ELF/many-alloc-sections.s | 1 -
3 files changed, 22 insertions(+), 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 llvm.
from f95cab8de62 [Bitcode] Fix some Clang-tidy modernize-use-using and Inclu [...]
new 14fde14ca13 Don't call exit from cl::PrintHelpMessage.
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/CommandLine.h | 2 --
lib/Support/CommandLine.cpp | 24 ++++++++++--------------
test/tools/llvm-ar/invalid-command-line.test | 1 +
tools/dsymutil/dsymutil.cpp | 4 +++-
tools/llvm-ar/llvm-ar.cpp | 3 +--
tools/llvm-opt-report/OptReport.cpp | 4 +++-
tools/llvm-xray/llvm-xray.cc | 1 +
7 files changed, 19 insertions(+), 20 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 a878acdb05f [llvm-objcopy] Add support for special section indexes in s [...]
new 2cf792edc26 Revert r312318, r312325, r312424, r312489
new 66191214920 Sink some IntrinsicInst.h and Intrinsics.h out of llvm/include
new f95cab8de62 [Bitcode] Fix some Clang-tidy modernize-use-using and Inclu [...]
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/TargetTransformInfo.h | 13 ++-
include/llvm/Bitcode/BitcodeReader.h | 27 +++--
include/llvm/Bitcode/BitcodeWriter.h | 21 ++--
include/llvm/Bitcode/BitstreamReader.h | 4 +-
include/llvm/IR/CallSite.h | 5 +-
include/llvm/IR/Function.h | 5 +-
include/llvm/LinkAllIR.h | 1 -
include/llvm/Transforms/Scalar/GVN.h | 2 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 116 +++++++++++-----------
lib/Bitcode/Reader/ValueList.cpp | 29 ++++--
lib/Bitcode/Reader/ValueList.h | 20 +++-
lib/Bitcode/Writer/BitcodeWriter.cpp | 75 +++++++++++---
lib/Bitcode/Writer/ValueEnumerator.cpp | 52 +++++++---
lib/Bitcode/Writer/ValueEnumerator.h | 61 ++++++------
lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 1 -
lib/CodeGen/ScalarizeMaskedMemIntrin.cpp | 1 +
lib/IR/DebugInfoMetadata.cpp | 1 -
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 1 +
lib/Target/SystemZ/SystemZISelLowering.cpp | 1 +
lib/Transforms/IPO/GlobalOpt.cpp | 38 +------
lib/Transforms/IPO/PartialInlining.cpp | 1 +
lib/Transforms/Scalar/GVNHoist.cpp | 1 +
lib/Transforms/Scalar/InferAddressSpaces.cpp | 2 +
test/Transforms/GlobalOpt/integer-bool-dwarf.ll | 57 -----------
tools/llvm-cat/llvm-cat.cpp | 18 +++-
tools/llvm-lto/llvm-lto.cpp | 45 +++++++--
26 files changed, 338 insertions(+), 260 deletions(-)
delete mode 100644 test/Transforms/GlobalOpt/integer-bool-dwarf.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 lld.
from 9196b0ec8 Add -no-gdb-index which negates -gdb-index option.
new 0dfd2a7ca Revert "Revert r311468: If --dynamic-list is given, only thos [...]
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/Config.h | 1 +
ELF/ScriptParser.cpp | 17 +++++++++--
ELF/SymbolTable.cpp | 19 ++++++++++++
ELF/SymbolTable.h | 2 ++
ELF/Writer.cpp | 5 ++--
test/ELF/dynamic-list-preempt.s | 65 +++++++++++++++++++++++++++++++++++++++++
6 files changed, 105 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/dynamic-list-preempt.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 ccd20ac14df Move duplicate helpers from DbgValueInst / DbgDeclareInst t [...]
new a878acdb05f [llvm-objcopy] Add support for special section indexes in s [...]
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:
.../abs-symbol.test} | 7 +-
test/tools/llvm-objcopy/common-symbol.test | 84 ++++++++++++++++++++++
.../llvm-objcopy/section-index-unsupported.test | 15 ++++
tools/llvm-objcopy/Object.cpp | 58 +++++++++++++--
tools/llvm-objcopy/Object.h | 20 +++++-
5 files changed, 173 insertions(+), 11 deletions(-)
copy test/tools/{yaml2obj/symbol-index.yaml => llvm-objcopy/abs-symbol.test} (85%)
create mode 100644 test/tools/llvm-objcopy/common-symbol.test
create mode 100644 test/tools/llvm-objcopy/section-index-unsupported.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 llvm.
from ec364d727bd llvm-ar: exit with 1 if there is an error.
new ccd20ac14df Move duplicate helpers from DbgValueInst / DbgDeclareInst t [...]
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/IR/IntrinsicInst.h | 48 ++++++++++++++---------------------------
lib/IR/Verifier.cpp | 39 ++++++++++-----------------------
2 files changed, 27 insertions(+), 60 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.