synchronizeICache removeed from TargetJITInfo.
[oota-llvm.git] / lib / Transforms / IPO / ExtractFunction.cpp
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris Lattnerstop using method.
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
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...