Fix problems with freeing memory twice
[oota-llvm.git] / lib / Transforms /
2001-09-07 Chris LattnerTypes and constants are wierd things in symbol tables now
2001-09-07 Chris Lattner* Eliminate reference to ConstantPool class
2001-09-07 Chris LattnerConstant pool is dead
2001-09-07 Chris LattnerConstants are now global unique objects
2001-09-07 Chris Lattner* Eliminate constant pool dependancies:
2001-09-07 Chris Lattner* Supoprt global constants
2001-07-28 Chris LattnerEnable the elimination of method prototypes that are...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-15 Chris LattnerSupport external methods
2001-07-14 Chris LattnerAdd knowledge about the struct form of the GetElementPt...
2001-07-14 Chris LattnerRemove dependency on the structure of ValueHolder.
2001-07-09 Chris LattnerDon't clean out the type plane of the constant pool...
2001-07-08 Chris LattnerImplement checking for new instructions
2001-07-08 Chris LattnerUse the CDG to mark branches alive on demand.
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-07-06 Chris LattnerAdd method to unify all exit nodes of a method
2001-07-06 Chris LattnerUpdate to include right file
2001-06-30 Chris LattnerInitial checkin. Should print dead instructions, excep...
2001-06-30 Chris LattnerRename DoSparseConditionalConstantProp -> DoSCCP
2001-06-30 Chris LattnerOptimizations got their own header files
2001-06-29 Chris LattnerExport ConstantFoldTerminator, allow it to fold conditi...
2001-06-29 Chris LattnerAdded documentation. Constant fold terminators.
2001-06-29 Chris Lattner* Factored RemovePredecessorFromBlock into BasicBlock...
2001-06-29 Chris LattnerWe need to make sure to remove PHI nodes in the success...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-27 Chris LattnerAdd a new Sparse Conditional Constant Propogation pass
2001-06-27 Chris LattnerMisc cleanup
2001-06-27 Chris Lattner* Expose DoConstantPoolMerging
2001-06-25 Chris LattnerImplement induction variable injection!
2001-06-25 Chris LattnerA silly stupid test of the loop depth calculator was...
2001-06-24 Chris Lattner#include a different header due to Intervals.h splitting up
2001-06-22 Chris LattnerImplement a lot more functionality. Now loop invariant...
2001-06-21 Chris LattnerMoved printing code to the Assembly/Writer library.
2001-06-20 Chris LattnerGet rid of a silly printout that isn't needed right now
2001-06-20 Chris LattnerAdd capability to print a derived interval graph
2001-06-20 Chris LattnerAdd a test case for interval code
2001-06-13 Chris LattnerUpdates to work with new cfg namespace
2001-06-11 Chris LattnerUpdates to support
2001-06-07 Chris LattnerUpdated to work with new CFG.h file.
2001-06-07 Chris LattnerSignificant rework. DCE is still not done (see #ifdef...
2001-06-06 Chris LattnerInitial revision