1. 4bdd4ed PTX: Add initial support for device function calls by Justin Holewinski · 14 years ago
  2. 0ddff1b Compute feature bits at time of MCSubtargetInfo initialization. by Evan Cheng · 14 years ago
  3. 385e930 Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. by Evan Cheng · 14 years ago
  4. 5b1b4489 Rename TargetSubtarget to TargetSubtargetInfo for consistency. by Evan Cheng · 14 years ago
  5. 9421470 - Added MCSubtargetInfo to capture subtarget features and scheduling by Evan Cheng · 14 years ago
  6. 276365d Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  7. 35f4fb3 PTX: Re-work target sm/compute selection and add some basic GPU by Justin Holewinski · 14 years ago
  8. 67a9184 PTX: Use .param space for parameters in device functions for SM >= 2.0 by Justin Holewinski · 14 years ago
  9. ec3141b PTX: Fix whitespace errors by Justin Holewinski · 14 years ago
  10. 657d1be PTX: add flag to disable mad/fma selection by Justin Holewinski · 14 years ago
  11. 0d10970 PTX: add PTX 2.3 setting in PTX sub-target. by Justin Holewinski · 14 years ago
  12. ab0145d PTX: add PTX 2.3 language target by Justin Holewinski · 14 years ago
  13. e1fee48 PTX: Add intrinsics to list of built-in intrinsics, which allows them to be by Justin Holewinski · 14 years ago
  14. 625eec1 PTX: Set PTX 2.0 as the minimum supported version by Justin Holewinski · 14 years ago
  15. fca9efc PTX: Add preliminary support for floating-point divide and multiply-and-add by Justin Holewinski · 14 years ago
  16. f48817c Add 64-bit addressing to PTX backend by Che-Liang Chiou · 14 years ago
  17. fd8978b Extend initial support for primitive types in PTX backend by Che-Liang Chiou · 14 years ago
  18. 50880d0 Add the exit instruction to the PTX target. by Eric Christopher · 15 years ago