llvm-6502/lib/Target/PTX
Justin Holewinski 1cde87d202 [PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td 80 columns
From 5936c03172e251f12a0332d1033de5718e6e2091 Mon Sep 17 00:00:00 2001
---
 lib/Target/PTX/PTXInstrInfo.td          |  165 ++++++++++++++++++++----------
 lib/Target/PTX/PTXIntrinsicInstrInfo.td |   88 +++++++++++------
 2 files changed, 167 insertions(+), 86 deletions(-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140376 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-23 14:18:24 +00:00
..
MCTargetDesc
TargetInfo
CMakeLists.txt PTX: Generalize handling of .param types 2011-09-23 14:18:22 +00:00
generate-register-td.py
Makefile PTX: Remove physical register defs 2011-09-22 16:45:48 +00:00
PTX.h PTX: Add new PTX-specific register allocator that keeps virtual registers 2011-09-22 16:45:33 +00:00
PTX.td PTX: Remove physical register defs 2011-09-22 16:45:48 +00:00
PTXAsmPrinter.cpp PTX: Generalize handling of .param types 2011-09-23 14:18:22 +00:00
PTXCallingConv.td
PTXFrameLowering.cpp
PTXFrameLowering.h
PTXInstrFormats.td
PTXInstrInfo.cpp PTX: Use .param space for device function return values on SM 2.0+, and attempt 2011-09-22 16:45:46 +00:00
PTXInstrInfo.h
PTXInstrInfo.td [PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td 80 columns 2011-09-23 14:18:24 +00:00
PTXIntrinsicInstrInfo.td [PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td 80 columns 2011-09-23 14:18:24 +00:00
PTXISelDAGToDAG.cpp PTX: Use .param space for device function return values on SM 2.0+, and attempt 2011-09-22 16:45:46 +00:00
PTXISelLowering.cpp PTX: Generalize handling of .param types 2011-09-23 14:18:22 +00:00
PTXISelLowering.h PTX: Use .param space for device function return values on SM 2.0+, and attempt 2011-09-22 16:45:46 +00:00
PTXMachineFunctionInfo.h PTX: Generalize handling of .param types 2011-09-23 14:18:22 +00:00
PTXMCAsmStreamer.cpp Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations. 2011-09-15 23:38:46 +00:00
PTXMFInfoExtract.cpp PTX: Cleanup unused code in the PTXMFInfoExtract pass 2011-09-23 14:18:19 +00:00
PTXParamManager.cpp PTX: Generalize handling of .param types 2011-09-23 14:18:22 +00:00
PTXParamManager.h PTX: Generalize handling of .param types 2011-09-23 14:18:22 +00:00
PTXRegAlloc.cpp PTX: Add new PTX-specific register allocator that keeps virtual registers 2011-09-22 16:45:33 +00:00
PTXRegisterInfo.cpp
PTXRegisterInfo.h
PTXRegisterInfo.td PTX: Remove physical register defs 2011-09-22 16:45:48 +00:00
PTXSubtarget.cpp
PTXSubtarget.h
PTXTargetMachine.cpp PTX: Fix style issues 2011-09-22 16:45:43 +00:00
PTXTargetMachine.h PTX: Customize codegen passes in backend 2011-09-22 16:45:37 +00:00