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
*
[Support][CommandLine] Make it possible to get error messages from ParseComma...
Eric Liu
2017-03-15
1
-1
/
+4
*
Add initial support for debug counting
Daniel Berlin
2017-02-19
1
-0
/
+3
*
Make some operator bools explicit for sanity/safety.
David Blaikie
2017-01-11
1
-1
/
+1
*
[IR] Fix some Clang-tidy modernize-use-equals-delete and Include What You Use...
Eugene Zelenko
2016-12-05
1
-1
/
+0
*
Fix broken buildbots because of r288424 (NFC).
Eugene Zelenko
2016-12-01
1
-0
/
+1
*
[ADT, Support, TableGen] Fix some Clang-tidy modernize-use-default and Includ...
Eugene Zelenko
2016-12-01
1
-33
/
+64
*
[CommandLine] Remove redundant initializers for StringRef members
Malcolm Parsons
2016-11-24
1
-4
/
+4
*
Allow resolving response file names relative to including file
Serge Pavlov
2016-11-01
1
-1
/
+3
*
Add `llvm::` in clEnumVal macro (NFC)
Mehdi Amini
2016-10-14
1
-2
/
+2
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-33
/
+24
*
[Support][CommandLine] Add cl::getRegisteredSubcommands()
Dean Michael Berris
2016-10-05
1
-0
/
+22
*
Use StringRef in CommandLine Options handling (NFC)
Mehdi Amini
2016-10-01
1
-52
/
+52
*
Fix a typo, depricated -> deprecated
Martin Storsjo
2016-09-27
1
-1
/
+1
*
Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"
Zachary Turner
2016-09-13
1
-22
/
+0
*
[Support][CommandLine] Add cl::getRegisteredSubcommands()
Dean Michael Berris
2016-09-13
1
-0
/
+22
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+2
*
Add a default parameter for getRegisteredOptions.
Zachary Turner
2016-07-06
1
-1
/
+1
*
Resubmit "Update llvm command line parser to support subcommands."
Zachary Turner
2016-06-29
1
-5
/
+82
*
Revert r274054 to try to appease the bot
Manman Ren
2016-06-28
1
-73
/
+5
*
Update llvm command line parser to support subcommands.
Zachary Turner
2016-06-28
1
-5
/
+73
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
StringRef-ify some Option APIs
David Blaikie
2015-11-17
1
-16
/
+13
*
Support, IR: silence -Wunused-parameter
Saleem Abdulrasool
2015-10-23
1
-1
/
+1
*
There is only one saver of strings.
Rafael Espindola
2015-08-13
1
-1
/
+0
*
Remove macro guards for extern template instantiations.
Benjamin Kramer
2015-07-13
1
-14
/
+14
*
Bring in a BumpPtrStringSaver from lld and simplify the interface.
Rafael Espindola
2015-06-13
1
-10
/
+3
*
Fixing broken bots after r238505.
Chris Bieneman
2015-05-28
1
-0
/
+7
*
Fixing the polly build.
Chris Bieneman
2015-05-28
1
-0
/
+5
*
Re-landing "Refactoring cl::list_storage from "is a" to "has a" std::vector."
Chris Bieneman
2015-05-28
1
-10
/
+55
*
Revert "Refactoring cl::list_storage from "is a" to "has a" std::vector."
Chris Bieneman
2015-05-28
1
-52
/
+7
*
Refactoring cl::list_storage from "is a" to "has a" std::vector.
Chris Bieneman
2015-05-28
1
-7
/
+52
*
Recommit r231221: "Devirtualize ~parser<T> by making it protected in base cla...
David Blaikie
2015-03-04
1
-10
/
+16
*
Revert r231221, "Devirtualize ~parser<T> by making it protected in base class...
NAKAMURA Takumi
2015-03-04
1
-15
/
+10
*
Devirtualize ~parser<T> by making it protected in base classes and making der...
David Blaikie
2015-03-04
1
-10
/
+15
*
Avoid copying parser objects
David Blaikie
2015-03-04
1
-2
/
+2
*
Make OptionValue explicitly copyable
David Blaikie
2015-03-04
1
-0
/
+8
*
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
[next]