Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Analysis / InstForest.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-15 Chris LattnerRemove usage of use_size()
2003-09-30 Chris LattnerStandardize header file comments
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2002-07-31 Chris LattnerChanges to be GCC 3.1 friendly
2002-07-25 Chris LattnerFix previous checkin
2002-07-25 Chris LattnerAdd typenames
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerRemove analysis namespace
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-03-26 Chris LattnerChange uses of Method to Function
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-30 Chris LattnerDon't die on call instructions, which reference methods
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-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-14 Chris LattnerInitial instruction tree support for the analysis library