aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ExtractFunction.cpp
AgeCommit message (Expand)Author
2008-03-21FunctionExtractorPass has been superceded by GVExtractorPassAndrew Lenharth
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-25Fixing several transforms which would drop the collector attributeGordon Henriksen
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-08-01More explicit keywords.Dan Gohman
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-02-11simplify name juggling through the use of Value::takeName.Chris Lattner
2007-02-05Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer
2007-02-05For PR411:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-28Propagate changes from my local tree. This patch includes:Anton Korobeynikov
2007-01-25Make llvm-extract preserve the callingconv of prototypes in the extractedChris Lattner
2006-10-20llvm-extract should remove module-level asmChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15stop using method.Chris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-04-22Clarify the logic: the flag is renamed to `deleteFn' to signify it will deleteMisha Brukman
2004-04-22Add a flag to choose between isolating a function or deleting the function fromMisha Brukman
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-17This file was somehow missing a top-level comment line.Misha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Fix spelling.Misha Brukman
2003-04-16Add new linkage types to support a real frontendChris Lattner
2002-11-19Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner