llvm-project/lldb/source/Expression
Lang Hames 6377aa1cb1 [lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JIT for LLDB
expression evaluation.

OrcMCJITReplacement is a reimplementation of MCJIT using ORC components, and
provides an easy upgrade path to ORC for existing MCJIT clients. There should be
no functional changes resulting from this switch.

llvm-svn: 279327
2016-08-19 21:27:16 +00:00
..
CMakeLists.txt Add a DiagnosticManager replace error streams in the expression parser. 2016-03-19 00:03:59 +00:00
DWARFExpression.cpp Added support for thread local variables on all Apple OS variants. 2016-07-01 17:17:23 +00:00
DiagnosticManager.cpp Used llvm_unreached to quite a VC++ compiler warning. 2016-04-28 20:14:44 +00:00
Expression.cpp This patch makes Clang-independent base classes for all the expression types that lldb currently vends. 2015-09-15 21:13:50 +00:00
ExpressionSourceCode.cpp Add an "experimental" setting to disable injecting local variables into expressions. 2016-07-07 18:25:48 +00:00
ExpressionVariable.cpp Collect IRExecutionUnits as part of persistent expression state. 2016-03-21 22:23:38 +00:00
FunctionCaller.cpp Compilation can end up calling functions (e.g. to resolve indirect functions) so I added 2016-03-21 19:21:13 +00:00
IRDynamicChecks.cpp Add a DiagnosticManager replace error streams in the expression parser. 2016-03-19 00:03:59 +00:00
IRExecutionUnit.cpp [lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JIT for LLDB 2016-08-19 21:27:16 +00:00
IRInterpreter.cpp [LLDB] Added support for PHI nodes to IR interpreter 2016-05-12 20:00:53 +00:00
IRMemoryMap.cpp Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored. 2016-06-09 22:22:40 +00:00
LLVMUserExpression.cpp [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr. 2016-04-29 18:09:03 +00:00
Materializer.cpp Fixed a problem where we failed to get the size of an Objective-C type. 2016-08-18 17:45:50 +00:00
REPL.cpp Decoupled Options from CommandInterpreter. 2016-08-11 23:51:28 +00:00
UserExpression.cpp Breakpoint conditions were making result variables, which they should not do. 2016-04-12 17:17:35 +00:00
UtilityFunction.cpp UtilityFunction::MakeFunctionCaller uses the Error to report failure, 2016-04-26 19:46:39 +00:00