aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PTX/PTXTargetMachine.h
AgeCommit message (Expand)Author
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2012-02-10PTX no longer needs to provide its own backend.Andrew Trick
2012-02-04TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick
2012-02-03Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-09-26PTX: Implement PTXSelectionDAGInfoJustin Holewinski
2011-09-22PTX: Customize codegen passes in backendJustin Holewinski
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-04-20PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski
2011-03-02ptx: fix lint and compiler warningsChe-Liang Chiou
2011-03-02Add 64-bit addressing to PTX backendChe-Liang Chiou
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2011-01-01ptx: add store instructionChe-Liang Chiou
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov
2010-09-18Add the exit instruction to the PTX target.Eric Christopher
2010-09-07Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky