llvm-6502/lib/VMCore
Chris Lattner 2761e9f076 * Remove obselete code for unsized arrays
* Add new function printTypeAtLeastOneLevel used to...
* Print the symbol table *WITH SYMBOLIC TYPES*.  Now we get:
       %tree = type { int, %tree*, %tree* }
  in the type definition section of the disassembled output instead of
       %tree = type { int, \2*, \2* }
  the different for the health benchmark and power are simply amazing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2240 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-13 20:53:41 +00:00
..
AsmWriter.cpp * Remove obselete code for unsized arrays 2002-04-13 20:53:41 +00:00
BasicBlock.cpp
ConstantFold.cpp
ConstantFold.h
ConstantFolding.h
Constants.cpp
Dominators.cpp
Function.cpp Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:39:35 +00:00
iBranch.cpp
iCall.cpp Add a couple of extra casts to avoid having to add #include 2002-04-09 18:36:52 +00:00
iMemory.cpp
InstrTypes.cpp Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:39:58 +00:00
Instruction.cpp
iOperators.cpp
iSwitch.cpp Add a couple of extra casts to avoid extra #include 2002-04-09 18:37:08 +00:00
Linker.cpp Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:48:49 +00:00
Makefile
Module.cpp Add Module::getTypeName 2002-04-13 18:58:33 +00:00
Pass.cpp
PassManagerT.h
SlotCalculator.cpp Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:48:49 +00:00
SymbolTable.cpp
Type.cpp *blush* somehow this debugging code got checked in... 2002-04-09 05:10:39 +00:00
Value.cpp Fix pure virtual function called exception! 2002-04-12 18:19:45 +00:00
ValueHolderImpl.h
Verifier.cpp Add new check of return value type matching ret instruction values types 2002-04-12 18:20:49 +00:00