Disable code placement for this test.
[oota-llvm.git] / test / CodeGen / PTX /
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-06 Justin HolewinskiPTX: Continue to fix up the register mess.
2011-11-11 Dan Baileyallow non-device function calls in PTX when natively...
2011-11-03 Dan Baileyfixed global array handling for ptx to use the correct...
2011-10-24 Dan GohmanChange the default scheduler from Latency to ILP, since...
2011-10-18 Justin HolewinskiPTX: Fix disabling of MAD instruction selection
2011-09-29 Justin HolewinskiPTX: Add new patterns for bitconvert and any_extend
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)
2011-09-27 Justin HolewinskiPTX: Add support for sitofp in backend
2011-09-26 Justin HolewinskiPTX: Fix detection of stack load/store vs. global load...
2011-09-26 Justin HolewinskiPTX: Add .align tests to stack object test file
2011-09-26 Justin HolewinskiPTX: Fix some lingering issues with stack allocation
2011-09-26 Justin HolewinskiPTX: Unify handling of loads/stores
2011-09-23 Justin HolewinskiPTX: Handle function call return values
2011-09-23 Justin HolewinskiPTX: Start fixing function calls
2011-09-22 Justin HolewinskiPTX: fixup test cases for register changes
2011-08-09 Justin HolewinskiPTX: Add initial support for device function calls
2011-06-25 Dan BaileyPTX: corrected tests that were failing
2011-06-25 Dan BaileyPTX: Reverting implementation of i8.
2011-06-24 Dan BaileyPTX: Add support for i8 type and introduce associated...
2011-06-23 Justin HolewinskiPTX: Always use registers for return values, but use...
2011-06-23 Justin HolewinskiPTX: Fixup test cases for device param changes
2011-06-22 Justin HolewinskiPTX: Add signed integer comparisons
2011-06-22 Justin HolewinskiPTX: Add .address_size directive if PTX version >= 2.3
2011-06-20 Justin HolewinskiPTX: Fix conversion between predicates and value types
2011-06-17 Justin HolewinskiPTX: Adjust rounding modes
2011-06-16 Justin HolewinskiPTX: Finish new calling convention implementation
2011-05-18 Justin HolewinskiPTX: add flag to disable mad/fma selection
2011-05-10 Justin HolewinskiPTX: add test cases for cvt, fneg, and selp
2011-05-06 Justin HolewinskiPTX: add PTX 2.3 language target
2011-04-28 Justin HolewinskiPTX: support for bitwise operations on predicates
2011-04-25 Benjamin KramerMake tests more useful.
2011-04-21 Che-Liang Chiouptx: fix parameter ordering
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-02 Che-Liang Chiouptx: support setp's 4-operand format
2011-03-22 Che-Liang Chiouptx: add analyze/insert/remove branch
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-15 Justin HolewinskiPTX: Set PTX 2.0 as the minimum supported version
2011-03-14 Justin HolewinskiPTX: Emit global arrays with proper sizes
2011-03-14 Justin HolewinskiPTX: Add support for sqrt/sin/cos intrinsics
2011-03-14 Che-Liang Chiouptx: add set.p instruction and related changes to predi...
2011-03-10 Justin HolewinskiPTX: Add preliminary support for floating-point divide...
2011-03-10 Che-Liang Chiouptx: add the rest of special registers of ISA version 2.0
2011-03-08 Justin HolewinskiPTX: Add intrinsic support for ntid, ctaid, and nctaid...
2011-03-05 Che-Liang Chiouptx: add basic intrinsic support
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
2011-01-01 Che-Liang Chiouptx: remove reg-reg addressing mode and st.const
2011-01-01 Che-Liang Chiouptx: add store instruction
2010-12-30 Che-Liang Chiouptx: add state spaces
2010-12-22 Che-Liang Chiouptx: add ld instruction and test
2010-12-06 Che-Liang Chiouptx: add shift instructions
2010-11-30 Che-Liang Chiouptx: add command-line options for gpu target and ptx...
2010-11-17 Che-Liang ChiouAdd simple arithmetics and %type directive for PTX
2010-10-19 Che-Liang ChiouAdd test case mov.ll for PTX device function
2010-09-25 Che-Liang ChiouAdd test case for PTX ret instruction
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.