Fix minor bug
[oota-llvm.git] / lib / Transforms / IPO / DeadTypeElimination.cpp
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...