1. ca17934 clean up #includes. by Chris Lattner · 16 years ago
  2. d227a3f Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other minor tweaks. by Benjamin Kramer · 16 years ago
  3. d9ea85a remove some uses of llvm/Support/Streams.h by Chris Lattner · 16 years ago
  4. e6864c1 Remove duplicated colons and spaces. by Benjamin Kramer · 16 years ago
  5. 77454a2 Sort list of targets in --version. by Daniel Dunbar · 16 years ago
  6. 603bea3 Add registered target list to --version output. by Daniel Dunbar · 16 years ago
  7. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  8. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  9. 7d696d8 Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
  10. b587f96 Add support for a character after a command line option. Like '-Os'. by Bill Wendling · 16 years ago
  11. 00a7b52 Remove AllowInverse: it leaks memory and is not the right by Chris Lattner · 16 years ago
  12. d485e88 * Fixed spelling of `invertible' * Simplified if statement by Misha Brukman · 16 years ago
  13. e8b6410 move a large method out of line. by Chris Lattner · 16 years ago
  14. d64e0eb Improve -fno-opt style option processing to not require an extra by Mike Stump · 17 years ago
  15. d6f175b Add opposite_of and inverse_opt to support -fno- style options. This by Mike Stump · 17 years ago
  16. 6c55b1c Clarify comment. by Mikhail Glushenkov · 17 years ago
  17. 1421b7b Mimic gcc behaviour with regard to response files. by Mikhail Glushenkov · 17 years ago
  18. 7059d47 Support for multi-valued options in CommandLine by Mikhail Glushenkov · 17 years ago
  19. 1f33f8e Tweak --version to include the date and time. by Steve Naroff · 17 years ago
  20. 34283c8 remove unused var by Nuno Lopes · 17 years ago
  21. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  22. 33540ad Give a proper error message when a command line option is defined more than by Matthijs Kooijman · 17 years ago
  23. 34cd4a4 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 17 years ago
  24. beb4d82 Add support for response files to the CommandLine library. by Mikhail Glushenkov · 17 years ago
  25. 950a4c4 Add explicit keywords. by Dan Gohman · 17 years ago
  26. cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 17 years ago
  27. 61e015f Fix a bug that caused opt and other tools to silently ignore by Dan Gohman · 18 years ago
  28. d57160d Add 'sink' cmdline option. Patch by Mikhail Glushenkov! by Anton Korobeynikov · 18 years ago
  29. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  30. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  31. 9a52632 Pass argc by value, not by reference, since it isn't modified. by Dan Gohman · 18 years ago
  32. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  33. 81da02b Make tail merging the default, except on powerPC. There was no prior art by Dale Johannesen · 18 years ago
  34. 69d6f13 improve the patch for PR1318 to also support grouped options with custom by Chris Lattner · 18 years ago
  35. 159b0a43 Fix PR1318 by reacting appropriately to a mutating option list. by Chris Lattner · 18 years ago
  36. ee2b320 Fix a bug in my earlier commit which exposed positional options backwards. by Chris Lattner · 18 years ago
  37. 9878d6a rearchitect the registration mechanism used by the command line option stuff. by Chris Lattner · 18 years ago
  38. af035f3 remove the dead removeArgument method, rename Options to OptionsMap. by Chris Lattner · 18 years ago
  39. aed293d Add PrintVersionMessage() that tools can use to print version number by Devang Patel · 19 years ago
  40. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 19 years ago
  41. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  42. fe6b146 Removed #include <iostream> and replace with llvm_* streams. by Bill Wendling · 19 years ago
  43. efa3da5 avoid a ctor/dtor issue with the ProgramName global. by Chris Lattner · 19 years ago
  44. 500d8bf shrink anon-ns and mark stuff static. No functionality changes by Chris Lattner · 19 years ago
  45. 90aa839 Fix more static dtor issues by Chris Lattner · 19 years ago
  46. 2328858 Minor code cleanups by Chris Lattner · 19 years ago
  47. 7422a76 Add external definitions for commonly-used template specializations and add by Chris Lattner · 19 years ago
  48. 6f4c607 Make the ProgramName variable a std::string so we can eliminate the path by Reid Spencer · 19 years ago
  49. 023fcf9 For PR797: by Reid Spencer · 19 years ago
  50. abe0e3e If the Program name was NULL then all further output sent to std::cerr was by Jim Laskey · 19 years ago
  51. 433fd76 Add an out-of-line virtual method to provide a home for the cl::option class. by Chris Lattner · 19 years ago
  52. 3fc2f4e Print LLVM version info like this: by Chris Lattner · 19 years ago
  53. 515b5b3 Make it possible to override the standard version printer. Not all tools by Reid Spencer · 19 years ago
  54. a0de843 Fix PR743: emit -help output of a tool to cout, not cerr. by Chris Lattner · 19 years ago
  55. 79959d2 Add support for programs with a null argv[0] by Chris Lattner · 20 years ago
  56. 786e3e2 MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas than by Duraid Madina · 20 years ago
  57. d5bd52c indicate when a tool is a debug build. by Chris Lattner · 20 years ago
  58. 21e1a79 Allow tools with "consume after" options (like lli) to take more positional by Chris Lattner · 20 years ago
  59. de01324 Reject command lines that have too many positional arguments passed (e.g., by Chris Lattner · 20 years ago
  60. 4bf7afc Capitalize by Chris Lattner · 20 years ago
  61. 6d5857e Do not use "" as a sentinal for a missing argument! This fixes PR560. by Chris Lattner · 20 years ago
  62. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  63. a92d12c Work around GCC PR19958, which causes programs to sometimes crash after by Chris Lattner · 21 years ago
  64. 5f8448f Implement and document prefix options with arbitrary values including an by Reid Spencer · 21 years ago
  65. c4ae8e9 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
  66. c540ebb Patches to avoid "leaking" memory on process exit. Patch contributed by by Chris Lattner · 21 years ago
  67. 5cc498f Add a comment to some code that at first glance just doesn't look right. by Reid Spencer · 21 years ago
  68. 9bbba091 Per code review: by Reid Spencer · 21 years ago
  69. ad0846b 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
  70. fb4863a Replace uses of llvm.org with llvm.cs.uiuc.edu by Misha Brukman · 21 years ago
  71. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  72. e1cc150 Make CommandLine prefix error output with the name of the program. by Reid Spencer · 21 years ago
  73. 1e13fd2 Allow any cl::opt to use the method getPosition() to retrieve the option's by Reid Spencer · 21 years ago
  74. 69105f3 Add a --version option for every tool that prints out: by Reid Spencer · 21 years ago
  75. f98cfc7 Add a workaround for a GCC 3.3.2 bug by Chris Lattner · 21 years ago
  76. 5114004 Fix compilation on internix by Chris Lattner · 21 years ago
  77. bf455c2 Implement the new cl::PositionalEatsArgs flag, refactor code a bit by Chris Lattner · 21 years ago
  78. 5f65add Hide variable from other functions. by Alkis Evlogimenos · 21 years ago
  79. 2cdd21c Finegrainify namespacification by Chris Lattner · 22 years ago
  80. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  81. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  82. 2d6a236 Change to use strtoul instead of strtoll. by Brian Gaeke · 22 years ago
  83. c86e84b Add missing apostrophe. It's been bugging me for years. by Brian Gaeke · 22 years ago
  84. 950971d Fixed spelling & grammar. by Misha Brukman · 22 years ago
  85. c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 22 years ago
  86. 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 22 years ago
  87. 9cf3d47 Add support for "named positional arguments" by Chris Lattner · 22 years ago
  88. 1115e04 Fixed grammatical error. by Misha Brukman · 22 years ago
  89. b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 22 years ago
  90. dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 22 years ago
  91. d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 22 years ago
  92. 72fb8e5 Add new CommaSeparated option modifier by Chris Lattner · 22 years ago
  93. ca6433f Destroy using declarations by Chris Lattner · 22 years ago
  94. 9b14eb5 Simplify writing custom parsers. by Chris Lattner · 23 years ago
  95. b490c20 Fix lli with no arguments by Chris Lattner · 23 years ago
  96. d16714b Fix bug that was causing problems for lli by Chris Lattner · 23 years ago
  97. e8e258b * Fix assertion failure caused by command line argument getting removed after by Chris Lattner · 23 years ago
  98. 99b7c1a Remove needless #include by Chris Lattner · 23 years ago
  99. 0c0edf8 *** empty log message *** by Chris Lattner · 23 years ago
  100. faba809 Fix a bug exposed by lli by Chris Lattner · 23 years ago