1. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  2. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 16 years ago
  3. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  4. c77e4d1 only extract main if the user didn't specify anything to extract by Andrew Lenharth · 17 years ago
  5. 6a021a4 make error message reflect default search function name by Andrew Lenharth · 17 years ago
  6. 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
  7. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  8. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  9. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  10. d2887e4 Separate program name from error message with a : by Reid Spencer · 17 years ago
  11. c52ca08 Terminate an error message with a newline. by Reid Spencer · 17 years ago
  12. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  13. 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 17 years ago
  14. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  15. c48e1db remove EH cruft, add bitcode support by Chris Lattner · 17 years ago
  16. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  17. cdedc3b For PR411: by Reid Spencer · 18 years ago
  18. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  19. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 18 years ago
  20. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  21. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  22. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  23. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  24. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  25. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  26. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  27. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
  28. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
  29. de03bc0 extract has been renamed to llvm-extract to avoid conflicting with another tool by Misha Brukman · 19 years ago
  30. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  31. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  32. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  33. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  34. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  35. bed85ff Header file moved by Chris Lattner · 20 years ago
  36. ca718e4 Add command-line option to select whether to isolate or delete function from by Misha Brukman · 20 years ago
  37. 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 21 years ago
  38. ba9cc1f Give extract -o and -f options, just like every other tool! by Chris Lattner · 21 years ago
  39. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  40. 2040890 Fix extract to use the right TargetData, like Bugpoint does. by Brian Gaeke · 21 years ago
  41. 1dd27b1 fix file header by Chris Lattner · 21 years ago
  42. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  43. 2148bcb Clean up header, remove extra #include by Chris Lattner · 21 years ago
  44. 053134a Make createVerifierPass return a FunctionPass *. by Brian Gaeke · 21 years ago
  45. 5113eb0 Move the function extractor pass from tools/extract into lib/Xform/IPO by Chris Lattner · 22 years ago
  46. 68ed318 * Fix extract to work with constant pointer refs correctly by Chris Lattner · 22 years ago
  47. 71bcba7 Avoid making external global variables internal by Chris Lattner · 22 years ago
  48. 7d3f867 - The extract tool now is sure to extract the function implementation for by Chris Lattner · 22 years ago
  49. 50e3a20 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
  50. 5e1f7ec Remove extraneous #includes by Chris Lattner · 22 years ago
  51. c7a0985 *** empty log message *** by Chris Lattner · 22 years ago
  52. ddd3e61 *** empty log message *** by Chris Lattner · 22 years ago
  53. 33974ca Minor changes due to code juggled around by Chris Lattner · 22 years ago
  54. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  55. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  56. 6a13592 Make sure the extracted function has external linkage, so that it doesn't by Chris Lattner · 22 years ago
  57. 579d914 Initial checkin of the "extract" utility by Chris Lattner · 22 years ago