2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-08-26 |
Dan Gohman | Rewrite ExtractGV, removing a bunch of stuff that didn... |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Convert llvm-extract to use lazy loading. This makes... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use tool_output_file in llvm-extract and llvm-link... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Don't register stdout to be deleted on a signal. |
tree | commitdiff |
2010-07-01 |
Devang Patel | Preserve debug info for only extracted symbols. |
tree | commitdiff |
2010-03-24 |
Dan Gohman | Trim #includes. |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Add support to llvm-extract for extracting multiple... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2009-09-11 |
Douglas Gregor | De-bork CMake build. llvm-extract depends on asmparser |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Fix llvm-extract's "writing bitcode to a terminal"... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | simplify output file selection, fixing two FIXMEs about... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
tree | commitdiff |
2009-08-18 |
Chris Lattner | "-" should write to stdout, not stderr. |
tree | commitdiff |
2009-07-16 |
Dan Gohman | Convert more tools code from cerr and cout to errs... |
tree | commitdiff |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Add a Force option to raw_fd_ostream to specify whether... |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-04-20 |
Dan Gohman | Use .empty() instead of .size(). |
tree | commitdiff |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
tree | commitdiff |
2009-02-26 |
Chris Lattner | disable exports from a bunch more tools, those without... |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-03-07 |
Andrew Lenharth | only extract main if the user didn't specify anything... |
tree | commitdiff |
2008-03-07 |
Andrew Lenharth | make error message reflect default search function... |
tree | commitdiff |
2008-03-07 |
Andrew Lenharth | add a pass that can extract all kinds of global values... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
tree | commitdiff |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out... |
tree | commitdiff |
2007-08-08 |
Reid Spencer | Separate program name from error message with a : |
tree | commitdiff |
2007-08-08 |
Reid Spencer | Terminate an error message with a newline. |
tree | commitdiff |
2007-07-05 |
Gabor Greif | Here is the bulk of the sanitizing. |
tree | commitdiff |
2007-05-06 |
Chris Lattner | use the new MemoryBuffer interfaces to simplify error... |
tree | commitdiff |
2007-05-06 |
Chris Lattner | switch tools to bitcode instead of bytecode |
tree | commitdiff |
2007-05-06 |
Chris Lattner | remove EH cruft, add bitcode support |
tree | commitdiff |
2007-02-07 |
Chris Lattner | push bytecode decompressor out through APIs. Now the... |
tree | commitdiff |
2007-02-05 |
Reid Spencer | For PR411: |
tree | commitdiff |
2007-02-05 |
Reid Spencer | For PR411: |
tree | commitdiff |
2007-01-28 |
Anton Korobeynikov | Propagate changes from my local tree. This patch includes: |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | make all llvm tools call llvm_shutdown when they exit... |
tree | commitdiff |
2006-11-29 |
Bill Wendling | Replacing std::iostreams with llvm iostreams. Some... |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Use LINK_COMPONENTS to specify *components* to link... |
tree | commitdiff |
2006-07-07 |
Chris Lattner | Tools require EH for their top-level try blocks. |
tree | commitdiff |
2006-06-16 |
Chris Lattner | Don't pass target name into TargetData anymore, it... |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
tree | commitdiff |
2005-10-27 |
John Criswell | Move some constant folding code shared by Analysis... |
tree | commitdiff |
2005-10-26 |
John Criswell | 1. Remove libraries no longer created from the list... |
tree | commitdiff |
2005-04-24 |
Misha Brukman | extract has been renamed to llvm-extract to avoid confl... |
tree | commitdiff |
2005-04-22 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2005-01-22 |
Jeff Cohen | Use binary mode for reading/writing bytecode files |
tree | commitdiff |
2004-12-30 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
tree | commitdiff |
2004-08-29 |
Reid Spencer | The functions in Signal.h are now in the llvm::sys... |
tree | commitdiff |
2004-05-27 |
Chris Lattner | Header file moved |
tree | commitdiff |
2004-04-22 |
Misha Brukman | Add command-line option to select whether to isolate... |
tree | commitdiff |
2004-02-19 |
Chris Lattner | Make sure to print a stack trace whenever an error... |
tree | commitdiff |
2004-02-18 |
Chris Lattner | Give extract -o and -f options, just like every other... |
tree | commitdiff |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
tree | commitdiff |
2003-10-28 |
Brian Gaeke | Fix extract to use the right TargetData, like Bugpoint... |
tree | commitdiff |
2003-10-20 |
Chris Lattner | fix file header |
tree | commitdiff |
2003-10-20 |
John Criswell | Added copyright header to all C++ source files. |
tree | commitdiff |
2003-09-10 |
Chris Lattner | Clean up header, remove extra #include |
tree | commitdiff |
2003-09-10 |
Brian Gaeke | Make createVerifierPass return a FunctionPass *. |
tree | commitdiff |
2002-11-19 |
Chris Lattner | Move the function extractor pass from tools/extract... |
tree | commitdiff |
2002-10-12 |
Chris Lattner | * Fix extract to work with constant pointer refs correctly |
tree | commitdiff |
2002-10-07 |
Chris Lattner | Avoid making external global variables internal |
tree | commitdiff |
2002-10-06 |
Chris Lattner | - The extract tool now is sure to extract the functio... |
tree | commitdiff |
2002-07-30 |
Chris Lattner | Print the tool name when an error comes from so that... |
tree | commitdiff |
2002-07-30 |
Chris Lattner | Remove extraneous #includes |
tree | commitdiff |
2002-07-25 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-07-24 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-07-23 |
Chris Lattner | Minor changes due to code juggled around |
tree | commitdiff |
2002-07-22 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-06-25 |
Chris Lattner | MEGAPATCH checkin. |
tree | commitdiff |
2002-05-23 |
Chris Lattner | Make sure the extracted function has external linkage... |
tree | commitdiff |
2002-05-22 |
Chris Lattner | Initial checkin of the "extract" utility |
tree | commitdiff |
|