Clean up MethodLiveVarInfo
[oota-llvm.git] / lib / Analysis / LiveVar /
2002-02-04 Chris LattnerClean up MethodLiveVarInfo
2002-02-04 Chris LattnerTurn live variable analysis into a real MethodPass.
2002-02-04 Chris Lattner* Add #includes that were yanked out of header files
2002-02-04 Chris LattnerCut down include pollution and number of frivolous...
2002-02-04 Chris LattnerMinor cleanups
2002-02-03 Chris LattnerLots of nonfunctional code cleanups
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Ruchira Sasankaadded a section on how to modify live variable code...
2001-12-08 Ruchira SasankaAdded more comments. Added code to destructor in Method...
2001-12-08 Ruchira SasankaAdded comments are more documentation info
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-10-16 Ruchira SasankaNo major change - added some comments
2001-10-15 Chris LattnerPrint Debug Code to stderr instead of stdout so that...
2001-10-15 Ruchira Sasanka--added support for implicit operands
2001-10-12 Ruchira Sasankaadded support for implict operands in machine instruction
2001-10-12 Ruchira Sasanka--added support for implicit operands in machine instru...
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-30 Ruchira Sasanka*** empty log message ***
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-14 Chris LattnerMove the sparc target to a new lib/Target directory
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-08-28 Vikram S. Adveanalyze() now checks to see that we don't analyze the...
2001-08-20 Ruchira SasankaLV code on machine instructions
2001-08-20 Ruchira SasankaLV info on machine instructions
2001-07-24 Ruchira SasankaChanged printValue() to print constant value if the...
2001-07-24 Ruchira Sasanka*** empty log message ***