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
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
Make AddLastArg() variadic and use it more. No behavior change.
Nico Weber
2019-06-26
1
-15
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ...
Eugene Zelenko
2017-06-16
1
-7
/
+14
*
ArgList: cache index ranges containing arguments with each ID
Richard Smith
2017-04-12
1
-193
/
+33
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-0
/
+2
*
Generalize ArgList::AddAllArgs more
Douglas Katzman
2016-09-29
1
-5
/
+22
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-3
/
+3
*
Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().
Eric Christopher
2015-12-18
1
-3
/
+6
*
Add a dump method for ArgList.
Eric Christopher
2015-12-18
1
-0
/
+7
*
Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier.
Douglas Katzman
2015-07-29
1
-0
/
+15
*
[Option] Plug a leak when move-assigning an InputArgList.
Benjamin Kramer
2015-06-23
1
-6
/
+6
*
Devirtualize ArgList's dtor now that -Wvirtual-dtor and C++11 allow a better ...
David Blaikie
2015-06-21
1
-5
/
+0
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-1
/
+1
*
Make getLastArgNoClaim work for up to 4 arguments.
Filipe Cabecinhas
2015-03-20
1
-0
/
+20
*
Teach Twine to support SmallString.
Yaron Keren
2015-03-17
1
-7
/
+2
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-3
/
+2
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
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