Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in
[oota-llvm.git] / lib / Transforms / IPO / DeadTypeElimination.cpp
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerThe proper prototype for malloc returns a pointer,...
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-15 Chris Lattner-cleangcc pass now remove type names that are never...
2001-11-12 Chris LattnerFix minor bug
2001-11-05 Chris LattnerDon't print spurious linking warnings about methods...
2001-11-04 Chris LattnerRefactor code to share stuff
2001-11-04 Chris LattnerFix cast instructions that end up in bad places in...
2001-11-03 Chris LattnerAdd new cleanup pass:
2001-11-03 Chris Lattner* Export method to merge identically named methods
2001-11-03 Chris LattnerChanges to compile the TSP benchmark successfully....
2001-11-03 Chris LattnerAdd code to link method together with the same name...
2001-11-01 Chris LattnerPropogate name to the malloc itself instead of to the...
2001-10-31 Chris LattnerImplement code to convert %malloc and %free FUNCTION...
2001-10-31 Chris LattnerInitial version of GCC cleanup pass: just removes extra...