llvm-6502/lib
Chris Lattner 4674804d29 Move FunctionArgument out of iOther.h into Argument.h and rename class to
be 'Argument' instead of FunctionArgument.

Rename some yacc type names to be more concise.  Change jump table to use
a vector instead of a list.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2214 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-09 19:41:42 +00:00
..
Analysis Add explicit #includes of Function.h to make up for the removed #include 2002-04-09 19:08:28 +00:00
AsmParser Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:41:42 +00:00
Bytecode Use opaque decl instead of #include 2002-04-09 18:35:38 +00:00
CodeGen No need to reserve space, erasing does not change the size of the container. 2002-04-09 18:01:21 +00:00
ExecutionEngine Update comment to reflect class name change. 2002-04-09 19:40:40 +00:00
Linker Eliminate explicit use of Writer library, using debug dump output instead. 2002-04-07 22:31:23 +00:00
Support 64 bit clean now 2002-02-24 23:02:12 +00:00
Target Add explicit #includes of Function.h to make up for the removed #include 2002-04-09 19:08:28 +00:00
Transforms Add explicit #includes of Function.h to make up for the removed #include 2002-04-09 19:08:28 +00:00
VMCore Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:39:58 +00:00
Makefile Moved assembly writer library into its own top level directory. 2002-04-08 19:42:33 +00:00