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