projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fixing the polly build.
[oota-llvm.git]
/
include
/
llvm
/
Support
/
CommandLine.h
2015-05-28
Chris Bieneman
Fixing the polly build.
blob
|
commitdiff
|
raw
2015-05-28
Chris Bieneman
Re-landing "Refactoring cl::list_storage from "is a...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
Chris Bieneman
Revert "Refactoring cl::list_storage from "is a" to...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
Chris Bieneman
Refactoring cl::list_storage from "is a" to "has a...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
David Blaikie
Recommit r231221: "Devirtualize ~parser<T> by making...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
NAKAMURA Takumi
Revert r231221, "Devirtualize ~parser<T> by making...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
David Blaikie
Devirtualize ~parser<T> by making it protected in base...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
David Blaikie
Avoid copying parser objects
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
David Blaikie
Make OptionValue explicitly copyable
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
David Blaikie
Devirtualize OptionValue::~OptionValue in favor of...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-03
David Blaikie
Revert "Remove the explicit SDNodeIterator::operator...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-03
David Blaikie
Remove the explicit SDNodeIterator::operator= in favor...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-15
Benjamin Kramer
CommandLine: Use variadic templates to simplify opt...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-28
Chris Bieneman
Moving AddLiteralOption's declaration higher up in...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-28
Chris Bieneman
Refactoring llvm command line parsing and option regist...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
Chris Bieneman
Re-landing changes to use ArrayRef instead of SmallVect...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
Richard Trieu
Revert r227148 & r227154 which added a test which infin...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
Chris Bieneman
One more fix to the new API to fix const-correctness.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-26
Chris Bieneman
Pete Cooper suggested the new API should use ArrayRef...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-26
Chris Bieneman
Add new HideUnrelatedOptions API that takes a SmallVect...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Chris Bieneman
Refactoring cl::parser construction and initialization.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Chris Bieneman
Making deleted copy constructors and operators to be...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Chris Bieneman
Assigning and copying command line option objects shoul...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-21
Chris Bieneman
Adding a new cl::HideUnrelatedOptions API to allow...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-13
Chris Bieneman
Running clang-format on CommandLine.h and CommandLine...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-04
Reid Kleckner
Rename END_WITH_NULL to LLVM_END_WITH_NULL and move...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-22
Reid Kleckner
Fix PR17239 by changing the semantics of the RemainingA...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-15
Sean Silva
Revert "[Support] Promote cl::StringSaver to a separate...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-15
Sean Silva
[Support] Promote cl::StringSaver to a separate utility
blob
|
commitdiff
|
raw
|
diff to current
2014-07-14
Justin Bogner
Support: Fix option handling when using cl::Required...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-09
Craig Topper
[C++11] Replace some comparisons with 'nullptr' with...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-07
Craig Topper
[C++11] Make use of 'nullptr' in the Support library.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-07
Benjamin Kramer
[C++11] Replace LLVM-style type traits with C++11 stand...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-04
Craig Topper
[C+11] Add 'override' keyword to methods in the support...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Craig Topper
Switch all uses of LLVM_OVERRIDE to just use 'override...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-27
Alexander Kornienko
Re-apply r200853, which should not crash after Clang...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-19
Tobias Grosser
Avoid collisions with Objective-C++ keywords
blob
|
commitdiff
|
raw
|
diff to current
2014-02-05
Rafael Espindola
Revert "Fix an invalid check for duplicate option categ...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-05
Alexander Kornienko
Fix an invalid check for duplicate option categories.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-29
Jordan Rose
[CommandLine] Aliases require an value if their target...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-19
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
blob
|
commitdiff
|
raw
|
diff to current
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
blob
|
commitdiff
|
raw
|
diff to current
2013-07-18
Hans Wennborg
Fix -Wdocumentation warning
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
Patrik Hagglund
Fix 'gcc -flto' builds for unittest binaries (undefined...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-08
Dmitri Gribenko
Use correct parameter names in comments [-Wdocumentation]
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-06
Andrew Trick
Generalize my previous fix for -print-options.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-19
Jakub Staszak
Simplify code. No functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Sort the #include lines for the include/... tree with...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-05
Rafael Espindola
Add missing this->. Fixes pr14238.
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-09-23
Craig Topper
Add LLVM_OVERRIDE to methods that override their base...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-13
Alexander Kornienko
Initializers for some fields were missing in Option...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-18
Nick Kledzik
fix warnings when compiling with -Wshadow
blob
|
commitdiff
|
raw
|
diff to current
2012-02-07
David Blaikie
Correct use of const in ParseCommandLineOptions
blob
|
commitdiff
|
raw
|
diff to current
2012-02-05
Craig Topper
Convert assert(0) to llvm_unreachable
blob
|
commitdiff
|
raw
|
diff to current
2012-01-24
David Blaikie
Reword comment based on feedback by Duncan Sands.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
David Blaikie
Changing bitfield enums to unsigned ints.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
David Blaikie
Simplify llvm::cl::Option by using a bit field instead...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-01
David Blaikie
Add some missing anchors.
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
Add an extension point to the CommandLine library where...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-22
Frits van Bommel
Comment out some unused parameter names to silence...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-05
Andrew Trick
Fix a typo.
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
2010-08-10
Mikhail Glushenkov
Trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Rafael Espindola
Some cleanup. Use a class (OptionInfo) instead of a...
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-02-09
Chris Lattner
enhance bits_storage to work with enums by using a...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-11
Anders Carlsson
Add qualifiers for calls to member functions in depende...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-05
Douglas Gregor
Move llvm::cl::opt's conversion function into the base...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-05
Chris Lattner
Declare classes with matched tags, pointed out by a...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-14
Eric Christopher
Remove a bunch of unused arguments from functions,...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-04
Evan Cheng
Rename enum NumOccurrences to NumOccurrencesFlag since...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-20
Chris Lattner
smallvectorize getExtraOptionNames
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-19
Chris Lattner
convert a bunch of std::strings to use StringRef. ...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-03
Daniel Dunbar
Fix some comments referring to std::cerr.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-02
Benjamin Kramer
Remove duplicated colons and spaces.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-17
Mikhail Glushenkov
Fix comment.
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
Dan Gohman
Use CHAR_BIT instead of hard-coding 8 in several places...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-01
Misha Brukman
* Fixed spelling of `invertible'
blob
|
commitdiff
|
raw
|
diff to current
2009-03-29
Bill Wendling
Constify check. This fixes PR3900.
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-03-27
Mike Stump
Allow invertable -xno- style optins as well.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-19
Sebastian Redl
Fix the Win32 VS2008 build:
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-16
Mikhail Glushenkov
Support for multi-valued options in CommandLine
blob
|
commitdiff
|
raw
|
diff to current
2009-01-02
Misha Brukman
* Alphabetized system headers per the style guide
blob
|
commitdiff
|
raw
|
diff to current
2008-05-20
Steve Naroff
Silence a warning about "*/" outside a comment.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-19
Bill Wendling
Remove warnings about unused parameters and shadowed...
blob
|
commitdiff
|
raw
|
diff to current
next