hanchenye-llvm-project/lldb/source/Expression
Sean Callanan 3fa3e65d3b Since the IR interpreter does not (currently)
support operands with vector types, it now reports
that it cannot interpret expressions that use
vector types.  They get sent to the JIT instead.

<rdar://problem/13733651>

llvm-svn: 180899
2013-05-02 00:33:44 +00:00
..
ASTDumper.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
ASTResultSynthesizer.cpp Fix build. 2013-04-03 21:29:21 +00:00
ASTStructExtractor.cpp Brought LLDB top-of-tree into sync with LLVM/Clang 2012-09-24 22:25:51 +00:00
CMakeLists.txt cmake build of lldb was complaining about missing files. 2013-04-11 16:32:47 +00:00
ClangASTSource.cpp Fixed a crash in ClangASTSource when logging is 2013-04-25 18:50:43 +00:00
ClangExpressionDeclMap.cpp Fixed a problem where the expression parser would 2013-04-30 00:21:42 +00:00
ClangExpressionParser.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
ClangExpressionVariable.cpp http://llvm.org/bugs/show_bug.cgi?id=11618 2012-01-06 00:35:38 +00:00
ClangFunction.cpp This commit changes the way LLDB executes user 2013-04-18 22:06:33 +00:00
ClangPersistentVariables.cpp I have brought LLDB up-to-date with top of tree 2012-02-04 08:49:35 +00:00
ClangUserExpression.cpp Performance optimizations to ClangUserExpression, 2013-04-27 02:19:33 +00:00
ClangUtilityFunction.cpp This commit changes the way LLDB executes user 2013-04-18 22:06:33 +00:00
DWARFExpression.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
ExpressionSourceCode.cpp Centralized the expression prefixes that are used for both expressions and utility functions. 2013-02-13 23:57:48 +00:00
IRDynamicChecks.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
IRExecutionUnit.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
IRForTarget.cpp Fixed IRForTarget to handle Objective-C messages 2013-04-24 21:25:20 +00:00
IRInterpreter.cpp Since the IR interpreter does not (currently) 2013-05-02 00:33:44 +00:00
IRMemoryMap.cpp Performance optimizations to ClangUserExpression, 2013-04-27 02:19:33 +00:00
Makefile
Materializer.cpp Performance optimizations to ClangUserExpression, 2013-04-27 02:19:33 +00:00