Add option to print per module instead of per method, so that
[oota-llvm.git] / include / llvm / ConstPoolVals.h
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-14 Chris Lattner*** empty log message ***
2001-10-14 Vikram S. AdveAdded routine to create a char array for a string.
2001-10-13 Chris Lattner* Add destroyConstant stuff to handle module local...
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris LattnerShare ConstPoolPointer elements correctly
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-03 Chris LattnerFirst try at a horrible global value reference wrapper
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-30 Chris LattnerImplement a constant pointer value
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-11 Chris LattnerDisable destructors on constants
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