aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PTX
AgeCommit message (Expand)Author
2011-03-18ptx: fix parameter order that is reversedChe-Liang Chiou
2011-03-18ptx: add unconditional and conditional branchChe-Liang Chiou
2011-03-15PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski
2011-03-15Avoid a compiler warning about reg possibly being used uninitializedDuncan Sands
2011-03-14PTX: Emit global arrays with proper sizesJustin Holewinski
2011-03-14PTX: Add support for sqrt/sin/cos intrinsicsJustin Holewinski
2011-03-14ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou
2011-03-13ptx: add basic support of predicate executionChe-Liang Chiou
2011-03-10PTX: Add preliminary support for floating-point divide and multiply-and-addJustin Holewinski
2011-03-10ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou
2011-03-08PTX: Add intrinsic support for ntid, ctaid, and nctaid registersJustin Holewinski
2011-03-05ptx: add basic intrinsic supportChe-Liang Chiou
2011-03-03PTX: Fix Emacs renaming a symbolJustin Holewinski
2011-03-03PTX: Fix a couple of lint violationsJustin Holewinski
2011-03-02ptx: fix lint and compiler warningsChe-Liang Chiou
2011-03-02Add 64-bit addressing to PTX backendChe-Liang Chiou
2011-03-02Extend initial support for primitive types in PTX backendChe-Liang Chiou
2011-02-28Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-02-16Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola
2011-02-10ptx: add passing parameter to kernel functionsChe-Liang Chiou
2011-01-10Update CMake stuffAnton Korobeynikov
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2011-01-01ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou
2011-01-01ptx: add store instructionChe-Liang Chiou
2010-12-30ptx: add state spacesChe-Liang Chiou
2010-12-22ptx: add ld instruction and testChe-Liang Chiou
2010-12-16MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-06ptx: add shift instructionsChe-Liang Chiou
2010-12-04There are two reasons why we might want to useRafael Espindola
2010-12-03Try to resolve symbol differences early, and if successful create a plainRafael Espindola
2010-12-02Use set directive for StartMinusEndExpr.Devang Patel
2010-12-01ptx: bug fix: use after freeChe-Liang Chiou
2010-11-30ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou
2010-11-30ptx: add ld instructionChe-Liang Chiou
2010-11-28Make EmitIntValue non virtual.Rafael Espindola
2010-11-28Move the PTXMCAsmStreamer class to the .cpp file.Rafael Espindola
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov
2010-11-17Add simple arithmetics and %type directive for PTXChe-Liang Chiou
2010-11-16Add .loc methods to the streamer.Rafael Espindola
2010-11-15Attempt to unbreak cmake-based buildsAnton Korobeynikov
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner
2010-11-08Add generating function declaration for PTXChe-Liang Chiou
2010-11-08Add physical register counting functionsChe-Liang Chiou