aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Pass.cpp
AgeCommit message (Expand)Author
2002-03-26Change references from Method to FunctionChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-31* Make debugging output nicerChris Lattner
2002-01-31Implement new pass frameworkChris Lattner
2002-01-23* Expose new command line arg --debug-pass for gccas and llc debuggingChris Lattner
2002-01-22Oops, misnamed function, didn't override correctly, drat.Chris Lattner
2002-01-22Ooops, forgot to implement void PassManager::add(BasicBlockPass *BBP)Chris Lattner
2002-01-21Implementation of the new spiffy pass systemChris Lattner