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 "Revert r311552: [Bash-autocompletion] Add support for static analyzer...
Yuka Takahashi
2017-08-29
1
-6
/
+19
*
test commit: fix typo in comment
Nathan Hawes
2017-08-24
1
-1
/
+1
*
Revert r311552: [Bash-autocompletion] Add support for static analyzer flags
Rui Ueyama
2017-08-23
1
-19
/
+6
*
[Bash-autocompletion] Add support for static analyzer flags
Yuka Takahashi
2017-08-23
1
-6
/
+19
*
[Bash-autocompletion] Show HelpText with possible flags
Yuka Takahashi
2017-07-26
1
-1
/
+3
*
[libOption] - Add flag allowing to print options aliases in help text.
George Rimar
2017-07-26
1
-7
/
+15
*
[libOption] - Replace std::pair with helper struct. NFC.
George Rimar
2017-07-18
1
-12
/
+13
*
[Bash-autocompletion] Auto complete cc1 options if -cc1 is specified
Yuka Takahashi
2017-07-08
1
-1
/
+5
*
[Bash-autocompletion] Show flags which has HelpText or GroupID
Yuka Takahashi
2017-07-05
1
-1
/
+1
*
[GSoC] Flag value completion for clang
Yuka Takahashi
2017-06-20
2
-0
/
+35
*
[BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ...
Eugene Zelenko
2017-06-16
4
-32
/
+49
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[GSoC] Shell autocompletion for clang
Yuka Takahashi
2017-05-23
1
-0
/
+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
3
-0
/
+6
*
Generalize ArgList::AddAllArgs more
Douglas Katzman
2016-09-29
1
-5
/
+22
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-3
/
+3
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+2
*
Option parser: class for consuming a joined arg in addition to all remaining ...
Hans Wennborg
2016-04-15
2
-1
/
+15
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-14
/
+0
*
Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().
Eric Christopher
2015-12-18
3
-26
/
+35
*
Add a dump method for ArgList.
Eric Christopher
2015-12-18
1
-0
/
+7
*
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
[next]