* Method::getType should return type cast as MethodType, eliminate getMethodType
[oota-llvm.git] / include / llvm / ConstPoolVals.h
2001-09-09 Chris LattnerRemove 3 gross global functions that don't belong here
2001-09-07 Chris LattnerRemove extra space
2001-09-07 Chris LattnerImplement support for globally unique constants. Const...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-21 Chris LattnerMoved isIntegral to the Type system
2001-07-20 Vikram S. AdveProvide simpler ways to extract the value of an integer...
2001-07-20 Chris LattnerAdd new base class ConstPoolInt, useful for dealing...
2001-07-14 Chris LattnerMade the following changes:
2001-07-07 Chris LattnerRemove dtor's that simply call dropAllReferences
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-06 Chris LattnerInitial revision