2013-07-30 |
Rui Ueyama | Implement TokenizeWindowsCommandLine. |
blob | commitdiff | raw |
2013-07-24 |
Rafael Espindola | Don't leak when expanding response files. |
blob | commitdiff | raw | diff to current |
2013-07-18 |
Reid Kleckner | [Support] Beef up and expose the response file parsing... |
blob | commitdiff | raw | diff to current |
2013-06-12 |
Rafael Espindola | Don't use PathV1 in CommandLine.cpp. |
blob | commitdiff | raw | diff to current |
2013-06-12 |
Patrik Hagglund | Fix 'gcc -flto' builds for unittest binaries (undefined... |
blob | commitdiff | raw | diff to current |
2013-06-11 |
Rafael Espindola | Include PathV1.h in files that use it. |
blob | commitdiff | raw | diff to current |
2013-05-10 |
Alexander Kornienko | Better output for long help strings for command-line... |
blob | commitdiff | raw | diff to current |
2013-05-06 |
Andrew Trick | Implemented public interface for modifying registered... |
blob | commitdiff | raw | diff to current |
2013-05-06 |
Andrew Trick | Support command line option categories. |
blob | commitdiff | raw | diff to current |
2013-03-09 |
Craig Topper | Remove an unused member variable from HelpPrinter.... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-10-09 |
Rafael Espindola | Enable response files in all tools. Patch by Liu, Yaxun... |
blob | commitdiff | raw | diff to current |
2012-07-19 |
Bill Wendling | Remove tabs. |
blob | commitdiff | raw | diff to current |
2012-03-12 |
Duncan Sands | Don't cast away constant qualifier. |
blob | commitdiff | raw | diff to current |
2012-02-07 |
David Blaikie | Correct use of const in ParseCommandLineOptions |
blob | commitdiff | raw | diff to current |
2012-01-25 |
Jim Grosbach | Tidy up. s/Low Level Virtual Machine/LLVM/. |
blob | commitdiff | raw | diff to current |
2012-01-23 |
David Blaikie | Remove dead default. |
blob | commitdiff | raw | diff to current |
2012-01-16 |
David Blaikie | Removing unused default switch cases in switches over... |
blob | commitdiff | raw | diff to current |
2012-01-05 |
Sebastian Pop | revert r147542 after comments from Joerg Sonnenberger |
blob | commitdiff | raw | diff to current |
2012-01-04 |
Sebastian Pop | use getHostTriple instead of getDefaultTargetTriple... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
David Blaikie | Add some missing anchors. |
blob | commitdiff | raw | diff to current |
2011-11-01 |
Sebastian Pop | rename getHostTriple into getDefaultTargetTriple |
blob | commitdiff | raw | diff to current |
2011-09-15 |
Benjamin Kramer | CommandLine: Add support for 64 bit unsigned integer... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Chandler Carruth | Move the registered target printing in version strings... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Chandler Carruth | Move the logic for printing the registered targets... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Chandler Carruth | Add an extension point to the CommandLine library where... |
blob | commitdiff | raw | diff to current |
2011-06-13 |
Evan Cheng | Aliased flag options should be directed to stdout,... |
blob | commitdiff | raw | diff to current |
2011-05-02 |
Nick Lewycky | In option typo correction, consider -foo=VALUE flags... |
blob | commitdiff | raw | diff to current |
2011-04-06 |
Frits van Bommel | Fix a few instances of "warning: extra ';' outside... |
blob | commitdiff | raw | diff to current |
2011-04-05 |
Andrew Trick | Added *hidden* flags -print-options and -print-all... |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Daniel Dunbar | Support/CommandLine: Fix LookupNearestOption to also... |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Daniel Dunbar | Support/CommandLine: Add "Did you mean" print for misma... |
blob | commitdiff | raw | diff to current |
2010-12-18 |
Michael J. Spencer | Support/PathV1: Deprecate getLast. |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Michael J. Spencer | MemoryBuffer now return an error_code and returns a... |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Michael J. Spencer | Support/MemoryBuffer: Replace all uses of std::string... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Rafael Espindola | Fix a use after free. Patch by Frits van Bommel. |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Daniel Dunbar | Add new configure option, --disable-timestamps, intende... |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Dan Gohman | Fix minor style issues. |
blob | commitdiff | raw | diff to current |
2010-02-18 |
Duncan Sands | Refer to -help instead of --help since this is what... |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Benjamin Kramer | Replace strcpy with memcpy when we have the length... |
blob | commitdiff | raw | diff to current |
2010-01-09 |
Duncan Sands | Suppress use of uninitialized variable warning. |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Dan Gohman | Print a newline after the Args: line so that unrelated... |
blob | commitdiff | raw | diff to current |
2009-11-25 |
Douglas Gregor | Perform explicit instantiations in the proper namespace... |
blob | commitdiff | raw | diff to current |
2009-11-20 |
Mikhail Glushenkov | Move the handling of CommaSeparated options into Provid... |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Mikhail Glushenkov | Trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Benjamin Kramer | Revert CPU detection code to return "generic" instead... |
blob | commitdiff | raw | diff to current |
2009-11-14 |
Daniel Dunbar | Report the detected host CPU in --version. |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Sandeep Patel | Show command-line args and features passed into backend... |
blob | commitdiff | raw | diff to current |
2009-10-06 |
Nicolas Geoffray | Bugfix for the CommaSeparated option. The original... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Chris Lattner | reapply r82348 with a fix, thanks Jeffrey. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Jeffrey Yasskin | Roll back r82348, which introduced an infinite loop... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | tidy up |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | smallvectorize getExtraOptionNames |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | minor cleanups. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | strength reduce further StringRef-> const char*, saving... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | switch an std::string to StringRef, shaving 400 bytes... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | the switch from std::map -> StringMap caused --help... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | eliminate the duplicate detection loop, moving it into... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | Eliminate a masochistic "algorithm" loop, shrinking... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | don't use count + insert, just do insert + failure... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | switch to SmallPtrSet instead of std::set, saving 1K... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | change an std::sort to an array_pod_sort call, shrinkin... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | Several changes together in a murky mess: |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Daniel Dunbar | Fix refacto, this code was expecting to stride past... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | convert argname to StringRef, simplifying LookupOption. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | convert 'Value' to StringRef which makes it easier to |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | Change CommaSeparated processing to do it with StringRe... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | rewrite ParseCStringVector in terms of stringref. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | coding style cleanup |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | convert a bunch more stuff to use StringRef. The ArgNa... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | avoid a bunch of malloc thrashing for PositinoalVals... |
blob | commitdiff | raw | diff to current |
2009-09-19 |
Chris Lattner | Avoid some temporary strings. |
blob | commitdiff | raw | diff to current |
2009-09-19 |
Chris Lattner | convert a bunch of std::strings to use StringRef. ... |
blob | commitdiff | raw | diff to current |
2009-09-19 |
Benjamin Kramer | Try to speed up the slowest parts of the CommandLine... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Daniel Dunbar | Show derived host triple in --version. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | clean up #includes. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Benjamin Kramer | Remove uses of Streams.h from CommandLine.cpp, fix... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove some uses of llvm/Support/Streams.h |
blob | commitdiff | raw | diff to current |
2009-08-02 |
Benjamin Kramer | Remove duplicated colons and spaces. |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Daniel Dunbar | Sort list of targets in --version. |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Daniel Dunbar | Add registered target list to --version output. |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, |
blob | commitdiff | raw | diff to current |
2009-04-29 |
Bill Wendling | Add support for a character after a command line option... |
blob | commitdiff | raw | diff to current |
2009-04-08 |
Chris Lattner | Remove AllowInverse: it leaks memory and is not the... |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Misha Brukman | * Fixed spelling of `invertible' |
blob | commitdiff | raw | diff to current |
2009-03-28 |
Chris Lattner | move a large method out of line. |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Mike Stump | Improve -fno-opt style option processing to not require... |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Mike Stump | Add opposite_of and inverse_opt to support -fno- style... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Mikhail Glushenkov | Clarify comment. |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Mikhail Glushenkov | Mimic gcc behaviour with regard to response files. |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Mikhail Glushenkov | Support for multi-valued options in CommandLine |
blob | commitdiff | raw | diff to current |
2008-12-23 |
Steve Naroff | Tweak --version to include the date and time. |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Nuno Lopes | remove unused var |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Dan Gohman | Fix command-line option printing to print two spaces... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Matthijs Kooijman | Give a proper error message when a command line option... |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Evan Cheng | Fix more -Wshorten-64-to-32 warnings. |
blob | commitdiff | raw | diff to current |
next |