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
/
LLVMUserExpression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Move LLVM RTTI implementation from enum to static ID variable
Raphael Isemann
2019-11-12
1
-6
/
+6
*
[lldb][NFC] Make LLVMUserExpression::DoExecute return early
Raphael Isemann
2019-10-29
1
-144
/
+142
*
[Expression] Remove unused header from LLVMUserExpression
Alex Langford
2019-09-09
1
-1
/
+0
*
[lldb][NFC] Move Clang-specific flags to ClangUserExpression
Raphael Isemann
2019-08-30
1
-3
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-9
/
+7
*
[NFC] Remove instances of unused ClangASTContext header
Alex Langford
2019-07-19
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
Fix an invalid static cast in ClangExpressionParser.cpp
Adrian Prantl
2019-03-13
1
-2
/
+4
*
Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...
Jim Ingham
2019-03-06
1
-1
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-12
/
+9
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-4
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-3
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
Fix warnings from clang build on macOS.
Bruce Mitchener
2017-03-23
1
-1
/
+2
*
Initialize m_allow_cxx, m_allow_objc. These ivars in the base class are not
Jason Molenda
2017-03-21
1
-0
/
+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
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Make DiagnosticsManager functions take StringRefs.
Zachary Turner
2016-11-12
1
-7
/
+7
*
Convert some Expression parser functions to StringRef.
Zachary Turner
2016-11-08
1
-4
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-287
/
+283
*
[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-29
1
-1
/
+0
*
Revert "Fixed a bug where const this would cause parser errors about $__lldb_...
Pavel Labath
2016-04-28
1
-0
/
+1
*
Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-28
1
-1
/
+0
*
Breakpoint conditions were making result variables, which they should not do.
Jim Ingham
2016-04-12
1
-3
/
+3
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-34
/
+53
*
Fix bug with function resolution when using IR Interpreter
Ted Woodward
2016-03-01
1
-1
/
+1
*
AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...
Jim Ingham
2015-11-05
1
-8
/
+4
*
Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...
Jim Ingham
2015-11-04
1
-5
/
+15
*
Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...
Jim Ingham
2015-11-03
1
-3
/
+7
*
Create an expression parser for Go.
Ryan Brown
2015-11-02
1
-0
/
+353