Checkin initial support for automatic memory leak detection routines
[oota-llvm.git] / include / llvm / Support /
2002-09-08 Chris LattnerCheckin initial support for automatic memory leak detec...
2002-09-03 Chris LattnerImplement operator== and != for ranges
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & Store Inst now no longer derive from MemAccessInst
2002-08-21 Chris LattnerAdd missing forward decl
2002-08-14 Chris LattnerRemove support for unary instructions
2002-08-07 Chris LattnerSimplify interface to parsers.
2002-07-26 Chris LattnerFactor PassNameParser out of opt.cpp so that analyze...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerChanges to build with GCC 3.1
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 Chris LattnerMEGAPATCH checkin.
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 LattnerMake sure to call the derived visit versions from the...
2002-05-10 Chris LattnerAdd explicit abort so optimized build knows that the...
2002-05-07 Chris LattnerUpdate header after moving file
2002-04-18 Chris Lattner* Add a comment to the header giving a breif overview...
2002-04-18 Chris Lattner* Make dtor virtual
2002-04-15 Chris Lattner* s/Method/Function
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerPull casting operators out of Value.h
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-18 Chris LattnerInitial checkin of InstVisitor class
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
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-11-01 Chris LattnerPrint floating point numbers in expodential form so...
2001-10-29 Chris LattnerInclude functionality to get a string array constant...
2001-10-28 Chris LattnerInitial checkin of name mangling code. Moved from...
2001-10-28 Chris LattnerRemove unneccesary function prototypes
2001-10-28 Vikram S. AdveAdd support for name mangling.
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...