aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PTX/CMakeLists.txt
AgeCommit message (Expand)Author
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-09-30PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski
2011-09-28PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski
2011-09-26PTX: Implement PTXSelectionDAGInfoJustin Holewinski
2011-09-23PTX: Generalize handling of .param typesJustin Holewinski
2011-09-22PTX: Remove physical register defsJustin Holewinski
2011-09-22PTX: Add new PTX-specific register allocator that keeps virtual registersJustin Holewinski
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-06-16PTX: Finish new calling convention implementationJustin Holewinski
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-01-10Update CMake stuffAnton Korobeynikov
2010-11-15Attempt to unbreak cmake-based buildsAnton Korobeynikov
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner
2010-11-08Add physical register counting functionsChe-Liang Chiou
2010-11-08Add a dummy PTXMCAsmStreamer classChe-Liang Chiou
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-09-18Add the exit instruction to the PTX target.Eric Christopher
2010-09-07Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky