summaryrefslogtreecommitdiff
path: root/lib/Support/CommandLine.cpp
Commit message (Expand)AuthorAge
...
* convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner2009-09-19
* Try to speed up the slowest parts of the CommandLine libraryBenjamin Kramer2009-09-19
* Show derived host triple in --version.Daniel Dunbar2009-09-02
* clean up #includes.Chris Lattner2009-08-23
* Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other ...Benjamin Kramer2009-08-23
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-23
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-02
* Sort list of targets in --version.Daniel Dunbar2009-07-26
* Add registered target list to --version output.Daniel Dunbar2009-07-16
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-11
* Add support for a character after a command line option. Like '-Os'.Bill Wendling2009-04-29
* Remove AllowInverse: it leaks memory and is not the rightChris Lattner2009-04-08
* * Fixed spelling of `invertible'Misha Brukman2009-04-01
* move a large method out of line.Chris Lattner2009-03-28
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-02
* Add opposite_of and inverse_opt to support -fno- style options. ThisMike Stump2009-01-30
* Clarify comment.Mikhail Glushenkov2009-01-28
* Mimic gcc behaviour with regard to response files.Mikhail Glushenkov2009-01-21
* Support for multi-valued options in CommandLineMikhail Glushenkov2009-01-16
* Tweak --version to include the date and time.Steve Naroff2008-12-23
* remove unused varNuno Lopes2008-12-09
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-14
* Give a proper error message when a command line option is defined more thanMatthijs Kooijman2008-05-30
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Add support for response files to the CommandLine library.Mikhail Glushenkov2008-04-28
* Add explicit keywords.Dan Gohman2008-03-25
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-25
* Fix a bug that caused opt and other tools to silently ignoreDan Gohman2008-02-23
* Add 'sink' cmdline option. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-02-20
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Pass argc by value, not by reference, since it isn't modified.Dan Gohman2007-10-09
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-22
* improve the patch for PR1318 to also support grouped options with customChris Lattner2007-04-12
* Fix PR1318 by reacting appropriately to a mutating option list.Chris Lattner2007-04-11
* Fix a bug in my earlier commit which exposed positional options backwards.Chris Lattner2007-04-07
* rearchitect the registration mechanism used by the command line option stuff.Chris Lattner2007-04-06
* remove the dead removeArgument method, rename Options to OptionsMap.Chris Lattner2007-04-05
* Add PrintVersionMessage() that tools can use to print version numberDevang Patel2007-02-01
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-07
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Removed #include <iostream> and replace with llvm_* streams.Bill Wendling2006-11-26
* avoid a ctor/dtor issue with the ProgramName global.Chris Lattner2006-10-13
* shrink anon-ns and mark stuff static. No functionality changesChris Lattner2006-10-12
* Fix more static dtor issuesChris Lattner2006-10-04
* Minor code cleanupsChris Lattner2006-08-27
* Add external definitions for commonly-used template specializations and addChris Lattner2006-08-27