aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PTX
AgeCommit message (Expand)Author
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
2010-11-08Add a dummy PTXMCAsmStreamer classChe-Liang Chiou
2010-11-03Inside the calling convention logic LocVT is always a simpleDuncan Sands
2010-10-22Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer
2010-10-19Add lower argument and return of device functionChe-Liang Chiou
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-09-25Add ret instruction to PTX backendChe-Liang Chiou
2010-09-18Add the exit instruction to the PTX target.Eric Christopher
2010-09-07Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky