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] 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