Added virtual function to generate an instruction sequence to
[oota-llvm.git] / include / llvm / Support /
2001-10-13 Chris LattnerNew module linking functionality prototype
2001-10-13 Chris LattnerBetter linux support. This file still sucks
2001-10-01 Chris LattnerUpdate comments
2001-09-28 Chris LattnerPull iterators out of CFG.h and genericize them with...
2001-09-14 Chris LattnerGeneric k-way tree support
2001-09-09 Chris LattnerConvert ConstRules to use annotations to clean it up.
2001-09-07 Chris Lattner* Fixed mapped_iterator to actually work with functors
2001-09-07 Chris LattnerMake annotations operations const with a mutable annota...
2001-08-27 Chris LattnerExtend annotations to pass data pointers around to...
2001-08-23 Chris LattnerAdd annotation support
2001-07-28 Vikram S. AdveAdded function printIndent.
2001-07-28 Vikram S. AdveAdded a pointer hash function object for use in pointer...
2001-07-23 Chris LattnerEliminated the Unique class in favor of NonCopyable...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-22 Chris LattnerAdd flag for emacs so it realizes it's C++ code
2001-07-22 Chris LattnerConvert from using C style char*'s to strings.
2001-07-22 Chris LattnerRemove String file some more
2001-07-22 Chris LattnerDestroy the StringUtils.h file
2001-07-21 Vikram S. AdveGeneral support utilities like a program options class...