Fix problems with freeing memory twice
[oota-llvm.git] / lib / Analysis /
2001-09-07 Chris LattnerModule analyzer no longer has to iterate over constant...
2001-09-07 Chris LattnerSimplify code by eliminating need to hang onto constant...
2001-08-28 Vikram S. AdveAdded directory LiveVar/
2001-08-28 Vikram S. Adveanalyze() now checks to see that we don't analyze the...
2001-08-24 Chris LattnerMake sure noone branches to the entry node of the method
2001-08-23 Chris LattnerHandle case where there is no exit node from a flowgraph
2001-08-20 Ruchira SasankaLV code on machine instructions
2001-08-20 Ruchira SasankaLV info on machine instructions
2001-07-25 Chris LattnerFix a bug when compiling 'shl ubyte * %var, ubyte 2'
2001-07-24 Ruchira SasankaChanged printValue() to print constant value if the...
2001-07-24 Ruchira Sasanka*** empty log message ***
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-21 Chris LattnerMore functionality, renamed API
2001-07-20 Chris LattnerStart of expression analysis support
2001-07-20 Chris LattnerFix nasty typo
2001-07-14 Chris Lattner* The parent of a constant pool is a SymTabValue, not...
2001-07-08 Chris LattnerFixed post dominator frontiers! Yaay!
2001-07-06 Chris LattnerImplement support for postdominators, except in dom...
2001-07-03 Chris LattnerIntervalPartition was changed to inherit from vector...
2001-07-03 Chris LattnerCode got moved from the lib/Assembly/Writer/IntervalWri...
2001-07-02 Chris LattnerAdd printing code for dominator info
2001-07-02 Chris LattnerCheckin of new dominator calculation routines. These...
2001-07-02 Chris LattnerMoved deleter to include/llvm/Tools/STLExtras.h
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-25 Chris LattnerIntervalPartition: recode to use IntervalIterator to...
2001-06-24 Chris LattnerNew file due to the Intervals.h splitup
2001-06-24 Chris Lattner#include a different header due to Intervals.h splitting up
2001-06-24 Chris LattnerIntervalPartition & IntervalIterator classes have been...
2001-06-24 Chris LattnerPrepare for split between Interval, IntervalIterator...
2001-06-22 Chris LattnerInterval::HeaderNode is now accessed thorugh an accesso...
2001-06-21 Chris LattnerMoved printing code to the Assembly/Writer library.
2001-06-21 Chris LattnerImplement the new Interval::isLoop method
2001-06-20 Chris LattnerAdd capability to build a derived interval graph
2001-06-20 Chris LattnerInitial Checking of Interval handling code
2001-06-06 Chris LattnerInitial revision