llvm-6502/lib/ExecutionEngine
Eric Christopher 5225aec964 Temporarily revert r231726 and r231724 as they're breaking the build.:
Author: Lang Hames <lhames@gmail.com>
Date:   Mon Mar 9 23:51:09 2015 +0000

    [Orc][MCJIT][RuntimeDyld] Add header that was accidentally left out of r231724.

Author: Lang Hames <lhames@gmail.com>
Date:   Mon Mar 9 23:44:13 2015 +0000

    [Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the
    new types through MCJIT and Orc.

    In particular, add a 'weak' flag. When plumbed through RTDyldMemoryManager, this
    will allow us to distinguish between weak and strong definitions and find the
    right ones during symbol resolution.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231731 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-10 00:33:27 +00:00
..
IntelJITEvents
Interpreter Revert "Raising minimum required CMake version to 2.8.12.2." 2015-02-24 16:39:46 +00:00
MCJIT Temporarily revert r231726 and r231724 as they're breaking the build.: 2015-03-10 00:33:27 +00:00
OProfileJIT
Orc Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
RuntimeDyld Temporarily revert r231726 and r231724 as they're breaking the build.: 2015-03-10 00:33:27 +00:00
CMakeLists.txt [ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager into 2015-02-15 23:22:43 +00:00
EventListenerCommon.h
ExecutionEngine.cpp Fold init() helpers into constructors. NFC. 2015-03-06 16:21:15 +00:00
ExecutionEngineBindings.cpp
GDBRegistrationListener.cpp
LLVMBuild.txt [ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager into 2015-02-15 23:22:43 +00:00
Makefile
SectionMemoryManager.cpp
TargetSelect.cpp