Fix memory leak in the stackifier, due to the machinebasicblocks not holding
[oota-llvm.git] / lib / VMCore / Value.cpp
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerIf we're not checking, don't check!
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-16 Chris LattnerCompletely rewrite support for the Value::use_* list...
2003-10-06 Chris LattnerUsers can never be null
2003-10-02 Chris LattnerThere is no reason for Value to be an AbstractTypeUser...
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll
2003-08-29 Chris LattnerRefactor code to make it useful outside of Constants.cpp
2003-06-24 Chris LattnerMake assertion more descriptive
2003-02-13 Chris LattnerThis speeds up processing LLVM a _lot_, 17% in the...
2002-10-09 Chris Lattner - Make Value::replaceAllUsesWith work with constants...
2002-10-09 Chris Lattner - Remove Value::use_remove
2002-10-08 Chris LattnerFix NASTY N^2 behavior that was causing the gzip benchm...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Now users...
2002-07-24 Chris Lattner*** empty log message ***
2002-06-30 Chris Lattner*** empty log message ***
2002-06-25 Anand Shuklachanges for 64bit gcc
2002-04-28 Chris LattnerThe contents of the SymTabValue class have been incorpo...
2002-04-12 Chris LattnerFix pure virtual function called exception!
2002-04-08 Chris LattnerMove include/llvm/ValueHolderImpl.h to lib/VMCore/Value...
2002-04-07 Chris LattnerRemove some gross code by using the Value::dump method...
2002-04-04 Chris LattnerMake the release build work
2002-03-21 Chris LattnerAdd an assertion to catch a misuse of replaceAllUsesWith
2002-01-25 Chris LattnerCheck in fix for bug: test/Regression/Assembler/ValueRe...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerAdd debugging to make a more useful message if a value...
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-09-28 Chris LattnerMake error report a little more useful
2001-09-19 Chris LattnerOkay, make the member function work.
2001-09-19 Chris LattnerRemove global debug output fns that have been supercede...
2001-09-18 Chris LattnerFix up code a bit, remove operator<< to Assembly/Writer.h
2001-09-18 Vikram S. AdveAdded debugging support.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-07 Chris LattnerSupport abstract types
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-29 Chris LattnerAdd a check to avoid allowing V->replaceAllUsesWith(V)
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-11 Chris LattnerUpdates to support
2001-06-06 Chris LattnerInitial revision