aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/PTXISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-121-2/+2
* PTX: Add initial support for device function callsJustin Holewinski2011-08-091-0/+49
* Remove unused array.Duncan Sands2011-07-021-21/+0
* PTX: Reverting implementation of i8.Dan Bailey2011-06-251-34/+40
* PTX: Add support for i8 type and introduce associated .b8 registersDan Bailey2011-06-241-1/+16
* PTX: Re-work target sm/compute selection and add some basic GPUJustin Holewinski2011-06-241-1/+1
* PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski2011-06-231-32/+18
* PTX: Whitespace fixes and remove commented out codeJustin Holewinski2011-06-231-1/+0
* PTX: Prevent DCE from eliminating st.param calls, and unify the handling ofJustin Holewinski2011-06-231-4/+4
* PTX: Use .param space for parameters in device functions for SM >= 2.0Justin Holewinski2011-06-231-17/+44
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-161-70/+101
* PTX: Rename register classes for readability and combine int and fp registersJustin Holewinski2011-06-161-16/+16
* PTX: Fix whitespace errorsJustin Holewinski2011-06-161-9/+9
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-1/+3
* PTX: support for select_cc and fixes for setccJustin Holewinski2011-04-281-0/+36
* PTX: support for zext loads and trunc storesJustin Holewinski2011-04-281-1/+13
* ptx: clean up branch code a bitChe-Liang Chiou2011-03-281-2/+0
* PTX: Improve support for 64-bit addressingJustin Holewinski2011-03-231-1/+4
* PTX: Fix various codegen issuesJustin Holewinski2011-03-181-1/+10
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-181-2/+9
* Avoid a compiler warning about reg possibly being used uninitializedDuncan Sands2011-03-151-4/+2
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-021-7/+24
* Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou2011-02-281-5/+17
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-101-52/+31
* ptx: add ld instruction and testChe-Liang Chiou2010-12-221-0/+24
* Add physical register counting functionsChe-Liang Chiou2010-11-081-0/+17
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-031-1/+1
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-221-3/+5
* Add lower argument and return of device functionChe-Liang Chiou2010-10-191-3/+108
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-251-1/+22
* Add the exit instruction to the PTX target.Eric Christopher2010-09-181-0/+62