Remove extranous #include
[oota-llvm.git] / include / llvm / Module.h
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-13 Chris LattnerAdd support for module local constants
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris LattnerSymTabValue no longer includes ValueHolder for Module...
2001-07-14 Chris LattnerMade the following changes:
2001-06-30 Chris LattnerAdd a reduceApply method
2001-06-27 Chris LattnerAdd extra forwarding accessor methods so that getMethod...
2001-06-06 Chris LattnerInitial revision