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
/
lldb
/
source
/
Interpreter
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix some build errors.
Zachary Turner
2016-11-18
1
-7
/
+4
*
Convert CommandHistory functions to StringRef.
Zachary Turner
2016-11-18
2
-40
/
+45
*
Rewrite all Property related functions in terms of StringRef.
Zachary Turner
2016-11-17
5
-262
/
+209
*
Fix warnings and errors introduced with UUID changes.
Zachary Turner
2016-11-17
1
-3
/
+2
*
Convert UriParser to use StringRef.
Zachary Turner
2016-11-17
1
-2
/
+3
*
Convert AutoComplete related code to StringRef.
Zachary Turner
2016-11-17
8
-42
/
+29
*
Make Apropos functions accept StringRefs.
Zachary Turner
2016-11-16
2
-7
/
+6
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
9
-65
/
+73
*
Change Property::GetName() and GetDescription() to return StringRef.
Zachary Turner
2016-11-15
2
-52
/
+31
*
Fix some more Printf warnings.
Zachary Turner
2016-11-15
1
-2
/
+3
*
Fix some more StringRef printf warnings.
Zachary Turner
2016-11-15
1
-1
/
+1
*
Fix some StringRef Printf warnings.
Zachary Turner
2016-11-14
2
-2
/
+2
*
Make OptionParser::Parse() take StringRef.
Zachary Turner
2016-11-13
1
-6
/
+6
*
Change IOHandlerConfirm to use StringRefs.
Zachary Turner
2016-11-13
1
-1
/
+1
*
Change some more CommandObject functions to StringRef.
Zachary Turner
2016-11-13
1
-4
/
+4
*
Change ArgumentHelpCallbackFunction to return a StringRef.
Zachary Turner
2016-11-13
1
-31
/
+22
*
Make CommandObject help getters/setters use StringRef.
Zachary Turner
2016-11-12
3
-51
/
+45
*
Make CommandReturnObject methods accept StringRefs.
Zachary Turner
2016-11-12
1
-20
/
+23
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-3
/
+3
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
2
-4
/
+4
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
2
-4
/
+4
*
Remove TimeValue usage from lldb/Interpreter
Pavel Labath
2016-11-09
1
-3
/
+2
*
Fix some cases where we were printf'ing StringRefs.
Zachary Turner
2016-11-08
1
-3
/
+3
*
Convert some Expression parser functions to StringRef.
Zachary Turner
2016-11-08
1
-86
/
+94
*
Rewrite OutputFormattedHelpText in terms of StringRef.
Zachary Turner
2016-11-08
1
-60
/
+49
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
6
-10
/
+10
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-5
/
+3
*
Interpreter: Don't return StringRef from functions whose return value is neve...
Justin Bogner
2016-10-17
1
-14
/
+10
*
Remove unused variable.
Zachary Turner
2016-10-07
1
-1
/
+0
*
Convert UniqueCStringMap to use StringRef.
Zachary Turner
2016-10-06
2
-12
/
+14
*
StringRef::front asserts on empty strings, causing "break modify -c ''" to as...
Jim Ingham
2016-10-06
1
-1
/
+1
*
Match printf field width arg and type
Ed Maste
2016-10-06
1
-1
/
+1
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
3
-13
/
+12
*
Convert some more aliasing and CI functions to StringRef.
Zachary Turner
2016-10-05
1
-13
/
+6
*
Update some command aliasing functions to use StringRef.
Zachary Turner
2016-10-05
2
-21
/
+18
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
6
-100
/
+96
*
Convert various CommandInterpreter functions to StringRef.
Zachary Turner
2016-10-05
1
-47
/
+40
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
2
-5
/
+6
*
Fix TestNestedAliases.py
Zachary Turner
2016-10-04
1
-5
/
+6
*
Modernize some code related to Args usage / implementation.
Zachary Turner
2016-10-03
3
-222
/
+205
*
Refactor the Args class.
Zachary Turner
2016-10-03
1
-291
/
+210
*
Fix serialization of Python breakpoint commands.
Jim Ingham
2016-09-26
1
-0
/
+13
*
Try again to match the logic of the code before re-writing.
Zachary Turner
2016-09-23
1
-1
/
+1
*
Try to fix failing TestDataFormatterSkipSummary test case.
Zachary Turner
2016-09-23
1
-1
/
+3
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
3
-13
/
+15
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
20
-121
/
+94
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
7
-7
/
+7
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
10
-166
/
+114
*
added environment variable-related Args gtests
Todd Fiala
2016-09-22
1
-4
/
+6
*
fix Args function broken in r281942
Todd Fiala
2016-09-22
1
-1
/
+1
[prev]
[next]