aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-14/+0
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-121-0/+1
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-041-5/+5
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-5/+5
* PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski2011-09-301-0/+1
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-281-0/+3
* PTX: Implement PTXSelectionDAGInfoJustin Holewinski2011-09-261-0/+1
* PTX: Generalize handling of .param typesJustin Holewinski2011-09-231-0/+1
* PTX: Remove physical register defsJustin Holewinski2011-09-221-1/+0
* PTX: Add new PTX-specific register allocator that keeps virtual registersJustin Holewinski2011-09-221-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+13
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-0/+1
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-1/+0
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-0/+1
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-2/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-3/+0
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-2/+3
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-161-0/+1
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-201-0/+2
* Update CMake stuffAnton Korobeynikov2011-01-101-1/+1
* Attempt to unbreak cmake-based buildsAnton Korobeynikov2010-11-151-0/+1
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-0/+1
* Add physical register counting functionsChe-Liang Chiou2010-11-081-0/+1
* Add a dummy PTXMCAsmStreamer classChe-Liang Chiou2010-11-081-0/+1
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* Add the exit instruction to the PTX target.Eric Christopher2010-09-181-0/+16
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-071-0/+6