1. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  2. 5ea56e5 clean up comments by Chris Lattner · 20 years ago
  3. 4b724b1 This has been deprecated for long enough, nuke it. by Chris Lattner · 20 years ago
  4. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  5. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  6. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  7. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  8. a822160 Eliminate more traces of the -c option by Chris Lattner · 20 years ago
  9. bed85ff Header file moved by Chris Lattner · 20 years ago
  10. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  11. dc5feab Break a line that's over 80cols into two. by Misha Brukman · 21 years ago
  12. e8e7a18 Do not advertise our -c option anymore by Chris Lattner · 21 years ago
  13. 2f1f8e0 Mercilessly rip the cbackend out of llvm-dis. Leave a helpful error message by Chris Lattner · 21 years ago
  14. 055b3ff Change how we create the cwriter, and add a buttload of libraries that it now by Chris Lattner · 21 years ago
  15. 6a45da0 Restore the -llvm option by Chris Lattner · 21 years ago
  16. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  17. 1dd27b1 fix file header by Chris Lattner · 21 years ago
  18. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  19. 452fea9 Fix grammar. by Misha Brukman · 21 years ago
  20. ad0bf0f Renaming LLVM `dis' to `llvm-dis'. by Misha Brukman · 21 years ago
  21. 3ce0ea8 Add support for: -o - by Chris Lattner · 21 years ago
  22. 6c8103f Kill using declarations by Chris Lattner · 21 years ago
  23. 56620da Give verbose error messages if bytecode file cannot be parsed by Chris Lattner · 21 years ago
  24. 93c2668 Make sure to close the file before deleting it by Chris Lattner · 22 years ago
  25. b4ee4f9 Minor non-functionality changing changes. by Chris Lattner · 22 years ago
  26. d14d376 Avoid deleting the ostream more than once. by Chris Lattner · 22 years ago
  27. 0179450 - Converted CWriter to be an LLVM pass. by Chris Lattner · 22 years ago
  28. fa03cc7 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
  29. c7a0985 *** empty log message *** by Chris Lattner · 22 years ago
  30. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  31. aa3904f Clean up dis so that it does not print out code in various traversal orders. by Chris Lattner · 22 years ago
  32. 9ddc86c *** empty log message *** by Sumant Kowshik · 22 years ago
  33. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  34. 76d1229 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 22 years ago
  35. bc55a31 Remove extranous #include by Chris Lattner · 23 years ago
  36. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  37. bee1940 GCC3.0.4 crashes when compiling this. Comment it out for now by Chris Lattner · 23 years ago
  38. 04bb837 Genericize the ReversePostOrderIterator. by Chris Lattner · 23 years ago
  39. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
  40. 888912d In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 23 years ago
  41. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  42. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  43. 1d7b50b Fix comment flyer by Chris Lattner · 23 years ago
  44. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 23 years ago
  45. 1e78f36 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 23 years ago
  46. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 23 years ago
  47. 0f68368 Verbosify descriptions by Chris Lattner · 23 years ago
  48. 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 23 years ago
  49. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 23 years ago
  50. 9bff2e9 Added options to print out basic blocks in a variety of different orderings by Chris Lattner · 23 years ago
  51. 0095054 Initial revision by Chris Lattner · 23 years ago