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 da054b1bc Align ClearShadowForThreadStackAndTLS for NetBSD/i386
new 6d4a6ff71 Revert "[CMake] Reland "Make simple source used for CMake che [...]
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:
CMakeLists.txt | 1 -
cmake/Modules/CompilerRTUtils.cmake | 4 ----
cmake/config-ix.cmake | 2 +-
3 files changed, 1 insertion(+), 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 binutils-gdb.
from bc18fbb575 Change ada_catchpoint::excep_string to be a std::string
new 122b53ea6a Remove output_command_const
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 | 7 +++++++
gdb/printcmd.c | 10 +---------
gdb/tracepoint.c | 2 +-
gdb/valprint.h | 2 +-
4 files changed, 10 insertions(+), 11 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 77438c3c98c [EarlyCSE] Improve EarlyCSE of some absolute value cases.
new cce1a88066f Fix ubsan bounds check failure.
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/MCTargetDesc/X86AsmBackend.cpp | 3 ++-
1 file changed, 2 insertions(+), 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 2e125e8f464 MC: Remove stream and output functions from MCObjectWriter. NFCI.
new 77438c3c98c [EarlyCSE] Improve EarlyCSE of some absolute value cases.
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/Analysis/ValueTracking.h | 3 +++
lib/Analysis/ValueTracking.cpp | 2 ++
lib/Transforms/Scalar/EarlyCSE.cpp | 16 ++++++++++++----
test/Transforms/EarlyCSE/commute.ll | 36 +++++++++++++++++++++++++++++++++++
4 files changed, 53 insertions(+), 4 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 0d4292ff61e MC: Have the object writers return the number of bytes writ [...]
new 2e125e8f464 MC: Remove stream and output functions from MCObjectWriter. 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:
include/llvm/MC/MCMachObjectWriter.h | 3 +-
include/llvm/MC/MCObjectWriter.h | 96 +-----------------------------------
lib/MC/ELFObjectWriter.cpp | 2 +-
lib/MC/WasmObjectWriter.cpp | 3 +-
lib/MC/WinCOFFObjectWriter.cpp | 3 +-
5 files changed, 5 insertions(+), 102 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 6152bb94fda [VPlan] Reland r332654 and silence unused func warning
new 8e93a9573ff MC: Change object writers to use endian::Writer. NFCI.
new fe5e50fc87d [AMDGPU] Add divergence analysis as a dependency for ISel
new 0d4292ff61e MC: Have the object writers return the number of bytes writ [...]
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/MC/MCMachObjectWriter.h | 9 +-
include/llvm/MC/MCObjectWriter.h | 4 +-
lib/MC/ELFObjectWriter.cpp | 146 +++++++++---------
lib/MC/MCAssembler.cpp | 7 +-
lib/MC/MCLinkerOptimizationHint.cpp | 2 +-
lib/MC/MachObjectWriter.cpp | 254 ++++++++++++++++---------------
lib/MC/WasmObjectWriter.cpp | 188 ++++++++++++-----------
lib/MC/WinCOFFObjectWriter.cpp | 166 ++++++++++----------
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 1 +
tools/dsymutil/MachOUtils.cpp | 29 ++--
10 files changed, 414 insertions(+), 392 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 a8e9721d8de MC: Change MCAsmBackend::writeNopData() to take a raw_ostre [...]
new 74bda0b7709 MC: Change MCAssembler::writeSectionData and writeFragmentP [...]
new 6152bb94fda [VPlan] Reland r332654 and silence unused func warning
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/MC/MCAssembler.h | 10 +-
lib/MC/ELFObjectWriter.cpp | 7 +-
lib/MC/MCAssembler.cpp | 83 +++---
lib/MC/MCELFStreamer.cpp | 9 +-
lib/MC/MachObjectWriter.cpp | 2 +-
lib/MC/WasmObjectWriter.cpp | 4 +-
lib/MC/WinCOFFObjectWriter.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 | 126 ++++++++
lib/Transforms/Vectorize/VPlanVerifier.h | 44 +++
.../LoopVectorize/vplan_hcfg_stress_test.ll | 51 ++++
tools/dsymutil/MachOUtils.cpp | 2 +-
18 files changed, 946 insertions(+), 113 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
--
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 b4cdbc50d [ELF] Update due to API change in .debug_line parsing
new 82363e747 Fix typo.
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/SymbolTable.cpp | 3 ++-
1 file changed, 2 insertions(+), 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 glibc.
from 7c67e6e8b9 Split test-tgmath3 by function.
new 1af30adcd5 Initial Fast Short REP MOVSB (FSRM) support
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:
ChangeLog | 6 ++++++
sysdeps/x86/cpu-features.h | 3 +++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.