Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the PTX back-end and all of its artifacts (triple, etc.) | Justin Holewinski | 2012-05-24 | 1 | -181/+0 |
| | | | | | | | | This back-end was deprecated in favor of the NVPTX back-end. NV_CONTRIB llvm-svn: 157417 | ||||
* | Move code into anonymous namespaces. | Benjamin Kramer | 2011-11-26 | 1 | -2/+4 |
| | | | | llvm-svn: 145154 | ||||
* | PTX: Add programmable rounding mode specifier for int <-> fp conversion instrs. | Justin Holewinski | 2011-09-30 | 1 | -73/+97 |
| | | | | | | Also take this opportunity to clean up the rounding mode pass. llvm-svn: 140854 | ||||
* | PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requires | Justin Holewinski | 2011-09-30 | 1 | -0/+155 |
us to manually provide Pat<> definitions for all FP instruction patterns. llvm-svn: 140849 |