hanchenye-llvm-project/lldb/source/Expression
Jason Molenda a332978b2a lldb arm64 import.
These changes were written by Greg Clayton, Jim Ingham, Jason Molenda.

It builds cleanly against TOT llvm with xcodebuild.  I updated the
cmake files by visual inspection but did not try a build.  I haven't
built these sources on any non-Mac platforms - I don't think this
patch adds any code that requires darwin, but please let me know if
I missed something.

In debugserver, MachProcess.cpp and MachTask.cpp were renamed to
MachProcess.mm and MachTask.mm as they picked up some new Objective-C
code needed to launch processes when running on iOS.

llvm-svn: 205113
2014-03-29 18:54:20 +00:00
..
ASTDumper.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ASTResultSynthesizer.cpp Fix build. 2013-04-03 21:29:21 +00:00
ASTStructExtractor.cpp
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
ClangASTSource.cpp Fixed a problem where the expression parser was 2014-03-11 19:34:04 +00:00
ClangExpressionDeclMap.cpp cleanup unreferenced functions 2014-03-20 06:08:36 +00:00
ClangExpressionParser.cpp lldb arm64 import. 2014-03-29 18:54:20 +00:00
ClangExpressionVariable.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ClangFunction.cpp JITed functions can now have debug info and be debugged with debug and source info: 2014-03-24 23:10:19 +00:00
ClangPersistentVariables.cpp
ClangUserExpression.cpp lldb arm64 import. 2014-03-29 18:54:20 +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 "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
ExpressionSourceCode.cpp lldb arm64 import. 2014-03-29 18:54:20 +00:00
IRDynamicChecks.cpp Updated our IR processing to reflect best practices 2013-12-20 19:55:02 +00:00
IRExecutionUnit.cpp JITed functions can now have debug info and be debugged with debug and source info: 2014-03-24 23:10:19 +00:00
IRForTarget.cpp JITed functions can now have debug info and be debugged with debug and source info: 2014-03-24 23:10:19 +00:00
IRInterpreter.cpp Added a missing "break" to avoid falling through 2014-03-25 19:47:07 +00:00
IRMemoryMap.cpp JITed functions can now have debug info and be debugged with debug and source info: 2014-03-24 23:10:19 +00:00
Makefile
Materializer.cpp Made the Materializer not write back variables 2014-03-25 22:30:19 +00:00