This is patch #2 in the patch series for the VE backend for NEC-SX Aurora.
This patch builds on the scalar code generation patch of https://reviews.llvm.org/D71338
This patch implements the VE toolchain for clang.
Paths
| Differential D71339
[VE,#2] Clang toolchain for SX-Aurora AbandonedPublic Authored by simoll on Dec 11 2019, 3:06 AM.
Details
Summary This is patch #2 in the patch series for the VE backend for NEC-SX Aurora. This patch implements the VE toolchain for clang.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 11 2019, 3:06 AM Herald added subscribers: llvm-commits, cfe-commits, tschuett and 7 others. · View Herald Transcript Comment Actions To clarify: this patch is not intended to be committed as-is but gives an overview of the required changes. It's the a patch of a series for the VE backend and includes all the earlier patches.
Revision Contents
Diff 233336 clang/lib/Basic/CMakeLists.txt
clang/lib/Basic/Targets.cpp
clang/lib/Basic/Targets/VE.h
clang/lib/Basic/Targets/VE.cpp
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/Driver/CMakeLists.txt
clang/lib/Driver/Driver.cpp
clang/lib/Driver/ToolChains/Arch/VE.h
clang/lib/Driver/ToolChains/Arch/VE.cpp
clang/lib/Driver/ToolChains/Clang.h
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/lib/Driver/ToolChains/Gnu.cpp
clang/lib/Driver/ToolChains/Linux.cpp
clang/lib/Driver/ToolChains/VE.h
clang/lib/Driver/ToolChains/VE.cpp
clang/lib/Frontend/CompilerInvocation.cpp
|