Move contents of these files into IPO.h
[oota-llvm.git] / include / llvm / Transforms / Instrumentation /
2002-07-12 Anand Shuklainitial version: for emitfuncs pass
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Anand ShuklaInitial check in of header file for profile-paths pass
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2001-12-14 Chris LattnerRefactor trace values to work as a proper pass. Before...
2001-10-18 Chris Lattnermove llvm/Transforms/Pass.h to the top level llvm/Pass...
2001-10-18 Chris LattnerConvert to new simpler Pass structure
2001-10-15 Chris LattnerConcretePass should not be a templated class!
2001-10-15 Chris LattnerConvert to use Pass infrastructure
2001-10-14 Vikram S. AdveInsert code to trace values at basic block and method...