This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d5376a75e7 [CodeComplete] only respect LoadExternal hint at namespace/tu scope
new 417df0a48d [Hexagon] Accept lowercase b in -hvx-length=64b and -hvx-len [...]
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/Driver/ToolChains/Hexagon.cpp | 2 +-
test/Driver/hexagon-hvx.c | 9 +++++++--
2 files changed, 8 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 gdb-8.1-branch
in repository binutils-gdb.
from 374a66a0c7 Automatic date update in version.in
new 76112dde11 Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-pret [...]
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 | 13 +++++++++++++
gdb/gdbtypes.c | 41 +++++++++++++++++++++++++++++++++++++++--
gdb/gdbtypes.h | 20 ++++++++++++++++++++
3 files changed, 72 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 a9daa087388 Revert "[ThinLTO] Add call edges' relative block frequency [...]
new fca705a118d Revert "[SLP] Fix for PR32086: Count InsertElementInstr of [...]
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/Vectorize/SLPVectorizer.cpp | 468 ++++++---------------
test/Transforms/SLPVectorizer/X86/PR32086.ll | 11 +-
.../SLPVectorizer/X86/blending-shuffle.ll | 20 +-
test/Transforms/SLPVectorizer/X86/hoist.ll | 17 +-
4 files changed, 146 insertions(+), 370 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 1daf502a16 [LD][AARCH64]Add group relocations to create PC-relative offset.
new 0f59d5fc1c Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-pret [...]
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 | 13 +++++++++++++
gdb/gdbtypes.c | 41 +++++++++++++++++++++++++++++++++++++++--
gdb/gdbtypes.h | 20 ++++++++++++++++++++
3 files changed, 72 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 6ca23fea811 Revert r321751, "StructurizeCFG: Fix broken backedge detection"
new fab3c917935 [AMDGPU] Make sure all super regs of reserved regs are mark [...]
new e2f036e8e9b Fix up and document controlling ccache via CMake options.
new a9daa087388 Revert "[ThinLTO] Add call edges' relative block frequency [...]
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:
CMakeLists.txt | 6 ++--
docs/CMake.rst | 8 +++++
include/llvm/Bitcode/LLVMBitCodes.h | 5 ----
include/llvm/IR/ModuleSummaryIndex.h | 21 ++-----------
lib/Analysis/ModuleSummaryAnalysis.cpp | 21 ++-----------
lib/Bitcode/Reader/BitcodeReader.cpp | 23 ++++----------
lib/Bitcode/Writer/BitcodeWriter.cpp | 28 ++++++-----------
lib/Target/AMDGPU/AMDGPURegisterInfo.cpp | 7 +++++
lib/Target/AMDGPU/AMDGPURegisterInfo.h | 2 ++
lib/Target/AMDGPU/R600InstrInfo.cpp | 7 ++---
lib/Target/AMDGPU/R600InstrInfo.h | 3 +-
lib/Target/AMDGPU/R600RegisterInfo.cpp | 32 ++++++++++----------
lib/Target/AMDGPU/SIRegisterInfo.cpp | 7 -----
lib/Target/AMDGPU/SIRegisterInfo.h | 1 -
.../thinlto-function-summary-callgraph-relbf.ll | 35 ----------------------
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1 -
16 files changed, 62 insertions(+), 145 deletions(-)
delete mode 100644 test/Bitcode/thinlto-function-summary-callgraph-relbf.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 cb6ecd40572 [X86] Fix some inconsistencies in the itineraries and Sched [...]
new e999114a775 [ARM] Expand long shifts for Thumb1 to __aeabi_ calls
new 6ca23fea811 Revert r321751, "StructurizeCFG: Fix broken backedge detection"
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/ARMISelLowering.cpp | 7 ++
lib/Transforms/Scalar/StructurizeCFG.cpp | 110 +++++++++++++-----
test/CodeGen/AMDGPU/multilevel-break.ll | 3 +-
test/CodeGen/AMDGPU/nested-loop-conditions.ll | 127 +++++++--------------
test/CodeGen/ARM/shift-i64.ll | 15 +++
.../StructurizeCFG/AMDGPU/backedge-id-bug.ll | 1 +
test/Transforms/StructurizeCFG/bug36015.ll | 53 +++++++++
.../Transforms/StructurizeCFG/nested-loop-order.ll | 83 +++++---------
8 files changed, 227 insertions(+), 172 deletions(-)
create mode 100644 test/Transforms/StructurizeCFG/bug36015.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 0dfab7e362b [Hexagon] Run late copy propagation and dead code eliminati [...]
new d9c395b630d [SLP] Fix for PR32086: Count InsertElementInstr of the same [...]
new cd25118a7fc [ThinLTO] Add call edges' relative block frequency to per-m [...]
new a2bac3d6138 [X86] Remove '(_REV)?' from a bunch of scheduler regular ex [...]
new ca2c6a2a140 [X86] Adjust names of PINSRW/PEXTRW intructions between MMX [...]
new cb6ecd40572 [X86] Fix some inconsistencies in the itineraries and Sched [...]
The 5 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/Bitcode/LLVMBitCodes.h | 5 +
include/llvm/IR/ModuleSummaryIndex.h | 21 +-
lib/Analysis/ModuleSummaryAnalysis.cpp | 21 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 23 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 28 +-
lib/Target/X86/X86InstrAVX512.td | 4 +-
lib/Target/X86/X86InstrInfo.cpp | 6 +-
lib/Target/X86/X86InstrMMX.td | 44 +-
lib/Target/X86/X86InstrSSE.td | 20 +-
lib/Target/X86/X86SchedBroadwell.td | 102 +++--
lib/Target/X86/X86SchedHaswell.td | 94 ++---
lib/Target/X86/X86SchedSandyBridge.td | 12 +-
lib/Target/X86/X86SchedSkylakeClient.td | 102 +++--
lib/Target/X86/X86SchedSkylakeServer.td | 158 ++++---
lib/Target/X86/X86ScheduleZnver1.td | 14 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 468 +++++++++++++++------
.../thinlto-function-summary-callgraph-relbf.ll | 35 ++
test/CodeGen/X86/evex-to-vex-compress.mir | 6 +-
test/CodeGen/X86/sse2-schedule.ll | 2 +-
test/CodeGen/X86/sse41-schedule.ll | 2 +-
test/MC/X86/x86_64-asm-match.s | 4 +-
test/Transforms/SLPVectorizer/X86/PR32086.ll | 11 +-
.../SLPVectorizer/X86/blending-shuffle.ll | 20 +-
test/Transforms/SLPVectorizer/X86/hoist.ll | 17 +-
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1 +
25 files changed, 763 insertions(+), 457 deletions(-)
create mode 100644 test/Bitcode/thinlto-function-summary-callgraph-relbf.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 clang.
from 7e980e2e8e [CUDA] Disable PGO and coverage instrumentation in NVPTX.
new d5376a75e7 [CodeComplete] only respect LoadExternal hint at namespace/tu scope
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-c/Index.h | 6 +++---
include/clang/Sema/CodeCompleteOptions.h | 4 ++--
lib/Sema/SemaLookup.cpp | 7 +++++--
test/Index/complete-pch-skip.cpp | 7 ++++++-
4 files changed, 16 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 clang-tools-extra.
from 81ead829 [clang-tidy] Handle bitfields in cppcoreguidelines-pro-type-m [...]
new ff22ba72 [clangd] add test for r323347 CodeComplete behavior we rely on
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:
unittests/clangd/CodeCompleteTests.cpp | 10 ++++++++--
1 file changed, 8 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 eaa7682afb5 Handle R_386_PLT32 in RuntimeDyldELF.
new 0dfab7e362b [Hexagon] Run late copy propagation and dead code eliminati [...]
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/Hexagon/HexagonTargetMachine.cpp | 5 +++++
test/CodeGen/Hexagon/autohvx/isel-bool-vector.ll | 14 ++++++++------
test/CodeGen/Hexagon/autohvx/isel-concat-vectors-bool.ll | 9 +++++----
test/CodeGen/Hexagon/autohvx/isel-truncate.ll | 5 +++--
test/CodeGen/Hexagon/autohvx/isel-vec-ext.ll | 8 ++++----
test/CodeGen/Hexagon/common-gep-inbounds.ll | 4 ++--
test/CodeGen/Hexagon/expand-vselect-kill.ll | 8 ++++----
test/CodeGen/Hexagon/isel-simplify-crash.ll | 9 ++++-----
test/CodeGen/Hexagon/newvaluejump-kill.ll | 7 ++++---
test/CodeGen/Hexagon/regalloc-block-overlap.ll | 11 ++++++-----
test/CodeGen/Hexagon/vect/zext-v4i1.ll | 5 +++--
11 files changed, 48 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.