Push LLVMContexts through the IntegerType APIs.
[oota-llvm.git] / lib / VMCore / Module.cpp
2002-01-26 Chris LattnerRemove extraneous #includes
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-13 Chris Lattner* Add support for Module specific constants
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris LattnerModules must have a valid, nonnull type. Make them...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-06-30 Chris LattnerImplement reduceApply method
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision