summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PTX/PTXTargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-104/+0
* PTX no longer needs to provide its own backend.Andrew Trick2012-02-101-6/+0
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-041-2/+1
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-031-7/+3
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-3/+3
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-10/+8
* PTX: Implement PTXSelectionDAGInfoJustin Holewinski2011-09-261-5/+11
* PTX: Customize codegen passes in backendJustin Holewinski2011-09-221-0/+29
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-3/+6
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-6/+6
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+4
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-201-1/+17
* ptx: fix lint and compiler warningsChe-Liang Chiou2011-03-021-1/+1
* Add 64-bit addressing to PTX backendChe-Liang Chiou2011-03-021-4/+4
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-4/+6
* ptx: add store instructionChe-Liang Chiou2011-01-011-0/+2
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-1/+2
* Add the exit instruction to the PTX target.Eric Christopher2010-09-181-5/+33
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-071-0/+27
OpenPOWER on IntegriCloud