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
*
[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...
Fangrui Song
2018-10-10
1
-7
/
+5
*
Revert r341329 due to MSAN error
Brian Gesiak
2018-09-03
1
-24
/
+24
*
Re-push "[Option] Fix PR37006 prefix choice in findNearest"
Brian Gesiak
2018-09-03
1
-24
/
+24
*
Re-revert "[Option] Fix PR37006 prefix choice in findNearest"
Brian Gesiak
2018-05-19
1
-24
/
+24
*
Un-revert "[Option] Fix PR37006 prefix choice in findNearest"
Brian Gesiak
2018-05-19
1
-24
/
+24
*
Revert "[Option] Fix PR37006 prefix choice in findNearest"
Brian Gesiak
2018-05-14
1
-24
/
+24
*
[Option] Fix PR37006 prefix choice in findNearest
Brian Gesiak
2018-05-14
1
-24
/
+24
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
3
-0
/
+3
*
[NFC] Replace iterators in PrintHelp with range-based for
Jan Korous
2018-03-12
1
-6
/
+4
*
[NFC] PrintHelp cleanup
Jan Korous
2018-03-12
1
-3
/
+1
*
[Bash-autocompletion] Pass all flags in shell command-line to Clang
Yuka Takahashi
2018-03-05
1
-2
/
+2
*
[Option] For typo '-foo', suggest '--foo'
Brian Gesiak
2018-01-09
1
-2
/
+2
*
[Option] Add 'findNearest' method to catch typos
Brian Gesiak
2018-01-05
1
-0
/
+63
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
3
-3
/
+3
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
3
-3
/
+3
*
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
[next]