summaryrefslogtreecommitdiff
path: root/lib/Target/PTX
Commit message (Expand)AuthorAge
* PTX: Fix disabling of MAD instruction selectionJustin Holewinski2011-10-18
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* PTX: Print .ptr kernel attributes if PTX version >= 2.2Justin Holewinski2011-10-09
* PTX: Implement signed divisionJustin Holewinski2011-10-06
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* PTX: Fixup a case where getRegClassFor() should be used instead of custom code.Justin Holewinski2011-10-05
* Ensure OpCode is not used uninitialized.Duncan Sands2011-10-05
* Comment out a variable that is only used in commented out code.Duncan Sands2011-10-05
* Remove a bunch of unused variables in the PTX backend (warned about by gcc-4.6).Duncan Sands2011-10-05
* PTX: Various stylistic and code readability changes recommended by Jim Grosbach.Justin Holewinski2011-09-30
* 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: Fix broken shared library buildJustin Holewinski2011-09-29
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-29
* PTX: Fix alignment logicJustin Holewinski2011-09-28
* PTX: MC-ize the PTX backend (patch 2 of N)Justin Holewinski2011-09-28
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-28
* PTX: Simplify code. No functionality change.Benjamin Kramer2011-09-28
* PTX: Pass param name strings per const reference.Benjamin Kramer2011-09-28
* PTX: Fix case where printed alignment could be 0Justin Holewinski2011-09-27
* PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski2011-09-27
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-27
* PTX: Fix memcpy intrinsic to handle 64-bit pointersJustin Holewinski2011-09-26
* PTX: Implement PTXSelectionDAGInfoJustin Holewinski2011-09-26
* PTX: Implement ISD::ANY_EXTENDJustin Holewinski2011-09-26
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-26
* PTX: SM > 2.0 implies +doubleJustin Holewinski2011-09-26
* PTX: Fix some lingering issues with stack allocationJustin 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
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25
* PTX: Fix parameter order bugJustin Holewinski2011-09-23
* PTX: Cleanup unused code in PTXMachineFunctionInfoJustin Holewinski2011-09-23
* PTX: Fix another 80-column violationJustin Holewinski2011-09-23
* PTX: Handle function call return valuesJustin Holewinski2011-09-23
* PTX: Start fixing function callsJustin Holewinski2011-09-23
* PTX: Remove PTX calling convention filesJustin 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: Cleanup unused code in the PTXMFInfoExtract passJustin Holewinski2011-09-23
* PTX: Remove physical register defsJustin Holewinski2011-09-22
* PTX: Use .param space for device function return values on SM 2.0+, and attemptJustin Holewinski2011-09-22
* PTX: Fix style issuesJustin Holewinski2011-09-22
* PTX: Fixup codegen to handle emission of virtual registers.Justin Holewinski2011-09-22
* PTX: Customize codegen passes in backendJustin Holewinski2011-09-22
* PTX: Add new PTX-specific register allocator that keeps virtual registersJustin Holewinski2011-09-22
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01