llvm-project/lldb/source/Expression
Sean Callanan 2ab712f212 Added the skeleton of an IR transformer that will
prepare IR for execution in the target.  Wired the
expression command to use this IR transformer when
conversion to DWARF fails, and wired conversion to
DWARF to always fail (well, we don't generate any
DWARF...)

llvm-svn: 107559
2010-07-03 01:35:46 +00:00
..
ClangASTSource.cpp Fixes for array handling and dynamic type casting 2010-06-23 18:58:10 +00:00
ClangExpression.cpp Added the skeleton of an IR transformer that will 2010-07-03 01:35:46 +00:00
ClangExpressionDeclMap.cpp Updated the expression parser to use proper logging when 2010-06-23 00:47:48 +00:00
ClangExpressionVariable.cpp
ClangFunction.cpp Updated to llvm/clang from July 2, 2010 at 8:00AM. 2010-07-02 18:39:06 +00:00
ClangResultSynthesizer.cpp Added a SemaConsumer that transforms the ASTs for 2010-07-01 20:08:22 +00:00
ClangStmtVisitor.cpp Switched over to using the new lldb::SharingPtr from Howard Hinnant. 2010-06-12 17:45:57 +00:00
DWARFExpression.cpp Updated the expression parser to use proper logging when 2010-06-23 00:47:48 +00:00
IRForTarget.cpp Added the skeleton of an IR transformer that will 2010-07-03 01:35:46 +00:00
IRToDWARF.cpp Added the skeleton of an IR transformer that will 2010-07-03 01:35:46 +00:00
RecordingMemoryManager.cpp Switched over to using the new lldb::SharingPtr from Howard Hinnant. 2010-06-12 17:45:57 +00:00