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
/
lib
/
Option
/
Option.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let unaliased Args track which Alias they were created from, and use that in ...
Nico Weber
2019-07-09
1
-42
/
+73
*
Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...
Nico Weber
2019-07-05
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[GSoC] Flag value completion for clang
Yuka Takahashi
2017-06-20
1
-0
/
+1
*
[BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ...
Eugene Zelenko
2017-06-16
1
-4
/
+6
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-0
/
+2
*
Option parser: class for consuming a joined arg in addition to all remaining ...
Hans Wennborg
2016-04-15
1
-0
/
+14
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().
Eric Christopher
2015-12-18
1
-14
/
+17
*
Option parsing: properly handle flag aliases for joined options (PR23394)
Hans Wennborg
2015-05-04
1
-0
/
+5
*
Remove explicit no-op dtor in favor of the implicit dtor so as not to disable...
David Blaikie
2015-03-03
1
-3
/
+0
*
Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind
Reid Kleckner
2014-08-22
1
-4
/
+8
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-10
/
+10
*
Options: Add new option kind that consumes remaining arguments
Hans Wennborg
2013-08-13
1
-0
/
+11
*
Option parsing: add support for alias arguments.
Hans Wennborg
2013-07-31
1
-2
/
+20
*
Silence gcc warning.
Richard Trieu
2013-07-22
1
-1
/
+1
*
Option parsing: allow aliases in groups
Hans Wennborg
2013-07-22
1
-6
/
+4
*
Fix a crash bug in dumping options with groups
Reid Kleckner
2013-06-26
1
-4
/
+6
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-3
/
+1
*
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-12-05
1
-0
/
+204