summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PTX/PTX.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-43/+0
| | | | | | | | This back-end was deprecated in favor of the NVPTX back-end. NV_CONTRIB llvm-svn: 157417
* Reorder includes in Target backends to following coding standards. Remove ↵Craig Topper2012-03-171-1/+0
| | | | | | some superfluous forward declarations. llvm-svn: 152997
* PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski2011-09-301-0/+3
| | | | | | us to manually provide Pat<> definitions for all FP instruction patterns. llvm-svn: 140849
* PTX: Fix broken shared library buildJustin Holewinski2011-09-291-17/+1
| | | | llvm-svn: 140783
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-281-1/+8
| | | | | | | | Lay some groundwork for converting to MC-based asm printer. This is the first of probably many patches to bring the back-end back up-to-date with all of the recent MC changes. llvm-svn: 140697
* PTX: Add new PTX-specific register allocator that keeps virtual registersJustin Holewinski2011-09-221-0/+2
| | | | | | | | instead of allocating physical registers. This is part of a work-in-progress overhaul of the PTX register allocation scheme. llvm-svn: 140305
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-10/+1
| | | | | | registeration and creation code into XXXMCDesc libraries. llvm-svn: 135184
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-1/+2
| | | | llvm-svn: 134024
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+2
| | | | | | into XXXGenRegisterInfo.inc. llvm-svn: 133922
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-201-1/+2
| | | | | | | | | | used by Clang. To help Clang integration, the PTX target has been split into two targets: ptx32 and ptx64, depending on the desired pointer size. - Add GCCBuiltin class to all intrinsics - Split PTX target into ptx32 and ptx64 llvm-svn: 129851
* ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou2011-03-141-1/+1
| | | | llvm-svn: 127577
* ptx: add basic support of predicate executionChe-Liang Chiou2011-03-131-0/+5
| | | | llvm-svn: 127569
* ptx: add state spacesChe-Liang Chiou2010-12-301-0/+10
| | | | llvm-svn: 122638
* Add physical register counting functionsChe-Liang Chiou2010-11-081-0/+3
| | | | llvm-svn: 118397
* Add the exit instruction to the PTX target.Eric Christopher2010-09-181-0/+12
| | | | | | Patch by Che-Liang Chiou <clchiou@gmail.com>! llvm-svn: 114294
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-071-0/+24
llvm-svn: 113235
OpenPOWER on IntegriCloud