aboutsummaryrefslogtreecommitdiff
path: root/tools/extract/extract.cpp
AgeCommit message (Expand)Author
2005-04-24extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman
2005-04-22Remove trailing whitespaceMisha Brukman
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2004-12-30For PR351:Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-05-27Header file movedChris Lattner
2004-04-22Add command-line option to select whether to isolate or delete function fromMisha Brukman
2004-02-19Make sure to print a stack trace whenever an error signal is delivered toChris Lattner
2004-02-18Give extract -o and -f options, just like every other tool!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-28Fix extract to use the right TargetData, like Bugpoint does.Brian Gaeke
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