llvm-6502/lib/Target/PTX
Bill Wendling 7c4ce30ea6 Change the PassManager from a reference to a pointer.
The TargetPassManager's default constructor wants to initialize the PassManager
to 'null'. But it's illegal to bind a null reference to a null l-value. Make the
ivar a pointer instead.
PR12468


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155902 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-01 08:27:43 +00:00
..
InstPrinter Move getOpcodeName from the various target InstPrinters into the superclass MCInstPrinter. 2012-04-02 08:32:38 +00:00
MCTargetDesc Make MCInstrInfo available to the MCInstPrinter. This will be used to remove getInstructionName and the static data it contains since the same tables are already in MCInstrInfo. 2012-04-02 06:09:36 +00:00
TargetInfo
CMakeLists.txt
LLVMBuild.txt
Makefile
PTX.h Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations. 2012-03-17 18:46:09 +00:00
PTX.td
PTXAsmPrinter.cpp Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations. 2012-03-17 18:46:09 +00:00
PTXAsmPrinter.h
PTXFPRoundingModePass.cpp
PTXFrameLowering.cpp
PTXFrameLowering.h
PTXInstrFormats.td
PTXInstrInfo.cpp Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations. 2012-03-17 18:46:09 +00:00
PTXInstrInfo.h
PTXInstrInfo.td PTX: Fix predicate logic bug 2012-03-24 01:23:20 +00:00
PTXInstrLoadStore.td
PTXIntrinsicInstrInfo.td
PTXISelDAGToDAG.cpp
PTXISelLowering.cpp Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change since they are equivalent. 2012-04-20 07:30:17 +00:00
PTXISelLowering.h Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations. 2012-03-17 18:46:09 +00:00
PTXMachineFunctionInfo.cpp
PTXMachineFunctionInfo.h
PTXMCAsmStreamer.cpp
PTXMCInstLower.cpp
PTXMFInfoExtract.cpp Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change since they are equivalent. 2012-04-20 07:30:17 +00:00
PTXParamManager.cpp Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations. 2012-03-17 18:46:09 +00:00
PTXParamManager.h fix a build failure with libc++ 2012-03-19 23:31:01 +00:00
PTXRegAlloc.cpp
PTXRegisterInfo.cpp Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations. 2012-03-17 18:46:09 +00:00
PTXRegisterInfo.h
PTXRegisterInfo.td
PTXSelectionDAGInfo.cpp
PTXSelectionDAGInfo.h
PTXSubtarget.cpp
PTXSubtarget.h
PTXTargetMachine.cpp Change the PassManager from a reference to a pointer. 2012-05-01 08:27:43 +00:00
PTXTargetMachine.h