index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
Option
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-21
[Option] Use an ArrayRef to store the Option Infos in OptTable. NFC
Craig Topper
1
-1
/
+1
2015-06-22
Modify ParseArgs to return the InputArgList by value - there's no need for dy...
David Blaikie
1
-65
/
+64
2015-06-21
ArrayRef-ify ParseArgs
David Blaikie
1
-19
/
+11
2015-05-04
Option parsing: properly handle flag aliases for joined options (PR23394)
Hans Wennborg
2
-0
/
+16
2014-04-12
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
1
-10
/
+10
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-9
/
+15
2013-11-28
[CMake] Also OptionTests can be free from add_dependencies() with add_public_...
NAKAMURA Takumi
1
-2
/
+0
2013-08-28
Option parsing: support case-insensitive option matching.
Rui Ueyama
1
-3
/
+23
2013-08-28
Revert "Option parsing: support case-insensitive option matching." as it brok...
Rui Ueyama
1
-23
/
+3
2013-08-27
Option parsing: support case-insensitive option matching.
Rui Ueyama
1
-3
/
+23
2013-08-13
Options: explicit handling of --
Hans Wennborg
1
-14
/
+1
2013-08-13
Options: Add new option kind that consumes remaining arguments
Hans Wennborg
2
-0
/
+29
2013-08-02
Option parsing: recognize the special -- token
Hans Wennborg
1
-0
/
+13
2013-07-31
Option parsing: remove non-SUPPORT_ALIASARGS fall-back
Hans Wennborg
1
-2
/
+0
2013-07-31
Option parsing: add support for alias arguments.
Hans Wennborg
2
-3
/
+19
2013-07-22
Option parsing: allow aliases in groups
Hans Wennborg
2
-0
/
+12
2013-07-20
Add Option unit tests to the make build
Hans Wennborg
1
-0
/
+23
2013-07-19
Add some flag exclusion tests.
Reid Kleckner
2
-12
/
+49
2013-01-23
llvm/unittests: Use OwningPtr to fix --vg-leak.
NAKAMURA Takumi
1
-1
/
+6
2013-01-23
Whitespace.
NAKAMURA Takumi
1
-1
/
+1
2013-01-02
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
1
-1
/
+0
2012-12-05
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
3
-0
/
+130