Fix bug where sys::Wait could wait on wrong pid.
[oota-llvm.git] / lib / Support / CommandLine.cpp
2014-10-16 Peter CollingbourneIntroduce LLVMParseCommandLineOptions C API function.
2014-10-15 Chris BienemanDefining a new API for debug options that doesn't rely...
2014-08-22 Reid KlecknerFix PR17239 by changing the semantics of the RemainingA...
2014-08-15 Sean SilvaRevert "[Support] Promote cl::StringSaver to a separate...
2014-08-15 Sean Silva[Support] Promote cl::StringSaver to a separate utility
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-14 Justin BognerSupport: Use a range-based for
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-19 Alp TokerCommandLine: bail out when options get multiply registered
2014-06-17 Justin Bognertools: Add a space between package version and LLVM_VER...
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-04-23 NAKAMURA Takumicl::ParseCommandLineOptions(): Use StringRef to receive...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-28 Justin BognerCommandLine: Exit successfully for -version and -help
2014-02-27 Alexander KornienkoRe-apply r200853, which should not crash after Clang...
2014-02-07 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-02-05 Rafael EspindolaRevert "Fix an invalid check for duplicate option categ...
2014-02-05 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-01-29 Jordan Rose[CommandLine] Aliases require an value if their target...
2014-01-24 Alp TokerFix known typos
2013-12-06 Justin BognerSupport: Fix handling of args that begin with @ but...
2013-12-03 Reid KlecknerReturn true on success in cl::ExpandResponseFiles
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
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...
next