summaryrefslogtreecommitdiff
path: root/tools/llvm-extract/llvm-extract.cpp
Commit message (Expand)AuthorAge
...
* Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner2002-11-19
* * Fix extract to work with constant pointer refs correctlyChris Lattner2002-10-12
* Avoid making external global variables internalChris Lattner2002-10-07
* - The extract tool now is sure to extract the function implementation forChris Lattner2002-10-06
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* Remove extraneous #includesChris Lattner2002-07-30
* *** empty log message ***Chris Lattner2002-07-25
* *** empty log message ***Chris Lattner2002-07-24
* Minor changes due to code juggled aroundChris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Make sure the extracted function has external linkage, so that it doesn'tChris Lattner2002-05-23
* Initial checkin of the "extract" utilityChris Lattner2002-05-22