[PATCH] D24613: [AAP] (9) Add the bulk of the AAP backend implementation

Edward Jones via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 09:05:16 PDT 2016


edward-jones created this revision.
edward-jones added reviewers: rengolin, asb.
edward-jones added subscribers: llvm-commits, simoncook.
Herald added subscribers: mgorny, beanz.

This builds on D24612, and adds the bulk of the AAP backend implementation. This takes the backend from a basic one which has MC and Disassembler support, to one which can compile the majority of code.

https://reviews.llvm.org/D24613

Files:
  lib/Target/AAP/AAP.h
  lib/Target/AAP/AAP.td
  lib/Target/AAP/AAPAsmPrinter.cpp
  lib/Target/AAP/AAPCallingConv.td
  lib/Target/AAP/AAPFrameLowering.cpp
  lib/Target/AAP/AAPFrameLowering.h
  lib/Target/AAP/AAPISelDAGToDAG.cpp
  lib/Target/AAP/AAPISelLowering.cpp
  lib/Target/AAP/AAPISelLowering.h
  lib/Target/AAP/AAPInstrInfo.cpp
  lib/Target/AAP/AAPInstrInfo.h
  lib/Target/AAP/AAPMCInstLower.cpp
  lib/Target/AAP/AAPMCInstLower.h
  lib/Target/AAP/AAPMachineFunctionInfo.cpp
  lib/Target/AAP/AAPMachineFunctionInfo.h
  lib/Target/AAP/AAPRegisterInfo.cpp
  lib/Target/AAP/AAPRegisterInfo.h
  lib/Target/AAP/AAPSelectionDAGInfo.cpp
  lib/Target/AAP/AAPSelectionDAGInfo.h
  lib/Target/AAP/AAPSubtarget.cpp
  lib/Target/AAP/AAPSubtarget.h
  lib/Target/AAP/AAPTargetMachine.cpp
  lib/Target/AAP/AAPTargetMachine.h
  lib/Target/AAP/CMakeLists.txt
  lib/Target/AAP/LLVMBuild.txt
  lib/Target/AAP/MCTargetDesc/AAPELFObjectWriter.cpp
  test/CodeGen/AAP/add-sub.ll
  test/CodeGen/AAP/lit.local.cfg
  test/CodeGen/AAP/load-offset.ll
  test/CodeGen/AAP/load.ll
  test/CodeGen/AAP/logical.ll
  test/CodeGen/AAP/shift.ll
  test/CodeGen/AAP/store-offset.ll
  test/CodeGen/AAP/store.ll
  test/CodeGen/AAP/truncstore.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24613.71513.patch
Type: text/x-patch
Size: 131159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160915/e916de51/attachment-0001.bin>


More information about the llvm-commits mailing list