llvm-project/lldb/source/Expression
Sean Callanan efe9a42379 Fixed a performance problem where functions were
being searched for in too heavyweight a way.  Now,
when asking for the address of a function, the
expression parser just asks for a corresponding
data symbol.

llvm-svn: 137731
2011-08-16 18:09:29 +00:00
..
ASTDumper.cpp This change brings in the latest LLVM/Clang, and 2011-07-30 02:42:06 +00:00
ASTResultSynthesizer.cpp Fixed a problem that caused LLDB to fail to execute 2011-08-04 21:37:47 +00:00
ASTStructExtractor.cpp Order of initialization lists. 2011-04-11 19:41:40 +00:00
ClangASTSource.cpp This change brings in the latest LLVM/Clang, and 2011-07-30 02:42:06 +00:00
ClangExpressionDeclMap.cpp Fixed a performance problem where functions were 2011-08-16 18:09:29 +00:00
ClangExpressionParser.cpp Add reloc arg to standard JIT createJIT() 2011-07-30 22:42:24 +00:00
ClangExpressionVariable.cpp Fix up how the ValueObjects manage their life cycle so that you can hand out a shared 2011-04-22 23:53:53 +00:00
ClangFunction.cpp We were leaking a stack frame in StackFrameList in Thread.cpp which could 2011-08-12 21:40:01 +00:00
ClangPersistentVariables.cpp Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. 2011-03-31 00:19:25 +00:00
ClangUserExpression.cpp Add EvaluateWithError static method. Fix a bug in handling constant expressions - we weren't setting the result even though the expression evaluation succeeded... 2011-08-09 00:00:49 +00:00
ClangUtilityFunction.cpp Added checking to make sure that the target has a 2011-08-01 18:18:33 +00:00
DWARFExpression.cpp Added the ability to see block variables when looking up addresses 2011-07-11 05:12:02 +00:00
IRDynamicChecks.cpp This change brings in the latest LLVM/Clang, and 2011-07-30 02:42:06 +00:00
IRForTarget.cpp Fixed a problem that prevented access to members 2011-08-10 21:05:52 +00:00
IRToDWARF.cpp Order of initialization lists. 2011-04-11 19:41:40 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ProcessDataAllocator.cpp While tracking down memory consumption issue a few things were needed: the 2011-08-10 02:10:13 +00:00
RecordingMemoryManager.cpp Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00