Strip out and simplify some code. This also fixes the regression last
[oota-llvm.git] / lib / Transforms / IPO / ArgumentPromotion.cpp
2004-07-18 Reid Spencerbug 122:
2004-06-21 Chris LattnerMake order of argument addition deterministic. In...
2004-05-23 Chris LattnerFairly substantial changes to update the alias analysis...
2004-03-08 Chris LattnerImplement ArgumentPromotion/aggregate-promote.ll
2004-03-07 Chris LattnerImplement: ArgumentPromotion/chained.ll
2004-03-07 Chris LattnerFix another minor bug, exposed by perlbmk
2004-03-07 Chris LattnerFix a minor bug and turn debug output into, well, debug...
2004-03-07 Chris LattnerNew LLVM pass: argument promotion. This version only...