Allow physregs to occur in the dag with multiple types. Though I don't likethis...
[oota-llvm.git] / lib / Analysis / ProfileInfoLoaderPass.cpp
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-18 Chris Lattnerexpose this pass to both opt and analyze
2005-01-10 Jeff CohenApply feed back from Chris:
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-03-08 Chris LattnerSwitch to using edge profiling information as the basic...
2004-03-08 Chris LattnerRefactor implementations
2004-02-11 Chris LattnerCosmetic improvements to this option.
2004-02-11 Chris LattnerActually load profiling information now! Block layout...
2004-02-11 Chris LattnerAdd skeleton profileinfoloader pass. This will be...