summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-extract/llvm-extract.cpp
Commit message (Expand)AuthorAgeFilesLines
* only extract main if the user didn't specify anything to extractAndrew Lenharth2008-03-071-1/+1
* make error message reflect default search function nameAndrew Lenharth2008-03-071-3/+2
* add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth2008-03-071-7/+23
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Separate program name from error message with a :Reid Spencer2007-08-081-1/+1
* Terminate an error message with a newline.Reid Spencer2007-08-081-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-2/+2
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-2/+1
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-061-23/+8
* remove EH cruft, add bitcode supportChris Lattner2007-05-061-54/+69
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+3
* For PR411:Reid Spencer2007-02-051-1/+2
* For PR411:Reid Spencer2007-02-051-1/+0
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-2/+7
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-9/+9
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-0/+2
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-6/+9
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-241-0/+106
OpenPOWER on IntegriCloud