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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgs"
Vedant Kumar
2015-12-18
1
-12
/
+9
*
[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgs
Vedant Kumar
2015-12-18
1
-9
/
+12
*
[Option] Use an ArrayRef to store the Option Infos in OptTable. NFC
Craig Topper
2015-10-21
1
-7
/
+5
*
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
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Code cleanup: Remove std::move() around xvalue (NFC)
Logan Chien
2015-06-22
1
-1
/
+1
*
Modify ParseArgs to return the InputArgList by value - there's no need for dy...
David Blaikie
2015-06-22
1
-11
/
+11
*
Devirtualize ArgList's dtor now that -Wvirtual-dtor and C++11 allow a better ...
David Blaikie
2015-06-21
1
-5
/
+0
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
1
-4
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Option parsing: properly handle flag aliases for joined options (PR23394)
Hans Wennborg
2015-05-04
1
-0
/
+5
*
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
3
-25
/
+19
*
Remove explicit no-op dtor in favor of the implicit dtor so as not to disable...
David Blaikie
2015-03-03
1
-3
/
+0
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
2
-10
/
+6
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
[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
*
Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind
Reid Kleckner
2014-08-22
2
-4
/
+13
*
[Option] Support MultiArg in --help
Nick Kledzik
2014-08-15
1
-1
/
+12
*
Generic: add range-adapter for option parsing.
Tim Northover
2014-07-09
1
-17
/
+13
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-2
/
+4
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-4
/
+2
*
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
3
-24
/
+24
*
Avoid buffer copies when a Twine already is a StringRef.
David Blaikie
2013-12-03
1
-2
/
+1
*
Use startswith_lower() where possible.
Jakub Staszak
2013-11-04
1
-8
/
+1
*
Fix another mistake in r190442.
Eli Friedman
2013-09-10
1
-0
/
+29
*
Remove unused functions.
Eli Friedman
2013-09-10
1
-30
/
+0
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-28
1
-21
/
+41
*
Revert "Option parsing: support case-insensitive option matching." as it brok...
Rui Ueyama
2013-08-28
1
-48
/
+34
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-27
1
-34
/
+48
*
Options: explicit handling of --
Hans Wennborg
2013-08-13
1
-16
/
+0
*
Options: Add new option kind that consumes remaining arguments
Hans Wennborg
2013-08-13
2
-0
/
+14
*
Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows depen...
NAKAMURA Takumi
2013-08-06
1
-2
/
+0
*
Option parsing: recognize the special -- token
Hans Wennborg
2013-08-02
1
-1
/
+16
*
Option parsing: add support for alias arguments.
Hans Wennborg
2013-07-31
1
-2
/
+20
*
Silence gcc warning.
Richard Trieu
2013-07-22
1
-1
/
+1
*
Option parsing: allow aliases in groups
Hans Wennborg
2013-07-22
1
-6
/
+4
*
[Option] Add inclusion and exclusion flags to option parsing
Reid Kleckner
2013-07-19
1
-6
/
+22
*
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
*
Fix a crash bug in dumping options with groups
Reid Kleckner
2013-06-26
1
-4
/
+6
*
Merge changes to clang's Driver code into LLVM's Option library
Reid Kleckner
2013-06-13
2
-7
/
+29
[prev]
[next]