- f010c46 Sort the #include lines for tools/... by Chandler Carruth · 12 years ago
- 6eda081 One more step towards making doInitialization and doFinalization useful for by Pedro Artigas · 12 years ago
- 9780d35 Revert r168635 "Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model". by Owen Anderson · 12 years ago
- 0d30d30 Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model by Owen Anderson · 12 years ago
- 40b6fdb Add doInitialization and doFinalization methods to ModulePass's, to allow them to be re-initialized and reused on multiple Module's. by Owen Anderson · 12 years ago
- ca88cee Add -alias and -ralias options to match what we have for functions and globals. by Rafael Espindola · 12 years ago
- 791cfc2 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
- db186c4 Remove extraneous ".get()->" which is just "->". No functionality change. by Nick Lewycky · 13 years ago
- 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
- 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
- 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
- d8b7aa2 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 13 years ago
- 4e0a55d Add -rfunc and -rglob options to llvm-extract to support regular by Chad Rosier · 13 years ago
- 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
- 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
- e4f1a9b Move tool_output_file into its own file. by Dan Gohman · 14 years ago
- be2d4e7 Fix llvm-extract -delete's lazy loading to materialize the functions that by Dan Gohman · 14 years ago
- 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
- 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
- d4c4543 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 14 years ago
- b4e3cda Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, by Dan Gohman · 14 years ago
- 44f9533 Convert llvm-extract to use lazy loading. This makes it substantially by Dan Gohman · 14 years ago
- 2df9504 Use tool_output_file in llvm-extract and llvm-link too. by Dan Gohman · 14 years ago
- ca91912 Don't register stdout to be deleted on a signal. by Dan Gohman · 14 years ago
- c1874b7 Preserve debug info for only extracted symbols. by Devang Patel · 14 years ago
- 51ecc38 Trim #includes. by Dan Gohman · 15 years ago
- a499d20 Add support to llvm-extract for extracting multiple functions and/or by Dan Gohman · 15 years ago
- 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
- e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
- dc91e54 De-bork CMake build. llvm-extract depends on asmparser by Douglas Gregor · 15 years ago
- ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 15 years ago
- baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
- 51a1132 simplify output file selection, fixing two FIXMEs about binary output by Chris Lattner · 15 years ago
- 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
- 2c78588 "-" should write to stdout, not stderr. by Chris Lattner · 15 years ago
- ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
- 0d7c695 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 15 years ago
- a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
- 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
- 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
- 51747a7 Use .empty() instead of .size(). by Dan Gohman · 16 years ago
- cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
- e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 16 years ago
- 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
- c77e4d1 only extract main if the user didn't specify anything to extract by Andrew Lenharth · 17 years ago
- 6a021a4 make error message reflect default search function name by Andrew Lenharth · 17 years ago
- d245a8a add a pass that can extract all kinds of global values, not just functions. Update llvm-extract to use it and optionally extract a global variable if you want it too by Andrew Lenharth · 17 years ago
- 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
- 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
- 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
- d2887e4 Separate program name from error message with a : by Reid Spencer · 17 years ago
- c52ca08 Terminate an error message with a newline. by Reid Spencer · 17 years ago
- a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
- 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
- 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
- c48e1db remove EH cruft, add bitcode support by Chris Lattner · 18 years ago
- f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
- cdedc3b For PR411: by Reid Spencer · 18 years ago
- ef9b9a7 For PR411: by Reid Spencer · 18 years ago
- b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 18 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
- c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
- 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
- aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
- 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
- 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
- 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
- a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
- e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
- de03bc0 extract has been renamed to llvm-extract to avoid conflicting with another tool by Misha Brukman · 20 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
- 1ef8bda For PR351: by Reid Spencer · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
- bed85ff Header file moved by Chris Lattner · 20 years ago
- ca718e4 Add command-line option to select whether to isolate or delete function from by Misha Brukman · 21 years ago
- 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 21 years ago
- ba9cc1f Give extract -o and -f options, just like every other tool! by Chris Lattner · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
- 2040890 Fix extract to use the right TargetData, like Bugpoint does. by Brian Gaeke · 21 years ago
- 1dd27b1 fix file header by Chris Lattner · 21 years ago
- 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
- 2148bcb Clean up header, remove extra #include by Chris Lattner · 21 years ago
- 053134a Make createVerifierPass return a FunctionPass *. by Brian Gaeke · 21 years ago
- 5113eb0 Move the function extractor pass from tools/extract into lib/Xform/IPO by Chris Lattner · 22 years ago
- 68ed318 * Fix extract to work with constant pointer refs correctly by Chris Lattner · 22 years ago
- 71bcba7 Avoid making external global variables internal by Chris Lattner · 22 years ago
- 7d3f867 - The extract tool now is sure to extract the function implementation for by Chris Lattner · 22 years ago
- 50e3a20 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
- 5e1f7ec Remove extraneous #includes by Chris Lattner · 22 years ago
- c7a0985 *** empty log message *** by Chris Lattner · 22 years ago
- ddd3e61 *** empty log message *** by Chris Lattner · 22 years ago
- 33974ca Minor changes due to code juggled around by Chris Lattner · 22 years ago
- 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
- 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
- 6a13592 Make sure the extracted function has external linkage, so that it doesn't by Chris Lattner · 22 years ago
- 579d914 Initial checkin of the "extract" utility by Chris Lattner · 22 years ago