llvm-project/lldb/source/Expression
Greg Clayton 2740787dc9 lldb needs to support DW_op_piece masks for values in subregister and also to be able to piece together a value that is spread across multiple registers.
Patch from Adrian Prantl.

<rdar://problem/16040521> 

llvm-svn: 212867
2014-07-12 00:24:33 +00:00
..
ASTDumper.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ASTResultSynthesizer.cpp remove trailing whitespace + remove some useless comments 2014-07-06 17:54:58 +00:00
ASTStructExtractor.cpp remove trailing whitespace + remove some useless comments 2014-07-06 17:54:58 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
ClangASTSource.cpp remove trailing whitespace + remove some useless comments 2014-07-06 17:54:58 +00:00
ClangExpressionDeclMap.cpp remove trailing whitespace + remove some useless comments 2014-07-06 17:54:58 +00:00
ClangExpressionParser.cpp remove trailing whitespace + remove some useless comments 2014-07-06 17:54:58 +00:00
ClangExpressionVariable.cpp remove trailing whitespace + remove some useless comments 2014-07-06 17:54:58 +00:00
ClangFunction.cpp Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +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 If a hand-called function is interrupted by hitting a breakpoint, then 2014-07-08 01:07:32 +00:00
ClangUtilityFunction.cpp JITed functions can now have debug info and be debugged with debug and source info: 2014-03-24 23:10:19 +00:00
DWARFExpression.cpp lldb needs to support DW_op_piece masks for values in subregister and also to be able to piece together a value that is spread across multiple registers. 2014-07-12 00:24:33 +00:00
ExpressionSourceCode.cpp lldb arm64 import. 2014-03-29 18:54:20 +00:00
IRDynamicChecks.cpp remove trailing whitespace + remove some useless comments 2014-07-06 17:54:58 +00:00
IRExecutionUnit.cpp Remove code that was merged incorrectly. 2014-07-11 00:51:53 +00:00
IRForTarget.cpp Correct indentation level for one line. 2014-07-09 01:10:37 +00:00
IRInterpreter.cpp remove trailing whitespace + remove some useless comments 2014-07-06 17:54:58 +00:00
IRMemoryMap.cpp Dont' use a random probe & alloc strategy for the IRMemoryMap. 2014-07-09 16:42:27 +00:00
Makefile remove trailing whitespace + remove some useless comments 2014-07-06 17:54:58 +00:00
Materializer.cpp Fixed a flipped conditional when writing back the 2014-04-24 21:43:04 +00:00