* Eliminate boolean arguments in favor of using enums
[oota-llvm.git] / include / llvm / Analysis / InstForest.h
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