This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 39bca8321b2 [AA] cfl-anders-aa with field sensitivity
new ceb92ae8110 ARC, Nios2: Silence build warnings. NFCI.
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/ARC/ARCISelLowering.cpp | 2 +-
lib/Target/ARC/ARCISelLowering.h | 1 -
lib/Target/ARC/ARCMachineFunctionInfo.h | 5 ++---
lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp | 3 +--
lib/Target/Nios2/MCTargetDesc/Nios2TargetStreamer.cpp | 2 +-
lib/Target/Nios2/Nios2TargetObjectFile.h | 2 --
lib/Target/Nios2/Nios2TargetStreamer.h | 2 --
7 files changed, 5 insertions(+), 12 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 test-suite.
from f9c975a1 [test-suite][ubsan] Remove optimization that causes UB in SimpleMOC.
new 8359b150 [test-suite] Test CUDA in C++14 mode with C++11 stdlibs.
new b9d870b6 [test-suite] Enable CUDA complex tests with libc++ now that D [...]
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:
External/CUDA/CMakeLists.txt | 27 ++++++++++++++++-----------
External/CUDA/algorithm.cu | 2 +-
External/CUDA/cmath.cu | 6 +++---
External/CUDA/complex.cu | 17 ++++++++---------
4 files changed, 28 insertions(+), 24 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 3b1ddf89c [builtins][macos] bump up the the macOS version min in os_ver [...]
new 313baf68d [CMake] Cleanup find_compiler_rt_library function [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:
cmake/Modules/HandleCompilerRT.cmake | 5 ++---
1 file changed, 2 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 release_60
in repository llvm.
from a431507e797 Merging r323816:
new 3d22b2cb589 Merging r324581:
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/AArch64/AArch64ISelLowering.cpp | 3 ++-
lib/Target/AArch64/AArch64InstrInfo.td | 2 +-
test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll | 13 ++++++++-----
3 files changed, 11 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 llvm.
from 1f4de6bc0a5 [LV][VPlan] Build plain CFG with simple VPInstructions for [...]
new 39bca8321b2 [AA] cfl-anders-aa with field sensitivity
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/AliasAnalysisSummary.h | 19 +-
lib/Analysis/CFLAndersAliasAnalysis.cpp | 237 +++++++++++++----------
lib/Analysis/CFLGraph.h | 10 +-
test/Analysis/CFLAliasAnalysis/Andersen/field.ll | 102 ++++++++++
4 files changed, 258 insertions(+), 110 deletions(-)
create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/field.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 79b9681c7 Improve error message for -thinlto-object-suffix-replace and [...]
new bca1f39c1 Make ALIGN work with -r in linker scripts
new 1435bc0b9 Fix typo in error message.
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:
ELF/InputFiles.cpp | 2 +-
ELF/LinkerScript.cpp | 9 +++++----
test/ELF/linkerscript/align-r.test | 21 +++++++++++++++++++++
test/ELF/lto/thinlto-object-suffix-replace.ll | 2 +-
4 files changed, 28 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/linkerscript/align-r.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 binutils-gdb.
from b17992c1c0 Make format_pieces recognize the \e escape sequence
new ddfe970e6b Don't elide all inlined frames
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 | 20 ++++++++
gdb/breakpoint.c | 79 +++++++++++++++----------------
gdb/breakpoint.h | 30 +++++++++++-
gdb/infrun.c | 6 ++-
gdb/inline-frame.c | 43 ++++++++++++++---
gdb/inline-frame.h | 11 +++--
gdb/testsuite/ChangeLog | 15 ++++++
gdb/testsuite/gdb.ada/bp_inlined_func.exp | 22 +++------
gdb/testsuite/gdb.dwarf2/implptr.exp | 6 ++-
gdb/testsuite/gdb.opt/inline-break.c | 50 +++++++++++++++++++
gdb/testsuite/gdb.opt/inline-break.exp | 46 ++++++++++++++++++
11 files changed, 259 insertions(+), 69 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 release_60
in repository llvm.
from 64c8bcf5355 Merging r332444:
new a431507e797 Merging r323816:
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/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll | 63 +++++++++++-------------
1 file changed, 29 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 llvm.
from c66bd0a4308 [x86] preserve test intent by removing undef
new c783a5d9374 [llvm-mca] Make Dispatch a subclass of Stage.
new 56649b7234b Add a limit for phi folding instcombine
new 1f4de6bc0a5 [LV][VPlan] Build plain CFG with simple VPInstructions for [...]
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:
lib/Transforms/InstCombine/InstCombinePHI.cpp | 10 +-
lib/Transforms/Vectorize/CMakeLists.txt | 2 +
.../Vectorize/LoopVectorizationPlanner.h | 101 ++++++-
lib/Transforms/Vectorize/LoopVectorize.cpp | 54 +++-
lib/Transforms/Vectorize/VPlan.h | 144 ++++++++--
lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp | 320 +++++++++++++++++++++
lib/Transforms/Vectorize/VPlanHCFGBuilder.h | 55 ++++
lib/Transforms/Vectorize/VPlanValue.h | 35 ++-
lib/Transforms/Vectorize/VPlanVerifier.cpp | 125 ++++++++
lib/Transforms/Vectorize/VPlanVerifier.h | 44 +++
.../LoopVectorize/vplan_hcfg_stress_test.ll | 51 ++++
tools/llvm-mca/Backend.cpp | 8 +-
tools/llvm-mca/Backend.h | 16 +-
tools/llvm-mca/CMakeLists.txt | 2 +-
tools/llvm-mca/{Dispatch.cpp => DispatchStage.cpp} | 32 ++-
tools/llvm-mca/{Dispatch.h => DispatchStage.h} | 49 ++--
tools/llvm-mca/HWEventListener.h | 4 +-
tools/llvm-mca/README.txt | 127 ++++----
tools/llvm-mca/RetireControlUnit.cpp | 6 +-
tools/llvm-mca/RetireControlUnit.h | 8 +-
tools/llvm-mca/Scheduler.cpp | 2 +-
tools/llvm-mca/Scheduler.h | 10 +-
22 files changed, 1032 insertions(+), 173 deletions(-)
create mode 100644 lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
create mode 100644 lib/Transforms/Vectorize/VPlanHCFGBuilder.h
create mode 100644 lib/Transforms/Vectorize/VPlanVerifier.cpp
create mode 100644 lib/Transforms/Vectorize/VPlanVerifier.h
create mode 100644 test/Transforms/LoopVectorize/vplan_hcfg_stress_test.ll
rename tools/llvm-mca/{Dispatch.cpp => DispatchStage.cpp} (84%)
rename tools/llvm-mca/{Dispatch.h => DispatchStage.h} (77%)
--
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 b771c8e3d95 [llvm-pdbutil] Dump struct/class/union sizes in the minimal [...]
new c66bd0a4308 [x86] preserve test intent by removing undef
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/CodeGen/X86/vec_fp_to_int.ll | 46 +++++++++++++++++----------------------
1 file changed, 20 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.