llvm-6502/lib/Target/PTX
Evan Cheng 276365dd4b Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
be the first encoded as the first feature. It then uses the CPU name to look up
features / scheduling itineray even though clients know full well the CPU name
being used to query these properties.

The fix is to just have the clients explictly pass the CPU name!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134127 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-30 01:53:36 +00:00
..
TargetInfo
CMakeLists.txt Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc 2011-06-28 20:07:07 +00:00
generate-register-td.py PTX: Reverting implementation of i8. 2011-06-25 18:16:28 +00:00
Makefile Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc 2011-06-28 20:07:07 +00:00
PTX.h Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc 2011-06-28 20:07:07 +00:00
PTX.td PTX: Re-work target sm/compute selection and add some basic GPU 2011-06-24 16:27:49 +00:00
PTXAsmPrinter.cpp PTX: Reverting implementation of i8. 2011-06-25 18:16:28 +00:00
PTXCallingConv.td PTX: Reverting implementation of i8. 2011-06-25 18:16:28 +00:00
PTXFrameLowering.cpp
PTXFrameLowering.h
PTXInstrFormats.td
PTXInstrInfo.cpp Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc 2011-06-28 20:07:07 +00:00
PTXInstrInfo.h
PTXInstrInfo.td PTX: Reverting implementation of i8. 2011-06-25 18:16:28 +00:00
PTXIntrinsicInstrInfo.td
PTXISelDAGToDAG.cpp PTX: Prevent DCE from eliminating st.param calls, and unify the handling of 2011-06-23 18:10:05 +00:00
PTXISelLowering.cpp PTX: Reverting implementation of i8. 2011-06-25 18:16:28 +00:00
PTXISelLowering.h PTX: Prevent DCE from eliminating st.param calls, and unify the handling of 2011-06-23 18:10:05 +00:00
PTXMachineFunctionInfo.h PTX: Always use registers for return values, but use .param space for device 2011-06-23 18:10:13 +00:00
PTXMCAsmInfo.cpp
PTXMCAsmInfo.h
PTXMCAsmStreamer.cpp
PTXMFInfoExtract.cpp
PTXRegisterInfo.cpp Hide more details in tablegen generated MCRegisterInfo ctor function. 2011-06-28 20:44:22 +00:00
PTXRegisterInfo.h Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc 2011-06-27 18:32:37 +00:00
PTXRegisterInfo.td PTX: Reverting implementation of i8. 2011-06-25 18:16:28 +00:00
PTXSubtarget.cpp Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to 2011-06-30 01:53:36 +00:00
PTXSubtarget.h Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to 2011-06-30 01:53:36 +00:00
PTXTargetMachine.cpp Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to 2011-06-30 01:53:36 +00:00
PTXTargetMachine.h Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to 2011-06-30 01:53:36 +00:00