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

Edward Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 09:42:26 PST 2017


edward-jones updated this revision to Diff 84573.
edward-jones added a comment.

Implement support for analyzeBranch, insertBranch, removeBranch


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
  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.84573.patch
Type: text/x-patch
Size: 136862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170116/e5c9e46c/attachment.bin>


More information about the llvm-commits mailing list