llvm-6502/lib/VMCore
Chris Lattner 74c2b7633f Rename contype to subtype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@522 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-09 22:26:58 +00:00
..
AsmWriter.cpp * Assembly writer is not a module analyzer anymore 2001-09-07 16:36:04 +00:00
BasicBlock.cpp Support new setName itf 2001-09-07 16:44:17 +00:00
ConstantFold.cpp Clean up ConstRules stuff to use annotations instead of a mutable member in Type 2001-09-09 21:01:20 +00:00
ConstantFold.h Convert ConstRules to use annotations to clean it up. 2001-09-09 21:00:23 +00:00
ConstantFolding.h Convert ConstRules to use annotations to clean it up. 2001-09-09 21:00:23 +00:00
ConstPoolVals.cpp Rename file to be consistent with header name 2001-09-09 21:59:43 +00:00
Dominators.cpp Make sure noone branches to the entry node of the method 2001-08-24 14:56:34 +00:00
Function.cpp Support new setName interface 2001-09-07 16:47:18 +00:00
iBranch.cpp Changed the fundemental architecture of Operands for Instructions. Now 2001-07-07 08:36:50 +00:00
iCall.cpp Add support for extern varargs methods & varargs method calls 2001-07-25 22:47:55 +00:00
iMemory.cpp Cleanup 2001-09-07 16:57:29 +00:00
InstrTypes.cpp Support new setName interface 2001-09-07 16:47:18 +00:00
Instruction.cpp * Support new setname interface 2001-09-07 16:47:03 +00:00
iOperators.cpp Moved Cast from being a Unary instruction to being an "Other" instruction 2001-07-08 19:03:27 +00:00
iSwitch.cpp Changed the fundemental architecture of Operands for Instructions. Now 2001-07-07 08:36:50 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Module.cpp Modules must have a valid, nonnull type. Make them void 2001-09-07 16:47:42 +00:00
SlotCalculator.cpp * Slot calc is now simpler and not based on module analyzer. 2001-09-07 16:31:52 +00:00
SymbolTable.cpp Types and constnats are wierd objects in the symtabs 2001-09-07 16:48:17 +00:00
Type.cpp Rename contype to subtype 2001-09-09 22:26:58 +00:00
Value.cpp Support abstract types 2001-09-07 16:57:07 +00:00
ValueHolderImpl.h Changed an assertion message 2001-08-23 17:06:38 +00:00
Verifier.cpp Remove #include of nonexistant header file 2001-09-07 16:32:10 +00:00