Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / lib / Target / PTX / PTXAsmPrinter.cpp
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-09 Justin HolewinskiPTX: Add initial support for device function calls
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-25 Dan BaileyPTX: Reverting implementation of i8.
2011-06-24 Dan BaileyPTX: Add support for i8 type and introduce associated...
2011-06-24 Justin HolewinskiPTX: Add preliminary support for outputting debug infor...
2011-06-24 Justin HolewinskiPTX: Re-work target sm/compute selection and add some...
2011-06-23 Justin HolewinskiPTX: Always use registers for return values, but use...
2011-06-23 Justin HolewinskiPTX: Whitespace fixes and remove commented out code
2011-06-23 Justin HolewinskiPTX: Prevent DCE from eliminating st.param calls, and...
2011-06-23 Justin HolewinskiPTX: Use .param space for parameters in device function...
2011-06-22 Justin HolewinskiPTX: Fix FrameIndex mapping bug
2011-06-22 Justin HolewinskiPTX: Add .address_size directive if PTX version >= 2.3
2011-06-20 Justin HolewinskiPTX: Add basic register spilling code
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-06-16 Justin HolewinskiPTX: Finish new calling convention implementation
2011-06-16 Justin HolewinskiPTX: Rename register classes for readability and combin...
2011-06-16 Justin HolewinskiPTX: Fix whitespace errors
2011-04-28 Justin HolewinskiPTX: patch to AsmPrinter
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-03-18 Justin HolewinskiPTX: Fix various codegen issues
2011-03-18 Che-Liang Chiouptx: fix parameter order that is reversed
2011-03-18 Che-Liang Chiouptx: add unconditional and conditional branch
2011-03-14 Justin HolewinskiPTX: Emit global arrays with proper sizes
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
2011-03-03 Justin HolewinskiPTX: Fix a couple of lint violations
2011-03-02 Che-Liang Chiouptx: fix lint and compiler warnings
2011-03-02 Che-Liang ChiouAdd 64-bit addressing to PTX backend
2011-03-02 Che-Liang ChiouExtend initial support for primitive types in PTX backend
2011-02-28 Che-Liang ChiouAdd preliminary support for .f32 in the PTX backend.
2011-02-10 Che-Liang Chiouptx: add passing parameter to kernel functions
2010-12-30 Che-Liang Chiouptx: add state spaces
2010-12-22 Che-Liang Chiouptx: add ld instruction and test
2010-12-01 Che-Liang Chiouptx: bug fix: use after free
2010-11-30 Che-Liang Chiouptx: add command-line options for gpu target and ptx...
2010-11-30 Che-Liang Chiouptx: add ld instruction
2010-11-17 Che-Liang ChiouAdd simple arithmetics and %type directive for PTX
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...