aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX
Commit message (Expand)AuthorAgeFilesLines
* ptx: support setp's 4-operand formatChe-Liang Chiou2011-04-022-35/+86
* ptx: clean up branch code a bitChe-Liang Chiou2011-03-283-16/+17
* PTX: Improve support for 64-bit addressingJustin Holewinski2011-03-233-21/+72
* ptx: add analyze/insert/remove branchChe-Liang Chiou2011-03-223-3/+170
* PTX: Fix various codegen issuesJustin Holewinski2011-03-184-4/+33
* ptx: fix parameter order that is reversedChe-Liang Chiou2011-03-181-5/+4
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-185-26/+57
* PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski2011-03-155-42/+80
* Avoid a compiler warning about reg possibly being used uninitializedDuncan Sands2011-03-151-4/+2
* PTX: Emit global arrays with proper sizesJustin Holewinski2011-03-141-5/+34
* PTX: Add support for sqrt/sin/cos intrinsicsJustin Holewinski2011-03-141-0/+33
* ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou2011-03-144-17/+59
* ptx: add basic support of predicate executionChe-Liang Chiou2011-03-134-59/+177
* PTX: Add preliminary support for floating-point divide and multiply-and-addJustin Holewinski2011-03-102-5/+104
* ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou2011-03-101-7/+43
* PTX: Add intrinsic support for ntid, ctaid, and nctaid registersJustin Holewinski2011-03-081-4/+22
* ptx: add basic intrinsic supportChe-Liang Chiou2011-03-052-0/+39
* PTX: Fix Emacs renaming a symbolJustin Holewinski2011-03-031-1/+1
* PTX: Fix a couple of lint violationsJustin Holewinski2011-03-034-4/+8
* ptx: fix lint and compiler warningsChe-Liang Chiou2011-03-023-9/+13
* Add 64-bit addressing to PTX backendChe-Liang Chiou2011-03-029-44/+121
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-0210-121/+440
* Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou2011-02-285-10/+131
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-3/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+3
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-201-0/+2
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-12/+7
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-108-61/+96
* Update CMake stuffAnton Korobeynikov2011-01-101-1/+1
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-104-17/+19
* ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou2011-01-012-29/+11
* ptx: add store instructionChe-Liang Chiou2011-01-014-4/+101
* ptx: add state spacesChe-Liang Chiou2010-12-303-8/+63
* ptx: add ld instruction and testChe-Liang Chiou2010-12-226-22/+181
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-162-1/+3
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-102-14/+13
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-102-13/+14
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-092-14/+13
* ptx: add shift instructionsChe-Liang Chiou2010-12-061-0/+27
* There are two reasons why we might want to useRafael Espindola2010-12-041-3/+2
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-0/+10
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-2/+3
* ptx: bug fix: use after freeChe-Liang Chiou2010-12-011-7/+8
* ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou2010-11-301-0/+18
* ptx: add ld instructionChe-Liang Chiou2010-11-303-9/+118
* Make EmitIntValue non virtual.Rafael Espindola2010-11-281-26/+9
* Move the PTXMCAsmStreamer class to the .cpp file.Rafael Espindola2010-11-283-206/+181
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-182-2/+2
* Add simple arithmetics and %type directive for PTXChe-Liang Chiou2010-11-172-9/+51
* Add .loc methods to the streamer.Rafael Espindola2010-11-162-2/+4