Windows: Add support for unicode command lines
[oota-llvm.git] / lib / Support / CommandLine.cpp
2013-07-30 Rui UeyamaImplement TokenizeWindowsCommandLine.
2013-07-24 Rafael EspindolaDon't leak when expanding response files.
2013-07-18 Reid Kleckner[Support] Beef up and expose the response file parsing...
2013-06-12 Rafael EspindolaDon't use PathV1 in CommandLine.cpp.
2013-06-12 Patrik HagglundFix 'gcc -flto' builds for unittest binaries (undefined...
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-05-10 Alexander KornienkoBetter output for long help strings for command-line...
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-03-09 Craig TopperRemove an unused member variable from HelpPrinter....
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-09 Rafael EspindolaEnable response files in all tools. Patch by Liu, Yaxun...
2012-07-19 Bill WendlingRemove tabs.
2012-03-12 Duncan SandsDon't cast away constant qualifier.
2012-02-07 David BlaikieCorrect use of const in ParseCommandLineOptions
2012-01-25 Jim GrosbachTidy up. s/Low Level Virtual Machine/LLVM/.
2012-01-23 David BlaikieRemove dead default.
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2011-12-01 David BlaikieAdd some missing anchors.
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-09-15 Benjamin KramerCommandLine: Add support for 64 bit unsigned integer...
2011-07-22 Chandler CarruthMove the registered target printing in version strings...
2011-07-22 Chandler CarruthMove the logic for printing the registered targets...
2011-07-22 Chandler CarruthAdd an extension point to the CommandLine library where...
2011-06-13 Evan ChengAliased flag options should be directed to stdout,...
2011-05-02 Nick LewyckyIn option typo correction, consider -foo=VALUE flags...
2011-04-06 Frits van BommelFix a few instances of "warning: extra ';' outside...
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2011-01-24 Daniel DunbarSupport/CommandLine: Fix LookupNearestOption to also...
2011-01-18 Daniel DunbarSupport/CommandLine: Add "Did you mean" print for misma...
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate getLast.
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-19 Rafael EspindolaFix a use after free. Patch by Frits van Bommel.
2010-05-10 Daniel DunbarAdd new configure option, --disable-timestamps, intende...
2010-03-24 Dan GohmanFix minor style issues.
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-09 Duncan SandsSuppress use of uninitialized variable warning.
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-03 Dan GohmanPrint a newline after the Args: line so that unrelated...
2009-11-25 Douglas GregorPerform explicit instantiations in the proper namespace...
2009-11-20 Mikhail GlushenkovMove the handling of CommaSeparated options into Provid...
2009-11-19 Mikhail GlushenkovTrailing whitespace.
2009-11-17 Benjamin KramerRevert CPU detection code to return "generic" instead...
2009-11-14 Daniel DunbarReport the detected host CPU in --version.
2009-11-11 Sandeep PatelShow command-line args and features passed into backend...
2009-10-06 Nicolas GeoffrayBugfix for the CommaSeparated option. The original...
2009-09-24 Chris Lattnerreapply r82348 with a fix, thanks Jeffrey.
2009-09-24 Jeffrey YasskinRoll back r82348, which introduced an infinite loop...
2009-09-20 Chris Lattnertidy up
2009-09-20 Chris Lattnersmallvectorize getExtraOptionNames
2009-09-20 Chris Lattnerminor cleanups.
2009-09-20 Chris Lattnerstrength reduce further StringRef-> const char*, saving...
2009-09-20 Chris Lattnerswitch an std::string to StringRef, shaving 400 bytes...
2009-09-20 Chris Lattnerthe switch from std::map -> StringMap caused --help...
2009-09-20 Chris Lattnereliminate the duplicate detection loop, moving it into...
2009-09-20 Chris LattnerEliminate a masochistic "algorithm" loop, shrinking...
2009-09-20 Chris Lattnerdon't use count + insert, just do insert + failure...
2009-09-20 Chris Lattnerswitch to SmallPtrSet instead of std::set, saving 1K...
2009-09-20 Chris Lattnerchange an std::sort to an array_pod_sort call, shrinkin...
2009-09-20 Chris LattnerSeveral changes together in a murky mess:
2009-09-20 Daniel DunbarFix refacto, this code was expecting to stride past...
2009-09-20 Chris Lattnerconvert argname to StringRef, simplifying LookupOption.
2009-09-20 Chris Lattnerconvert 'Value' to StringRef which makes it easier to
2009-09-20 Chris LattnerChange CommaSeparated processing to do it with StringRe...
2009-09-20 Chris Lattnerrewrite ParseCStringVector in terms of stringref.
2009-09-20 Chris Lattnercoding style cleanup
2009-09-20 Chris Lattnerconvert a bunch more stuff to use StringRef. The ArgNa...
2009-09-20 Chris Lattneravoid a bunch of malloc thrashing for PositinoalVals...
2009-09-19 Chris LattnerAvoid some temporary strings.
2009-09-19 Chris Lattnerconvert a bunch of std::strings to use StringRef. ...
2009-09-19 Benjamin KramerTry to speed up the slowest parts of the CommandLine...
2009-09-02 Daniel DunbarShow derived host triple in --version.
2009-08-23 Chris Lattnerclean up #includes.
2009-08-23 Benjamin KramerRemove uses of Streams.h from CommandLine.cpp, fix...
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-02 Benjamin KramerRemove duplicated colons and spaces.
2009-07-26 Daniel DunbarSort list of targets in --version.
2009-07-16 Daniel DunbarAdd registered target list to --version output.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-04-29 Bill WendlingAdd support for a character after a command line option...
2009-04-08 Chris LattnerRemove AllowInverse: it leaks memory and is not the...
2009-04-01 Misha Brukman* Fixed spelling of `invertible'
2009-03-28 Chris Lattnermove a large method out of line.
2009-02-02 Mike StumpImprove -fno-opt style option processing to not require...
2009-01-30 Mike StumpAdd opposite_of and inverse_opt to support -fno- style...
2009-01-28 Mikhail GlushenkovClarify comment.
2009-01-21 Mikhail GlushenkovMimic gcc behaviour with regard to response files.
2009-01-16 Mikhail GlushenkovSupport for multi-valued options in CommandLine
2008-12-23 Steve NaroffTweak --version to include the date and time.
2008-12-09 Nuno Lopesremove unused var
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-05-30 Matthijs KooijmanGive a proper error message when a command line option...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
next