summaryrefslogtreecommitdiff
path: root/lib/Target/PTX/PTXInstrInfo.td
Commit message (Expand)AuthorAge
* PTX: Add programmable rounding mode specifier for int <-> fp conversion instrs.Justin Holewinski2011-09-30
* PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski2011-09-30
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-29
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-27
* PTX: Implement ISD::ANY_EXTENDJustin Holewinski2011-09-26
* PTX: Split up the TableGen instruction definitions into logical unitsJustin Holewinski2011-09-26
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-26
* PTX: Handle FrameIndex nodesJustin Holewinski2011-09-26
* PTX: Fix another 80-column violationJustin Holewinski2011-09-23
* [PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td 80 columnsJustin Holewinski2011-09-23
* PTX: Generalize handling of .param typesJustin Holewinski2011-09-23
* PTX: Use .param space for device function return values on SM 2.0+, and attemptJustin Holewinski2011-09-22
* PTX: Add initial support for device function callsJustin Holewinski2011-08-09
* PTX: Reverting implementation of i8.Dan Bailey2011-06-25
* PTX: Add support for i8 type and introduce associated .b8 registersDan Bailey2011-06-24
* PTX: Re-work target sm/compute selection and add some basic GPUJustin Holewinski2011-06-24
* PTX: Prevent DCE from eliminating st.param calls, and unify the handling ofJustin Holewinski2011-06-23
* PTX: Use .param space for parameters in device functions for SM >= 2.0Justin Holewinski2011-06-23
* PTX: Add signed integer comparisonsJustin Holewinski2011-06-22
* PTX: Fix conversion between predicates and value typesJustin Holewinski2011-06-20
* PTX: Add basic register spilling codeJustin Holewinski2011-06-20
* PTX: Adjust rounding modesJustin Holewinski2011-06-17
* PTX: Rename register classes for readability and combine int and fp registersJustin Holewinski2011-06-16
* PTX: add flag to disable mad/fma selectionJustin Holewinski2011-05-18
* PTX: add PTX 2.3 setting in PTX sub-target.Justin Holewinski2011-05-10
* PTX: support for selectJustin Holewinski2011-04-28
* PTX: mov fix and rounding correction for cvtJustin Holewinski2011-04-28
* PTX: support for fnegJustin Holewinski2011-04-28
* PTX: support for bitwise operations on predicatesJustin Holewinski2011-04-28
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-20
* ptx: add integer div and rem instructionChe-Liang Chiou2011-04-20
* ptx: add floating-point comparison to setpChe-Liang Chiou2011-04-20
* ptx: support setp's 4-operand formatChe-Liang Chiou2011-04-02
* ptx: clean up branch code a bitChe-Liang Chiou2011-03-28
* PTX: Improve support for 64-bit addressingJustin Holewinski2011-03-23
* ptx: add analyze/insert/remove branchChe-Liang Chiou2011-03-22
* PTX: Fix various codegen issuesJustin Holewinski2011-03-18
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-18
* PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski2011-03-15
* PTX: Add support for sqrt/sin/cos intrinsicsJustin Holewinski2011-03-14
* ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou2011-03-14
* PTX: Add preliminary support for floating-point divide and multiply-and-addJustin Holewinski2011-03-10
* ptx: add basic intrinsic supportChe-Liang Chiou2011-03-05
* Add 64-bit addressing to PTX backendChe-Liang Chiou2011-03-02
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-02
* Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou2011-02-28
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-10
* ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou2011-01-01
* ptx: add store instructionChe-Liang Chiou2011-01-01
* ptx: add state spacesChe-Liang Chiou2010-12-30