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 e04c0868e4 Fix SBO bit in disassembly mask for ldrah on AArch64.
new 5592693077 RISC-V: Add riscv-*-* configure support, and minor cleanup.
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/config.bfd | 4 ++--
ld/ChangeLog | 4 ++++
ld/configure.tgt | 3 ++-
4 files changed, 14 insertions(+), 3 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 cfc86d49874 [IR] Fix inconsistent declaration parameter name
new c2801b16401 Use Type::isIntOrPtrTy where possible, 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:
lib/Analysis/ScalarEvolution.cpp | 29 ++++++++--------------
lib/Analysis/ValueTracking.cpp | 2 +-
lib/CodeGen/CodeGenPrepare.cpp | 8 +++---
lib/IR/ConstantFold.cpp | 3 +--
lib/IR/Verifier.cpp | 11 +++-----
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +-
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 2 +-
8 files changed, 22 insertions(+), 37 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 compiler-rt.
from eb8d069ce Recommit "[CMake] Run libFuzzer tests with check-all."
new 5f86245e6 libFuzzer: always print line-break for NEW_FUNC/PC output
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/fuzzer/FuzzerTracePC.cpp | 9 ++++++---
1 file changed, 6 insertions(+), 3 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 86c9915130 [Driver,AArch64] Add support for -mcpu=native.
new 8980f32f68 [OPENMP] Make clauses closing loc point to right bracket.
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/clang/Parse/Parser.h | 1 +
lib/Parse/ParseOpenMP.cpp | 33 ++++++++++++++++++++-------------
test/OpenMP/dump.cpp | 6 +++---
3 files changed, 24 insertions(+), 16 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 9159fc2036d [X86] Remove patterns for MOVLPD/MOVLPS nodes with integer types.
new cfc86d49874 [IR] Fix inconsistent declaration parameter 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:
include/llvm/IR/DebugInfoMetadata.h | 8 ++++----
lib/IR/AsmWriter.cpp | 2 +-
lib/IR/DebugInfoMetadata.cpp | 2 +-
3 files changed, 6 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 73b3f8bb2de [llvm-mca] Add HardwareUnit and Context classes.
new ce6569598e1 [X86] Add more FMA3 memory folding patterns. Remove pattern [...]
new 9159fc2036d [X86] Remove patterns for MOVLPD/MOVLPS nodes with integer types.
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/X86/X86InstrAVX512.td | 16 ++++++++
lib/Target/X86/X86InstrFMA.td | 86 +++++++++++++++-------------------------
lib/Target/X86/X86InstrSSE.td | 8 ----
3 files changed, 49 insertions(+), 61 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 80e7ea0a47d [llvm-objcopy] Add support for static libraries
new 73b3f8bb2de [llvm-mca] Add HardwareUnit and Context classes.
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:
tools/llvm-mca/CMakeLists.txt | 2 +
tools/llvm-mca/Context.cpp | 65 +++++++++++++++++++++
tools/llvm-mca/Context.h | 68 ++++++++++++++++++++++
.../{HWEventListener.cpp => HardwareUnit.cpp} | 12 ++--
tools/llvm-mca/HardwareUnit.h | 31 ++++++++++
tools/llvm-mca/RegisterFile.h | 8 ++-
tools/llvm-mca/RetireControlUnit.h | 3 +-
tools/llvm-mca/Scheduler.h | 3 +-
tools/llvm-mca/llvm-mca.cpp | 29 +++------
9 files changed, 191 insertions(+), 30 deletions(-)
create mode 100644 tools/llvm-mca/Context.cpp
create mode 100644 tools/llvm-mca/Context.h
copy tools/llvm-mca/{HWEventListener.cpp => HardwareUnit.cpp} (61%)
create mode 100644 tools/llvm-mca/HardwareUnit.h
--
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 f72707ee11c [InstCombine] add more tests for potentially poisonous shifts; NFC
new 80e7ea0a47d [llvm-objcopy] Add support for static libraries
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/tools/llvm-objcopy/basic-archive-copy.test | 99 ++++++++++++++++++
.../llvm-objcopy/fail-no-output-directory.test | 2 +-
test/tools/llvm-objcopy/strip-all.test | 6 ++
test/tools/llvm-objcopy/strip-debug.test | 63 ++++++++++++
tools/llvm-objcopy/Object.cpp | 104 ++++++++++---------
tools/llvm-objcopy/Object.h | 71 ++++++++++---
tools/llvm-objcopy/llvm-objcopy.cpp | 114 ++++++++++++++++-----
7 files changed, 372 insertions(+), 87 deletions(-)
create mode 100644 test/tools/llvm-objcopy/basic-archive-copy.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 d3643492a56 [Debugify] Allow unsigned values narrower than their variables
new 5b4b9a07e87 Revert 336426 (and follow-ups 428, 440), it very likely cau [...]
new f72707ee11c [InstCombine] add more tests for potentially poisonous shifts; NFC
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/DAGCombiner.cpp | 105 ---------------------
.../CodeGen/AArch64/FoldRedundantShiftedMasking.ll | 95 -------------------
test/CodeGen/ARM/FoldRedundantShiftedMasking.ll | 98 -------------------
test/CodeGen/X86/pr32329.ll | 40 ++++----
test/Transforms/InstCombine/shuffle_select.ll | 43 +++++++++
5 files changed, 63 insertions(+), 318 deletions(-)
delete mode 100644 test/CodeGen/AArch64/FoldRedundantShiftedMasking.ll
delete mode 100644 test/CodeGen/ARM/FoldRedundantShiftedMasking.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 llvm.
from 735ebc0759b [InstCombine] add more tests with poison and undef; NFC
new 0f83e1fc484 [Local] replaceAllDbgUsesWith: Update debug values before RAUW
new d3643492a56 [Debugify] Allow unsigned values narrower than their variables
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/IR/DebugInfoMetadata.h | 26 +++
include/llvm/IR/Type.h | 3 +
include/llvm/Transforms/Utils/Local.h | 42 ++---
lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 3 +
lib/IR/DebugInfoMetadata.cpp | 52 ++++++
lib/Transforms/InstCombine/InstCombineCasts.cpp | 22 +--
lib/Transforms/Utils/Local.cpp | 203 +++++++++++++++++----
test/DebugInfo/debugify-bogus-dbg-value.ll | 13 +-
.../InstCombine/alloca-cast-debuginfo.ll | 5 +-
test/Transforms/InstCombine/cast-mul-select.ll | 2 +-
.../cast-set-preserve-signed-dbg-val.ll | 50 +++++
test/Transforms/InstCombine/debuginfo-variables.ll | 16 ++
tools/opt/Debugify.cpp | 11 +-
unittests/Transforms/Utils/Local.cpp | 189 +++++++++++++++++++
14 files changed, 563 insertions(+), 74 deletions(-)
create mode 100644 test/Transforms/InstCombine/cast-set-preserve-signed-dbg-val.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.