llvm-6502/lib/Target/PTX
Evan Cheng b95fc31aa2 Sink codegen optimization level into MCCodeGenInfo along side relocation model
and code model. This eliminates the need to pass OptLevel flag all over the
place and makes it possible for any codegen pass to use this information.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144788 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-16 08:38:26 +00:00
..
InstPrinter allow non-device function calls in PTX when natively handling device-side printf 2011-11-11 14:45:12 +00:00
MCTargetDesc Sink codegen optimization level into MCCodeGenInfo along side relocation model 2011-11-16 08:38:26 +00:00
TargetInfo build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. 2011-11-12 02:10:57 +00:00
CMakeLists.txt build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. 2011-11-12 02:10:57 +00:00
LLVMBuild.txt build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. 2011-11-12 02:10:57 +00:00
Makefile
PTX.h
PTX.td
PTXAsmPrinter.cpp allow non-device function calls in PTX when natively handling device-side printf 2011-11-11 14:45:12 +00:00
PTXAsmPrinter.h allow non-device function calls in PTX when natively handling device-side printf 2011-11-11 14:45:12 +00:00
PTXFPRoundingModePass.cpp
PTXFrameLowering.cpp
PTXFrameLowering.h
PTXInstrFormats.td
PTXInstrInfo.cpp
PTXInstrInfo.h
PTXInstrInfo.td add rules in tabgen for PTX COPY_ADDRESS of frameindex 2011-11-11 14:45:06 +00:00
PTXInstrLoadStore.td
PTXIntrinsicInstrInfo.td
PTXISelDAGToDAG.cpp Ensure OpCode is not used uninitialized. 2011-10-05 15:13:13 +00:00
PTXISelLowering.cpp PTX: Let LLVM use loads/stores for all mem* intrinsics, instead of relying on custom implementations. 2011-11-14 18:58:20 +00:00
PTXISelLowering.h PTX: Print .ptr kernel attributes if PTX version >= 2.2 2011-10-09 15:42:02 +00:00
PTXMachineFunctionInfo.h
PTXMCAsmStreamer.cpp Add support for a new extension to the .file directive: 2011-10-17 23:05:28 +00:00
PTXMCInstLower.cpp
PTXMFInfoExtract.cpp
PTXParamManager.cpp
PTXParamManager.h
PTXRegAlloc.cpp
PTXRegisterInfo.cpp Comment out a variable that is only used in commented out code. 2011-10-05 15:12:44 +00:00
PTXRegisterInfo.h
PTXRegisterInfo.td
PTXSelectionDAGInfo.cpp Added invariant field to the DAG.getLoad method and changed all calls. 2011-11-08 18:42:53 +00:00
PTXSelectionDAGInfo.h
PTXSubtarget.cpp
PTXSubtarget.h PTX: Print .ptr kernel attributes if PTX version >= 2.2 2011-10-09 15:42:02 +00:00
PTXTargetMachine.cpp Sink codegen optimization level into MCCodeGenInfo along side relocation model 2011-11-16 08:38:26 +00:00
PTXTargetMachine.h Sink codegen optimization level into MCCodeGenInfo along side relocation model 2011-11-16 08:38:26 +00:00