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