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