Fix #includes of i*.h => Instructions.h as per PR403.
[oota-llvm.git] / lib / Transforms / IPO / ExtractFunction.cpp
2004-04-22 Misha BrukmanClarify the logic: the flag is renamed to `deleteFn...
2004-04-22 Misha BrukmanAdd a flag to choose between isolating a function or...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-17 Misha BrukmanThis file was somehow missing a top-level comment line.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Misha BrukmanFix spelling.
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-11-19 Chris LattnerMove the function extractor pass from tools/extract...