llvm-project/llvm/lib/Target/Lanai/MCTargetDesc
Chris Bieneman bef847c3ae [Lanai] Rename LanaiInstPrinter library to LanaiAsmPrinter
Summary:
    This is in keeping with LLVM convention. The classes are InstPrinters, but the library is ${target}AsmPrinter.

This patch is in response to bryant pointing out to me that Lanai was the only backend deviating from convention here. Thanks!

Reviewers: jpienaar, bryant

Subscribers: mgorny, jgosnell, llvm-commits

Differential Revision: https://reviews.llvm.org/D29043

llvm-svn: 292953
2017-01-24 17:27:01 +00:00
..
CMakeLists.txt Change the target's name, s/LanaiMCTargetDesc/LanaiDesc/g. 2016-08-23 10:43:01 +00:00
LLVMBuild.txt [Lanai] Rename LanaiInstPrinter library to LanaiAsmPrinter 2017-01-24 17:27:01 +00:00
LanaiAsmBackend.cpp [lanai] Update for Target API (TargetRegistry::RegisterMCAsmBackend) change 2016-07-29 08:50:23 +00:00
LanaiBaseInfo.h [lanai] Use peephole optimizer to generate more conditional ALU operations. 2016-07-07 23:36:04 +00:00
LanaiELFObjectWriter.cpp [AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-06 00:30:53 +00:00
LanaiFixupKinds.h
LanaiMCAsmInfo.cpp [lanai] Small cleanup: remove/comment out unused args 2016-07-15 22:38:32 +00:00
LanaiMCAsmInfo.h
LanaiMCCodeEmitter.cpp Remove unused private fields to fix the clang -Werror build. 2017-01-06 00:48:24 +00:00
LanaiMCExpr.cpp
LanaiMCExpr.h [lanai] Small cleanup: remove/comment out unused args 2016-07-15 22:38:32 +00:00
LanaiMCTargetDesc.cpp [AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-06 00:30:53 +00:00
LanaiMCTargetDesc.h Move the global variables representing each Target behind accessor function 2016-10-09 23:00:34 +00:00