Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Transforms / IPO / ExtractFunction.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-25 Gordon HenriksenFixing several transforms which would drop the collecto...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-08-01 Dan GohmanMore explicit keywords.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-11 Chris Lattnersimplify name juggling through the use of Value::takeName.
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-25 Chris LattnerMake llvm-extract preserve the callingconv of prototype...
2006-10-20 Chris Lattnerllvm-extract should remove module-level asm
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...