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
/
unittests
/
Option
Commit message (
Expand
)
Author
Age
Files
Lines
*
Option spell checking: Penalize delimiter flags if input has no argument
Nico Weber
2019-05-01
2
-5
/
+17
*
Fix OptTable::findNearest() adding delimiter for free
Nico Weber
2019-05-01
2
-0
/
+8
*
Re-reland "[Option] Fix PR37006 prefix choice in findNearest"
Nico Weber
2019-04-30
2
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...
Fangrui Song
2018-10-10
1
-0
/
+4
*
Revert r341329 due to MSAN error
Brian Gesiak
2018-09-03
2
-5
/
+0
*
Re-push "[Option] Fix PR37006 prefix choice in findNearest"
Brian Gesiak
2018-09-03
2
-0
/
+5
*
Re-revert "[Option] Fix PR37006 prefix choice in findNearest"
Brian Gesiak
2018-05-19
2
-5
/
+0
*
Un-revert "[Option] Fix PR37006 prefix choice in findNearest"
Brian Gesiak
2018-05-19
2
-0
/
+5
*
Revert "[Option] Fix PR37006 prefix choice in findNearest"
Brian Gesiak
2018-05-14
2
-5
/
+0
*
[Option] Fix PR37006 prefix choice in findNearest
Brian Gesiak
2018-05-14
2
-0
/
+5
*
[Option] For typo '-foo', suggest '--foo'
Brian Gesiak
2018-01-09
2
-0
/
+3
*
[Option] Add 'findNearest' method to catch typos
Brian Gesiak
2018-01-05
2
-0
/
+50
*
[GSoC] Flag value completion for clang
Yuka Takahashi
2017-06-20
1
-6
/
+7
*
Fix some ArgList uses after API change in r300135.
Richard Smith
2017-04-12
1
-4
/
+4
*
Option parser: class for consuming a joined arg in addition to all remaining ...
Hans Wennborg
2016-04-15
2
-0
/
+53
*
OptionParsingTest.cpp: reorder EXPECT_EQs to put expectation on the left. NFC.
Hans Wennborg
2016-04-15
1
-25
/
+25
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-23
/
+0
*
[Option] Use an ArrayRef to store the Option Infos in OptTable. NFC
Craig Topper
2015-10-21
1
-1
/
+1
*
Modify ParseArgs to return the InputArgList by value - there's no need for dy...
David Blaikie
2015-06-22
1
-65
/
+64
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
1
-19
/
+11
*
Option parsing: properly handle flag aliases for joined options (PR23394)
Hans Wennborg
2015-05-04
2
-0
/
+16
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-10
/
+10
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-9
/
+15
*
[CMake] Also OptionTests can be free from add_dependencies() with add_public_...
NAKAMURA Takumi
2013-11-28
1
-2
/
+0
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-28
1
-3
/
+23
*
Revert "Option parsing: support case-insensitive option matching." as it brok...
Rui Ueyama
2013-08-28
1
-23
/
+3
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-27
1
-3
/
+23
*
Options: explicit handling of --
Hans Wennborg
2013-08-13
1
-14
/
+1
*
Options: Add new option kind that consumes remaining arguments
Hans Wennborg
2013-08-13
2
-0
/
+29
*
Option parsing: recognize the special -- token
Hans Wennborg
2013-08-02
1
-0
/
+13
*
Option parsing: remove non-SUPPORT_ALIASARGS fall-back
Hans Wennborg
2013-07-31
1
-2
/
+0
*
Option parsing: add support for alias arguments.
Hans Wennborg
2013-07-31
2
-3
/
+19
*
Option parsing: allow aliases in groups
Hans Wennborg
2013-07-22
2
-0
/
+12
*
Add Option unit tests to the make build
Hans Wennborg
2013-07-20
1
-0
/
+23
*
Add some flag exclusion tests.
Reid Kleckner
2013-07-19
2
-12
/
+49
*
llvm/unittests: Use OwningPtr to fix --vg-leak.
NAKAMURA Takumi
2013-01-23
1
-1
/
+6
*
Whitespace.
NAKAMURA Takumi
2013-01-23
1
-1
/
+1
*
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-02
1
-1
/
+0
*
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-12-05
3
-0
/
+130