We actually don't have spiff anymore
[oota-llvm.git] / tools / llvm-extract /
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-18 Chris LattnerGive extract -o and -f options, just like every other...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-28 Brian GaekeFix extract to use the right TargetData, like Bugpoint...
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-09-10 Chris LattnerClean up header, remove extra #include
2003-09-10 Brian GaekeMake createVerifierPass return a FunctionPass *.
2002-11-19 Chris LattnerMove the function extractor pass from tools/extract...
2002-10-12 Chris Lattner* Fix extract to work with constant pointer refs correctly
2002-10-07 Chris LattnerAvoid making external global variables internal
2002-10-06 Chris Lattner - The extract tool now is sure to extract the functio...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerRemove extraneous #includes
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerMinor changes due to code juggled around
2002-07-22 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-23 Chris LattnerMake sure the extracted function has external linkage...
2002-05-22 Chris LattnerInitial checkin of the "extract" utility