llvm-6502/test/CodeGen/PTX
Eli Bendersky cc85160672 Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
* Removed test/lib/llvm.exp - it is no longer needed 
* Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files
  left in the test suite so this code is no longer required. test/lit.cfg is
  now much shorter and clearer 
* Removed a lot of duplicate code in lit.local.cfg files that need access to
  the root configuration, by adding a "root" attribute to the TestingConfig
  object. This attribute is dynamically computed to provide the same
  information as was previously provided by the custom getRoot functions. 
* Documented the config.root attribute in docs/CommandGuide/lit.pod





git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153408 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-25 09:02:19 +00:00
..
20110926-sitofp.ll
add.ll
aggregates.ll
bitwise.ll
bra.ll
cvt.ll Change the default scheduler from Latency to ILP, since Latency 2011-10-24 17:45:02 +00:00
exit.ll
fdiv-sm10.ll
fdiv-sm13.ll
fneg.ll
intrinsic.ll
ld.ll fixed global array handling for ptx to use the correct bit widths 2011-11-03 19:24:46 +00:00
lit.local.cfg Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu 2012-03-25 09:02:19 +00:00
llvm-intrinsic.ll
mad-disabling.ll PTX: Fix disabling of MAD instruction selection 2011-10-18 13:39:20 +00:00
mad.ll
mov.ll PTX: Continue to fix up the register mess. 2011-12-06 17:39:48 +00:00
mul.ll
options.ll
parameter-order.ll PTX: Continue to fix up the register mess. 2011-12-06 17:39:48 +00:00
printf.ll allow non-device function calls in PTX when natively handling device-side printf 2011-11-11 14:45:12 +00:00
ret.ll
selp.ll
setp.ll
shl.ll
shr.ll
simple-call.ll
st.ll fixed global array handling for ptx to use the correct bit widths 2011-11-03 19:24:46 +00:00
stack-object.ll
sub.ll