Add assertion checks to nail bugs early.
[oota-llvm.git] / include / Support /
2002-08-07 Chris LattnerSimplify interface to parsers.
2002-07-25 Chris LattnerAdd support for GCC 3.0.4
2002-07-25 Chris LattnerGCC 3.1 changes
2002-07-24 Chris LattnerGCC 3.1 fixes
2002-07-24 Chris LattnerChanges to build with GCC 3.1
2002-07-24 Chris LattnerUse the new include/Support/iterator file
2002-07-24 Chris LattnerAdd forward_iterator wrapper
2002-07-24 Chris LattnerAdd another GCC2.95->3.1 compatibility header
2002-07-24 Chris LattnerSpiff up the header files
2002-07-24 Chris LattnerMove hash_* extension headers from ext/ to Support...
2002-07-24 Chris LattnerChanges to make it GCC 3.1 compatible
2002-07-24 Chris LattnerAdd missing typename's that GCC3.1 is whining about.
2002-07-24 Chris LattnerDisable the operator= in Value
2002-07-23 Chris LattnerInitial checkin
2002-07-23 Chris LattnerAdd support for removing an option from a genericparser
2002-07-23 Chris LattnerChange to avoid bug in GCC 3.0.4
2002-07-22 Chris LattnerCheckin CommandLine 2.0
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-23 Chris LattnerImplement DataTypes.h in terms of inttypes.h
2002-05-22 Chris LattnerImplement a new command line option, -debug, which...
2002-05-22 Chris LattnerAdd ability to update existing variables with values...
2002-05-19 Chris LattnerCleanups, rename IsPowerOf2 to isPowerOf2
2002-05-19 Vikram S. AdveAdded log2 for log-base-2 and also modified IsPower2...
2002-05-10 Chris LattnerInitial checkin of Statistic class
2002-04-28 Chris LattnerRemove obsolete namespace from example
2002-04-18 Chris LattnerNew api for signal handling for LLVM tools
2002-04-08 Chris LattnerPull casting operators out of Value.h
2002-04-07 Chris LattnerAdd new function utohexstr.
2002-02-24 Chris LattnerGenericize the ReversePostOrderIterator.
2002-02-05 Chris LattnerNew Support file for operations on set like objects
2002-02-04 Chris LattnerPostOrderIterator really does depend on Method and...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-09-09 Chris LattnerConvert ConstRules to use annotations to clean it up.
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