Refactor: Simplify boolean conditional return statements in llvm/lib/Support
[oota-llvm.git] / lib / Support / CommandLine.cpp
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-11-17 David BlaikieStringRef-ify some Option APIs
2015-08-13 Rafael EspindolaThere is only one saver of strings.
2015-07-13 Benjamin KramerRemove macro guards for extern template instantiations.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-14 Benjamin KramerCommandLine: Replace cold std::sort with array_pod_sort.
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-13 Chris BienemanFixing broken bots.
2015-02-13 Chris BienemanNFC. Moving the RegisteredOptionCategories global into...
2015-02-13 Chris BienemanNFC. clang-format wants to change this from two lines...
2015-02-13 Chris BienemanNFC. More code cleanup making LookupOption a member...
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
2015-01-30 Chris BienemanNFC. Making printOptionValues an API on the parser...
2015-01-29 NAKAMURA TakumiCommandLineParser: Avoid non-static member nitializer(s).
2015-01-28 Chris BienemanBuild fix for Visual Studio. NFC.
2015-01-28 Chris BienemanRefactoring llvm command line parsing and option regist...
2015-01-27 Chris BienemanRe-landing changes to use ArrayRef instead of SmallVect...
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
2015-01-26 Chris BienemanPete Cooper suggested the new API should use ArrayRef...
2015-01-26 Chris BienemanAdd new HideUnrelatedOptions API that takes a SmallVect...
2015-01-26 Chris BienemanPutting all the standard tool options into a "Generic...
2015-01-24 Yunzhong GaoIf we see UTF-8 BOM sequence at the beginning of a...
2015-01-21 Chris BienemanAdding a new cl::HideUnrelatedOptions API to allow...
2015-01-13 Chris BienemanRunning clang-format on CommandLine.h and CommandLine...
2014-12-11 Michael IlsemanSilence static analyzer warnings in LLVMSupport.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
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...
next