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
/
Expression
/
UserExpression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...
Jim Ingham
2019-03-06
1
-1
/
+0
*
[Expression] Remove unused parameter from Evaluate
Alex Langford
2019-03-05
1
-1
/
+1
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
1
-3
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "Return a named error in the result object of an expression with no re...
Krasimir Georgiev
2018-10-18
1
-7
/
+2
*
Return a named error in the result object of an expression with no result
Jim Ingham
2018-10-16
1
-2
/
+7
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-6
/
+5
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Convert some Expression parser functions to StringRef.
Zachary Turner
2016-11-08
1
-15
/
+13
*
UserExpression::Evaluate only returns a non-empty ValueObjectSP
Jim Ingham
2016-11-07
1
-0
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-332
/
+301
*
Breakpoint conditions were making result variables, which they should not do.
Jim Ingham
2016-04-12
1
-5
/
+18
*
If the fixed expression doesn't parse, don't tell the user about it.
Jim Ingham
2016-04-06
1
-0
/
+5
*
Figure out what the fixed expression is, and print it. Added another target ...
Jim Ingham
2016-03-29
1
-8
/
+56
*
Don't try to actually run code when the expression is top-level.
Sean Callanan
2016-03-28
1
-0
/
+5
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
1
-0
/
+1
*
Compilation can end up calling functions (e.g. to resolve indirect functions)...
Jim Ingham
2016-03-21
1
-0
/
+5
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-23
/
+18
*
Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...
Jim Ingham
2015-11-03
1
-4
/
+10
*
Create an expression parser for Go.
Ryan Brown
2015-11-02
1
-322
/
+9
*
Added the concept of a Read-Eval-Print-Loop to LLDB.
Sean Callanan
2015-10-19
1
-1
/
+7
*
Decide on the expression language inside UserExpression
Dawn Perchik
2015-10-07
1
-1
/
+12
*
Add PersistentVariableDelegate to handle language-specific dematerialization.
Sean Callanan
2015-10-03
1
-1
/
+3
*
Made Target hold a map of languages to TypeSystems, and added some accessors.
Sean Callanan
2015-10-01
1
-1
/
+1
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-1
/
+2
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-2
/
+1
*
Reduce inclusion of clang headers.
Bruce Mitchener
2015-09-18
1
-8
/
+0
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-0
/
+644