llvm-6502/test/Integer
Chris Lattner df98617b23 Reimplement the old and horrible bison parser for .ll files with a nice
and clean recursive descent parser.

This change has a couple of ramifications:
1. The parser code is about 400 lines shorter (in what we maintain, not
   including what is autogenerated).
2. The code should be significantly faster than the old code because we 
   don't have to work around bison's poor handling of datatypes with 
   ctors/dtors.  This also makes the code much more resistant to memory 
   leaks.
3. We now get caret diagnostics from the .ll parser, woo.
4. The actual diagnostics emited from the parser are completely different
   so a bunch of testcases had to be updated.
5. I now disallow "%ty = type opaque %ty = type i32".  There was no good
   reason to support this, it was just an accident of the old 
   implementation.  I have no reason to think that anyone is actually using
   this.
6. The syntax for sticking a global variable has changed to make it 
   unambiguous.  I don't think anyone is depending on this since only clang
   supports this and it is not solid yet, so I'm not worried about anything
   breaking.
7. This gets rid of the last use of bison, and along with it the .cvs files.
   I'll prune this from the makefiles as a subsequent commit.

There are a few minor cleanups that can be done after this commit (suggestions
welcome!) but this passes dejagnu testing and is ready for its time in the
limelight.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61558 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-02 07:01:27 +00:00
..
2007-01-19-TruncSext.ll Don't try to interpret a fictitious file. 2007-04-14 17:41:12 +00:00
a1.ll Fix incorrect test cases for srem. The definition of srem is a remainder so 2007-03-24 21:55:26 +00:00
a1.ll.out refactor handling of symbolic constant folding, picking up 2008-04-19 21:58:19 +00:00
a7.ll Remove test cases that produce undefined results. 2007-02-27 02:34:02 +00:00
a7.ll.out implementation keyword is going .. going .. gone. 2007-03-28 01:52:40 +00:00
a9.ll Remove test cases that produce undefined results. 2007-02-27 02:34:02 +00:00
a9.ll.out implementation keyword is going .. going .. gone. 2007-03-28 01:52:40 +00:00
a15.ll Fix incorrect test cases for srem. The definition of srem is a remainder so 2007-03-24 21:55:26 +00:00
a15.ll.out implementation keyword is going .. going .. gone. 2007-03-28 01:52:40 +00:00
a17.ll Fix incorrect test cases for srem. The definition of srem is a remainder so 2007-03-24 21:55:26 +00:00
a17.ll.out implementation keyword is going .. going .. gone. 2007-03-28 01:52:40 +00:00
a31.ll Fix incorrect test cases for srem. The definition of srem is a remainder so 2007-03-24 21:55:26 +00:00
a31.ll.out implementation keyword is going .. going .. gone. 2007-03-28 01:52:40 +00:00
a33.ll Fix incorrect test cases for srem. The definition of srem is a remainder so 2007-03-24 21:55:26 +00:00
a33.ll.out implementation keyword is going .. going .. gone. 2007-03-28 01:52:40 +00:00
a63.ll Remove test cases that produce undefined results. 2007-02-27 02:34:02 +00:00
a63.ll.out implementation keyword is going .. going .. gone. 2007-03-28 01:52:40 +00:00
alignment_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
basictest_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitArith.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitBit.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitCast.ll Change all floating constants that are not exactly 2007-09-05 17:50:36 +00:00
BitIcmp.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitMem.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitMisc.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitPacked.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
cfgstructures_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
constexpr_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
constpointer_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
fold-fpcast_bt.ll Change all floating constants that are not exactly 2007-09-05 17:50:36 +00:00
forwardreftest_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
globalredefinition_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
globalvars_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
indirectcall2_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
indirectcall_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +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 Reimplement the old and horrible bison parser for .ll files with a nice 2009-01-02 07:01:27 +00:00
packed_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
packed_struct_bt.ll Fix some escaping and quoting in RUN lines, mainly involving { and <. In two 2008-06-10 16:04:47 +00:00
paramattrs_bt.ll Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
properties_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
prototype_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
recursivetype_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
simplecalltest_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
small_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testalloca_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testarith_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testconstants_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testicmp_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testlogical_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testlogical_new_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testmemory_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testswitch_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testvarargs_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
undefined_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
unreachable_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
varargs_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
varargs_new_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00