llvm-6502/lib/ExecutionEngine/Interpreter
Lang Hames b01c85b421 [MCJIT] Start Stringref-izing the ExecutionEngine interface.
More methods to follow.

Using StringRef allows us the EE interface to work with more string types
without forcing construction of std::strings.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217794 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-15 17:50:22 +00:00
..
CMakeLists.txt build/cmake: Fix CMP0023 warning with libffi 2014-09-04 14:21:10 +00:00
Execution.cpp [C++] Use 'nullptr'. 2014-04-28 04:05:08 +00:00
ExternalFunctions.cpp Support: add llvm::unique_lock 2014-08-23 23:07:14 +00:00
Interpreter.cpp Make it explicit that ExecutionEngine takes ownership of the modules. 2014-08-19 04:04:25 +00:00
Interpreter.h [MCJIT] Start Stringref-izing the ExecutionEngine interface. 2014-09-15 17:50:22 +00:00
LLVMBuild.txt Prune redundant dependencies in LLVMBuild.txt. 2013-12-11 00:30:57 +00:00
Makefile