1. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  2. 3750ae2 Removed #include <iostream> and replace with llvm_* streams. by Bill Wendling · 19 years ago
  3. 5af1cbc avoid a ctor/dtor issue with the ProgramName global. by Chris Lattner · 19 years ago
  4. adb19d6 shrink anon-ns and mark stuff static. No functionality changes by Chris Lattner · 19 years ago
  5. 8111c59 Fix more static dtor issues by Chris Lattner · 19 years ago
  6. 2de6e33 Minor code cleanups by Chris Lattner · 19 years ago
  7. 3e5d60f Add external definitions for commonly-used template specializations and add by Chris Lattner · 19 years ago
  8. bd156a9 Make the ProgramName variable a std::string so we can eliminate the path by Reid Spencer · 19 years ago
  9. c295914 For PR797: by Reid Spencer · 19 years ago
  10. 82cd9c5 If the Program name was NULL then all further output sent to std::cerr was by Jim Laskey · 19 years ago
  11. a0ddced Add an out-of-line virtual method to provide a home for the cl::option class. by Chris Lattner · 19 years ago
  12. 8ac22e7 Print LLVM version info like this: by Chris Lattner · 19 years ago
  13. b317167 Make it possible to override the standard version printer. Not all tools by Reid Spencer · 19 years ago
  14. 1b7a515 Fix PR743: emit -help output of a tool to cout, not cerr. by Chris Lattner · 19 years ago
  15. f64762c Add support for programs with a null argv[0] by Chris Lattner · 20 years ago
  16. 36501f5 MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas than by Duraid Madina · 20 years ago
  17. fdc8b19 indicate when a tool is a debug build. by Chris Lattner · 20 years ago
  18. d09a9a7 Allow tools with "consume after" options (like lli) to take more positional by Chris Lattner · 20 years ago
  19. d380d84 Reject command lines that have too many positional arguments passed (e.g., by Chris Lattner · 20 years ago
  20. 88bb445 Capitalize by Chris Lattner · 20 years ago
  21. c18e92f Do not use "" as a sentinal for a missing argument! This fixes PR560. by Chris Lattner · 20 years ago
  22. 10468d8 Remove trailing whitespace by Misha Brukman · 20 years ago
  23. a3a55bf Work around GCC PR19958, which causes programs to sometimes crash after by Chris Lattner · 21 years ago
  24. 80bb693 Implement and document prefix options with arbitrary values including an by Reid Spencer · 21 years ago
  25. d27b014 Fixed assertion from triggering. We need to check if the commandline map is empty before checking if an arg exists. by Tanya Lattner · 21 years ago
  26. 37bcd99 Patches to avoid "leaking" memory on process exit. Patch contributed by by Chris Lattner · 21 years ago
  27. f0173e0 Add a comment to some code that at first glance just doesn't look right. by Reid Spencer · 21 years ago
  28. 5e55470 Per code review: by Reid Spencer · 21 years ago
  29. 1f4ab8b Implement the MoreHelp utility that calls a function to printmore help information if the MoreHelp global is not null. by Reid Spencer · 21 years ago
  30. 8a75d2e Replace uses of llvm.org with llvm.cs.uiuc.edu by Misha Brukman · 21 years ago
  31. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  32. 9501b9b Make CommandLine prefix error output with the name of the program. by Reid Spencer · 21 years ago
  33. 2027a6f Allow any cl::opt to use the method getPosition() to retrieve the option's by Reid Spencer · 21 years ago
  34. ff6cc12 Add a --version option for every tool that prints out: by Reid Spencer · 21 years ago
  35. 13e5831 Add a workaround for a GCC 3.3.2 bug by Chris Lattner · 21 years ago
  36. d3ecc61 Fix compilation on internix by Chris Lattner · 21 years ago
  37. a60f355 Implement the new cl::PositionalEatsArgs flag, refactor code a bit by Chris Lattner · 21 years ago
  38. 33cb426 Hide variable from other functions. by Alkis Evlogimenos · 22 years ago
  39. c9499b6 Finegrainify namespacification by Chris Lattner · 22 years ago
  40. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  41. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  42. e5e5322 Change to use strtoul instead of strtoll. by Brian Gaeke · 22 years ago
  43. 6d069fc Add missing apostrophe. It's been bugging me for years. by Brian Gaeke · 22 years ago
  44. c08758a Fixed spelling & grammar. by Misha Brukman · 22 years ago
  45. 497216d lib/Support/CommandLine.cpp: by Brian Gaeke · 22 years ago
  46. ca782d9 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 22 years ago
  47. 2da046f Add support for "named positional arguments" by Chris Lattner · 22 years ago
  48. 5258e59 Fixed grammatical error. by Misha Brukman · 22 years ago
  49. c18333a Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 22 years ago
  50. 069e6b5 `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 22 years ago
  51. 719c715 Add support for 'unsigned' command line arguments by Chris Lattner · 22 years ago
  52. 929f27a Add new CommaSeparated option modifier by Chris Lattner · 22 years ago
  53. a87170a Destroy using declarations by Chris Lattner · 22 years ago
  54. b4101b1 Simplify writing custom parsers. by Chris Lattner · 23 years ago
  55. 551e120 Fix lli with no arguments by Chris Lattner · 23 years ago
  56. 150e46b Fix bug that was causing problems for lli by Chris Lattner · 23 years ago
  57. 1f790af * Fix assertion failure caused by command line argument getting removed after by Chris Lattner · 23 years ago
  58. e04258d Remove needless #include by Chris Lattner · 23 years ago
  59. 10073a9 *** empty log message *** by Chris Lattner · 23 years ago
  60. ca0e79e Fix a bug exposed by lli by Chris Lattner · 23 years ago
  61. 494c0b0 *** empty log message *** by Chris Lattner · 23 years ago
  62. d49ea88 Minor bugfix, prevents error in LLI by Chris Lattner · 23 years ago
  63. 5df56c4 Checkin CommandLine 2.0 by Chris Lattner · 23 years ago
  64. 8f7b500 Add ability to update existing variables with values read from the command line by Chris Lattner · 23 years ago
  65. d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
  66. 2294b4e 64 bit clean now by Chris Lattner · 24 years ago
  67. c2ef08c If an invalid alternative is listed for an argument, print the valid options by Chris Lattner · 24 years ago
  68. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  69. 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  70. f0f9105 * Implement support for folding multiple single letter arguments together like by Chris Lattner · 24 years ago
  71. e81c409 Provide option to enable eating of all arguments following a specific one by Chris Lattner · 24 years ago
  72. d4617cd Clean up error handling a bit. Add / as a seperator for command line arguments. This is just a big old ugly hack. by Chris Lattner · 24 years ago
  73. 675db8d Add StringList support by Chris Lattner · 24 years ago
  74. fd7f856 Fixed a bug exposed when doing something like this: <program> -notanoption --help by Chris Lattner · 24 years ago
  75. 46c7346 Doh! Wrong Optional flag. :( by Chris Lattner · 24 years ago
  76. 81cc83d Add a comment indicating that there is documentation of the library by Chris Lattner · 24 years ago
  77. 4fdde2c Minor changes to implementation of CommandLine library to let users override by Chris Lattner · 24 years ago
  78. ab0cc40 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 24 years ago
  79. e2472bb Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  80. 36a57d3 Initial checkin by Chris Lattner · 24 years ago