llvm-6502/test/Integer
Reid Spencer ef9b9a7939 For PR411:
This patch replaces the SymbolTable class with ValueSymbolTable which does
not support types planes. This means that all symbol names in LLVM must now
be unique. The patch addresses the necessary changes to deal with this and
removes code no longer needed as a result. This completes the bulk of the
changes for this PR. Some cleanup patches will follow.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33918 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-05 20:47:22 +00:00
..
.cvsignore New test cases for bit accurate integers developed by Guoling Han. 2007-01-16 18:08:22 +00:00
2007-01-19-TruncSext.ll For PR411: 2007-01-30 16:16:01 +00:00
a1.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a1.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a7.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a7.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a9.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a9.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a15.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a15.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a17.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a17.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a31.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a31.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a33.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a33.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a63.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a63.ll.out For PR761: 2007-01-26 08:25:06 +00:00
alignment_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
basictest_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
BitArith.ll For PR761: 2007-01-26 08:25:06 +00:00
BitBit.ll Prepare for PR411 2007-02-04 02:11:13 +00:00
BitCast.ll For PR761: 2007-01-26 08:25:06 +00:00
BitIcmp.ll For PR761: 2007-01-26 08:25:06 +00:00
BitMem.ll For PR761: 2007-01-26 08:25:06 +00:00
BitMisc.ll For PR761: 2007-01-26 08:25:06 +00:00
BitPacked.ll For PR761: 2007-01-26 08:25:06 +00:00
calltest_bt.ll For PR411: 2007-02-05 20:47:22 +00:00
cfgstructures_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
constexpr_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
constpointer_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
dg.exp New test cases for bit accurate integers developed by Guoling Han. 2007-01-16 18:08:22 +00:00
fold-fpcast_bt.ll Cover non-byte-width BATs situation. 2007-01-19 14:30:59 +00:00
forwardreftest_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
globalredefinition_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
globalvars_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
indirectcall_bt.ll For PR411: 2007-01-30 16:16:01 +00:00
indirectcall2_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
instructions_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
newcasts_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
opaquetypes_bt.ll New test cases for bit accurate integers developed by Guoling Han. 2007-01-16 18:08:22 +00:00
packed_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
packed_struct_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
paramattrs_bt.ll For PR411: 2007-01-30 16:16:01 +00:00
properties_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
prototype_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
recursivetype_bt.ll For PR411: 2007-01-30 16:16:01 +00:00
simplecalltest_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
small_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testalloca_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testarith_bt.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
testconstants_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testicmp_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testlogical_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testlogical_new_bt.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
testmemory_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testswitch_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testvarargs_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
undefined_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
unreachable_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
varargs_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
varargs_new_bt.ll For PR761: 2007-01-26 08:25:06 +00:00