An sinkable instruction may exist with uses, if those uses are in dead blocks.
[oota-llvm.git] / lib / Transforms / Instrumentation / TraceBasicBlocks.cpp
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-07 Jeff CohenAdd 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-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-29 Vikram S. AdveRestoring this file.
2004-06-24 Vikram S. AdveThis file is unused, and duplicates functionality in...
2004-05-03 Brian GaekeFix typo
2004-05-03 Brian GaekeAdd initial implementation of basic-block tracing instr...