Rewrite the CMake build to use explicit dependencies between libraries,
[oota-llvm.git] / lib / Target / PTX / CMakeLists.txt
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-16 Justin HolewinskiPTX: Finish new calling convention implementation
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2010-11-15 Anton KorobeynikovAttempt to unbreak cmake-based builds
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...
2010-11-08 Che-Liang ChiouAdd physical register counting functions
2010-11-08 Che-Liang ChiouAdd a dummy PTXMCAsmStreamer class
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!