1. 59aa5d4 Add support to llvm-extract for extracting multiple functions and/or by Dan Gohman · 16 years ago
  2. 31b20c7 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 16 years ago
  3. 176426d Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
  4. 4e95ea9 simplify output file selection, fixing two FIXMEs about binary output by Chris Lattner · 16 years ago
  5. fdcd46e Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
  6. 3077125 "-" should write to stdout, not stderr. by Chris Lattner · 16 years ago
  7. b714fab Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 16 years ago
  8. e84b8b3 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 16 years ago
  9. dd7ca8e Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 16 years ago
  10. a148fdd Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  11. 25209b4 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  12. 5e0550b Use .empty() instead of .size(). by Dan Gohman · 16 years ago
  13. e6012df Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  14. d931240 only extract main if the user didn't specify anything to extract by Andrew Lenharth · 17 years ago
  15. df35b3c make error message reflect default search function name by Andrew Lenharth · 17 years ago
  16. 38a1767 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
  17. 5f5a573 remove attributions from tools. by Chris Lattner · 18 years ago
  18. 6099df8 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  19. 0e8e10d Separate program name from error message with a : by Reid Spencer · 18 years ago
  20. d3e33b2 Terminate an error message with a newline. by Reid Spencer · 18 years ago
  21. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago