aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/ExtractFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* More explicit keywords.Dan Gohman2007-08-011-2/+2
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+5
* simplify name juggling through the use of Value::takeName.Chris Lattner2007-02-111-3/+2
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+3
* For PR411:Reid Spencer2007-02-051-1/+1
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-2/+2
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-4/+25
* Make llvm-extract preserve the callingconv of prototypes in the extractedChris Lattner2007-01-251-0/+1
* llvm-extract should remove module-level asmChris Lattner2006-10-201-3/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-15/+15
* stop using method.Chris Lattner2005-03-151-1/+1
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-3/+3
* Clarify the logic: the flag is renamed to `deleteFn' to signify it will deleteMisha Brukman2004-04-221-11/+11
* Add a flag to choose between isolating a function or deleting the function fromMisha Brukman2004-04-221-6/+29
* Finegrainify namespacificationChris Lattner2003-11-211-5/+3
* This file was somehow missing a top-level comment line.Misha Brukman2003-11-171-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix spelling.Misha Brukman2003-10-101-1/+1
* Add new linkage types to support a real frontendChris Lattner2003-04-161-3/+5
* Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner2002-11-191-0/+83