aboutsummaryrefslogtreecommitdiff
path: root/tools/extract
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-11-25Add LLVMbzip2 library, now required.Reid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-08-15Documentation like this doesn't belong here, and now we have the commandguideChris Lattner
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-22New library neededChris Lattner
2003-10-20Added LLVM copyright to Makefiles.John Criswell
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
2003-08-18Spell `necessary' correctly.Misha Brukman
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-23*** empty log message ***Chris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-06-24Checkin descriptive noteChris 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