1. b9f25f9 eliminate the ostream version of CheckBitcodeOutputToConsole, by Chris Lattner · 16 years ago
  2. 9e6f1f1 Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
  3. ee05152 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 16 years ago
  4. 19251ec 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
  5. 607818a Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 16 years ago
  6. a76611a switch the .ll parser into SMDiagnostic. by Chris Lattner · 16 years ago
  7. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  8. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  9. e3fc2d1 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 17 years ago
  10. ac161bf Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 17 years ago
  11. c6f915e Add -disable-output option. by Devang Patel · 18 years ago
  12. 345353d remove attributions from tools. by Chris Lattner · 18 years ago
  13. 2c6a821 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  14. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  15. 6d80e21 switch tools to bitcode instead of bytecode by Chris Lattner · 19 years ago
  16. 52e1f0f add a temporary -bitcode option, which instructs llvm-as to produce a bitcode file instead of a bytecode file by Chris Lattner · 19 years ago
  17. 19bb6b9 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
  18. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  19. 76d4632 make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 19 years ago
  20. afd54eb Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  21. 713eedc For PR797: by Reid Spencer · 19 years ago
  22. 5734e8d Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 19 years ago
  23. d659289 Silly cleanup by Chris Lattner · 20 years ago
  24. 650ba8e Remove trailing whitespace by Misha Brukman · 21 years ago
  25. 6983f5d Print the module, not the pointer. by Chris Lattner · 21 years ago
  26. c8f1f4b Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  27. 742af2f Prevent output of bytecode to std::cout unless the --force flag is given. by Reid Spencer · 21 years ago
  28. ca7d19e2 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 21 years ago
  29. 996ec72 For PR351: by Reid Spencer · 21 years ago
  30. b2d0fa0 Fix usage of changed function prototype by Reid Spencer · 21 years ago
  31. 505b225 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 21 years ago
  32. feb3d50 Turn on compression by default. by Reid Spencer · 21 years ago
  33. 2e49204 Add support for compressed bytecode by Reid Spencer · 21 years ago
  34. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  35. e3263ec The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  36. ab1aeda Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 21 years ago
  37. 2c1bc9e There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 21 years ago
  38. a9e8360 Correct an output typo. by Reid Spencer · 21 years ago
  39. f0ebb25 Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  40. 10247b1 Write .bc files to binary ostreams. This shouldn't change anything on unix, by Chris Lattner · 21 years ago
  41. 278f515 Header file moved by Chris Lattner · 22 years ago
  42. 12439ff Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 22 years ago
  43. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  44. 22feb17 Fix file header by Chris Lattner · 22 years ago
  45. 09344dc Added copyright header to all C++ source files. by John Criswell · 22 years ago
  46. d676974 Fix grammar. by Misha Brukman · 22 years ago
  47. 9893027 Renaming LLVM `as' to `llvm-as'. by Misha Brukman · 22 years ago
  48. 016ccdf Add new -disable-verify option by Chris Lattner · 22 years ago
  49. 306f8b4 Add support for: -o - by Chris Lattner · 23 years ago
  50. 02a1683 Kill using declarations by Chris Lattner · 23 years ago
  51. 4a84ad57 by Chris Lattner · 23 years ago
  52. 6f43f6d by Chris Lattner · 23 years ago
  53. 880cfed *** empty log message *** by Chris Lattner · 23 years ago
  54. f5cad15 *** empty log message *** by Chris Lattner · 23 years ago
  55. a3a1ba1 Clean up anands patch by Chris Lattner · 23 years ago
  56. 68c9977 Changes for 64bit gcc by Anand Shukla · 23 years ago
  57. d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
  58. 17a4573 Use operator << to print modules by Chris Lattner · 24 years ago
  59. c065ad8 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 24 years ago
  60. 3c70719 use dump method instead of Asm/Writer to do debug printing by Chris Lattner · 24 years ago
  61. 0e11e54 In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 24 years ago
  62. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  63. 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  64. ab0cc40 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 24 years ago
  65. e2472bb Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  66. 0af2464 Large scale changes to implement new command line argument facility by Chris Lattner · 24 years ago
  67. 2f7c963 Initial revision by Chris Lattner · 25 years ago