index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Option
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-03
Avoid buffer copies when a Twine already is a StringRef.
David Blaikie
1
-2
/
+1
2013-11-04
Use startswith_lower() where possible.
Jakub Staszak
1
-8
/
+1
2013-09-10
Fix another mistake in r190442.
Eli Friedman
1
-0
/
+29
2013-09-10
Remove unused functions.
Eli Friedman
1
-30
/
+0
2013-08-28
Option parsing: support case-insensitive option matching.
Rui Ueyama
1
-21
/
+41
2013-08-28
Revert "Option parsing: support case-insensitive option matching." as it brok...
Rui Ueyama
1
-48
/
+34
2013-08-27
Option parsing: support case-insensitive option matching.
Rui Ueyama
1
-34
/
+48
2013-08-13
Options: explicit handling of --
Hans Wennborg
1
-16
/
+0
2013-08-13
Options: Add new option kind that consumes remaining arguments
Hans Wennborg
2
-0
/
+14
2013-08-06
Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows depen...
NAKAMURA Takumi
1
-2
/
+0
2013-08-02
Option parsing: recognize the special -- token
Hans Wennborg
1
-1
/
+16
2013-07-31
Option parsing: add support for alias arguments.
Hans Wennborg
1
-2
/
+20
2013-07-22
Silence gcc warning.
Richard Trieu
1
-1
/
+1
2013-07-22
Option parsing: allow aliases in groups
Hans Wennborg
1
-6
/
+4
2013-07-19
[Option] Add inclusion and exclusion flags to option parsing
Reid Kleckner
1
-6
/
+22
2013-07-15
Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"
Reid Kleckner
1
-11
/
+2
2013-07-15
[Option] Store arg strings in a set backed by a BumpPtrAllocator
Reid Kleckner
1
-2
/
+11
2013-06-26
Fix a crash bug in dumping options with groups
Reid Kleckner
1
-4
/
+6
2013-06-13
Merge changes to clang's Driver code into LLVM's Option library
Reid Kleckner
2
-7
/
+29
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
4
-7
/
+2
2012-12-05
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
7
-0
/
+1145