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
/
ArgList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an overload of getLastArgNoClaim taking two OptSpecifiers.
Ehsan Akhgari
2014-09-12
1
-0
/
+9
*
Generic: add range-adapter for option parsing.
Tim Northover
2014-07-09
1
-17
/
+13
*
ArgList: use MakeArgList overloads in subclasses and clean up some calls.
Justin Bogner
2014-06-20
1
-15
/
+11
*
Options: Use erase_if to remove Args from the list.
Benjamin Kramer
2014-05-18
1
-8
/
+3
*
Protect the ArgList dtor
David Blaikie
2014-04-20
1
-5
/
+0
*
Use unique_ptr to handle ownership of synthesized args in DerivedArgList
David Blaikie
2014-04-20
1
-27
/
+26
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-9
/
+9
*
Avoid buffer copies when a Twine already is a StringRef.
David Blaikie
2013-12-03
1
-2
/
+1
*
Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"
Reid Kleckner
2013-07-15
1
-11
/
+2
*
[Option] Store arg strings in a set backed by a BumpPtrAllocator
Reid Kleckner
2013-07-15
1
-2
/
+11
*
Merge changes to clang's Driver code into LLVM's Option library
Reid Kleckner
2013-06-13
1
-0
/
+15
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+0
*
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-12-05
1
-0
/
+386