Move annotation to support library
[oota-llvm.git] / include / Support /
2003-01-14 Chris LattnerMove annotation to support library
2002-12-23 Chris LattnerNew files for miscompilation detection
2002-12-12 Chris LattnerFix header
2002-12-06 Vikram S. AdveBug fix in operator==() and in method fini().
2002-11-27 Vikram S. AdveSeveral fixes:
2002-11-18 Chris LattnerAdd facility to compute peak memory usage
2002-11-15 Chris LattnerFix warning
2002-11-10 Chris LattnerAdd tarj_end() method
2002-11-10 Chris LattnerFix a problem where bad graphs could be generated
2002-11-08 Vikram S. AdveInclude HashExtras.h since it is almost always needed...
2002-11-06 Chris LattnerMake maxSize a private variable, add a size() accessor
2002-11-06 Vikram S. AdveAn implementation of the bit-vector representation...
2002-11-04 Chris LattnerAllow memory sizes to be negative, eliminate TmpRSS
2002-11-04 Vikram S. AdveGeneric graph iterator to enumerate the SCCs of a graph
2002-10-31 Chris LattnerStatistic class should return const reference to *this...
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-27 Chris LattnerAdd neccesary #include
2002-10-27 Chris LattnerOld GCC's don't have an <ostream>
2002-10-18 Chris LattnerDon't emit braces around something without outgoing...
2002-10-17 Chris LattnerBreak up the GraphWriter into smaller chunks to be...
2002-10-17 Chris LattnerAs wierd as it feels to type it, const void* is more...
2002-10-16 Chris LattnerAllow simple nodes to have outgoing edges
2002-10-16 Chris Lattner * Factor printing code again, add emitSimpleNode...
2002-10-16 Chris Lattner * Add new DOTGraphTraits::addCustomGraphFeatures...
2002-10-16 Chris Lattner * Significantly refactor GraphWriter into a class.
2002-10-16 Chris Lattner - Generic graph printing infrastructure changes:
2002-10-13 Chris Lattnerdisable the unused "pointer" member
2002-10-13 Chris LattnerAdd dummy entries to document what members can be added
2002-10-10 Chris Lattner* Don't only print out reachable nodes in the graph.
2002-10-10 Chris LattnerAdd new getGraphProperties that may be specialized...
2002-10-07 Chris LattnerDon't rotate paper.
2002-10-07 Chris Lattner - Allow printing generic LLVM graphs to 'dot' files...
2002-10-03 Chris LattnerThe wall clock timer (implementing using the RTC or...
2002-10-01 Chris Lattner - Rework Statistics:
2002-10-01 Chris LattnerCheckin generic interval timer support
2002-09-17 Chris LattnerFix ambiguity problem due to builtin log2(double) function
2002-09-16 Vikram S. AdveAdd ilist_iterator constructor from a node reference.
2002-09-14 Chris LattnerFix to work correctly under linux
2002-09-14 Vikram S. AdveAdd support for MacOS and (hopefully) other BSD derivat...
2002-09-13 Chris LattnerTighten up sanity checking
2002-09-13 Chris LattnerTry to work well on multiple platforms.
2002-09-13 Chris LattnerAdd better linux support by using the right macro....
2002-09-13 Chris LattnerCheckin patch written by Casey Carter, enabling support...
2002-09-08 Chris LattnerCheckin initial support for automatic memory leak detec...
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