index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
include
/
llvm
/
Support
/
CommandLine.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Devirtualize OptionValue::~OptionValue in favor of protected in the base, wit...
David Blaikie
2015-03-04
1
-5
/
+19
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
1
-26
/
+10
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
1
-10
/
+26
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-8
/
+8
*
CommandLine: Use variadic templates to simplify opt constructors.
Benjamin Kramer
2015-02-15
1
-295
/
+20
*
Moving AddLiteralOption's declaration higher up in the header to make gcc happy.
Chris Bieneman
2015-01-28
1
-9
/
+12
*
Refactoring llvm command line parsing and option registration.
Chris Bieneman
2015-01-28
1
-16
/
+21
*
Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.
Chris Bieneman
2015-01-27
1
-1
/
+2
*
Revert r227148 & r227154 which added a test which infinitely loops.
Richard Trieu
2015-01-27
1
-2
/
+1
*
One more fix to the new API to fix const-correctness.
Chris Bieneman
2015-01-27
1
-1
/
+1
*
Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorI...
Chris Bieneman
2015-01-26
1
-1
/
+2
*
Add new HideUnrelatedOptions API that takes a SmallVectorImpl.
Chris Bieneman
2015-01-26
1
-0
/
+9
*
Refactoring cl::parser construction and initialization.
Chris Bieneman
2015-01-22
1
-41
/
+58
*
Making deleted copy constructors and operators to be private for better diagn...
Chris Bieneman
2015-01-22
1
-16
/
+16
*
Assigning and copying command line option objects shouldn't be allowed.
Chris Bieneman
2015-01-22
1
-0
/
+16
*
Adding a new cl::HideUnrelatedOptions API to allow clang to migrate off cl::g...
Chris Bieneman
2015-01-21
1
-0
/
+9
*
Running clang-format on CommandLine.h and CommandLine.cpp.
Chris Bieneman
2015-01-13
1
-380
/
+433
*
Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.h
Reid Kleckner
2014-11-04
1
-3
/
+3
*
Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind
Reid Kleckner
2014-08-22
1
-5
/
+19
*
Revert "[Support] Promote cl::StringSaver to a separate utility"
Sean Silva
2014-08-15
1
-1
/
+9
*
[Support] Promote cl::StringSaver to a separate utility
Sean Silva
2014-08-15
1
-9
/
+1
*
Support: Fix option handling when using cl::Required with aliasopt
Justin Bogner
2014-07-14
1
-2
/
+6
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-1
/
+1
*
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...
Craig Topper
2014-04-09
1
-1
/
+1
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-13
/
+14
*
[C++11] Replace LLVM-style type traits with C++11 standard ones.
Benjamin Kramer
2014-03-07
1
-3
/
+2
*
[C+11] Add 'override' keyword to methods in the support library.
Craig Topper
2014-03-04
1
-51
/
+57
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-5
/
+5
*
Re-apply r200853, which should not crash after Clang plugins were converted t...
Alexander Kornienko
2014-02-27
1
-2
/
+2
*
Avoid collisions with Objective-C++ keywords
Tobias Grosser
2014-02-19
1
-6
/
+6
*
Revert "Fix an invalid check for duplicate option categories."
Rafael Espindola
2014-02-05
1
-2
/
+2
*
Fix an invalid check for duplicate option categories.
Alexander Kornienko
2014-02-05
1
-2
/
+2
*
[CommandLine] Aliases require an value if their target requires a value.
Jordan Rose
2014-01-29
1
-0
/
+10
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+4
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-4
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+4
*
Fix -Wdocumentation warning
Hans Wennborg
2013-07-18
1
-1
/
+1
*
[Support] Beef up and expose the response file parsing in llvm::cl
Reid Kleckner
2013-07-18
1
-0
/
+53
*
Fix 'gcc -flto' builds for unittest binaries (undefined reference to
Patrik Hagglund
2013-06-12
1
-2
/
+0
*
Use correct parameter names in comments [-Wdocumentation]
Dmitri Gribenko
2013-05-08
1
-3
/
+3
*
Implemented public interface for modifying registered (not positional or sink...
Andrew Trick
2013-05-06
1
-0
/
+34
*
Support command line option categories.
Andrew Trick
2013-05-06
1
-8
/
+42
*
Generalize my previous fix for -print-options.
Andrew Trick
2013-03-06
1
-1
/
+1
*
Simplify code. No functionality change.
Jakub Staszak
2013-02-19
1
-4
/
+2
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Add missing this->. Fixes pr14238.
Rafael Espindola
2012-11-05
1
-1
/
+1
*
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-10-09
1
-4
/
+2
*
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-23
1
-4
/
+5
*
Initializers for some fields were missing in Option::Option
Alexander Kornienko
2012-07-13
1
-4
/
+4
[prev]
[next]