summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [VE] Minimal codegen for empty functionsKazushi (Jam) Marukawa2020-01-151-1/+88
| | | | | | | | | | | | | | | | Summary: This patch implements minimal VE code generation for empty function bodies (no args, no value return). Contents * empty function code generation test. * Minimal function prologue & epilogue emission * Instruction formats and instruction definitions as far as required for the empty function prologue & epilogue. * I64 register class definitions. Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D72598
* [VE] Target stub for NEC SX-AuroraKazushi (Jam) Marukawa2020-01-091-0/+19
Summary: This patch registers the 've' target: the NEC SX-Aurora TSUBASA Vector Engine. Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D69103
OpenPOWER on IntegriCloud