Teach tblgen's set theory "sequence" operator to support an optional stride operand.
[oota-llvm.git] / lib / Target / PTX / PTX.h
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2011-09-30 Justin HolewinskiPTX: Attempt to cleanup/unify the handling of FP roundi...
2011-09-29 Justin HolewinskiPTX: Fix broken shared library build
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)
2011-09-22 Justin HolewinskiPTX: Add new PTX-specific register allocator that keeps...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-03-14 Che-Liang Chiouptx: add set.p instruction and related changes to predi...
2011-03-13 Che-Liang Chiouptx: add basic support of predicate execution
2010-12-30 Che-Liang Chiouptx: add state spaces
2010-11-08 Che-Liang ChiouAdd physical register counting functions
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!