| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Extend initial support for primitive types in PTX backend | Che-Liang Chiou | 2011-03-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | - Allow i16, i32, i64, float, and double types, using the native .u16, .u32, .u64, .f32, and .f64 PTX types. - Allow loading/storing of all primitive types. - Allow primitive types to be passed as parameters. - Allow selection of PTX Version and Shader Model as sub-target attributes. - Merge integer/floating-point test cases for load/store. - Use .u32 instead of .s32 to conform to output from NVidia nvcc compiler. Patch by Justin Holewinski llvm-svn: 126824 | ||||
| * | ptx: add passing parameter to kernel functions | Che-Liang Chiou | 2011-02-10 | 1 | -1/+3 |
| | | | | | llvm-svn: 125279 | ||||
| * | ptx: add store instruction | Che-Liang Chiou | 2011-01-01 | 1 | -4/+22 |
| | | | | | llvm-svn: 122652 | ||||
| * | Add physical register counting functions | Che-Liang Chiou | 2010-11-08 | 1 | -0/+76 |
| llvm-svn: 118397 | |||||

