aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-extract
AgeCommit message (Expand)Author
2003-10-20fix file headerChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-09-10Clean up header, remove extra #includeChris Lattner
2003-09-10Make createVerifierPass return a FunctionPass *.Brian Gaeke
2002-11-19Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner
2002-10-12* Fix extract to work with constant pointer refs correctlyChris Lattner
2002-10-07Avoid making external global variables internalChris Lattner
2002-10-06 - The extract tool now is sure to extract the function implementation forChris Lattner
2002-07-30Print the tool name when an error comes from so that I can tell whichChris Lattner
2002-07-30Remove extraneous #includesChris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-07-23Minor changes due to code juggled aroundChris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-23Make sure the extracted function has external linkage, so that it doesn'tChris Lattner
2002-05-22Initial checkin of the "extract" utilityChris Lattner