summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/SetTheory.cpp
diff options
context:
space:
mode:
authorDanil Malyshev <dmalyshev@accesssoftek.com>2012-03-30 16:45:19 +0000
committerDanil Malyshev <dmalyshev@accesssoftek.com>2012-03-30 16:45:19 +0000
commit70d22ccb22d5ea0d50e6c27536b3073bae896853 (patch)
tree3a7913efa2afa3cd2c6b47154aa524ee6e8521ea /llvm/utils/TableGen/SetTheory.cpp
parent199ab909463f2790c58fe16659298b8d6ff7c927 (diff)
downloadbcm5719-llvm-70d22ccb22d5ea0d50e6c27536b3073bae896853.tar.gz
bcm5719-llvm-70d22ccb22d5ea0d50e6c27536b3073bae896853.zip
Re-factored RuntimeDyLd:
1. The main works will made in the RuntimeDyLdImpl with uses the ObjectFile class. RuntimeDyLdMachO and RuntimeDyLdELF now only parses relocations and resolve it. This is allows to make improvements of the RuntimeDyLd more easily. In addition the support for COFF can be easily added. 2. Added ARM relocations to RuntimeDyLdELF. 3. Added support for stub functions for the ARM, allowing to do a long branch. 4. Added support for external functions that are not loaded from the object files, but can be loaded from external libraries. Now MCJIT can correctly execute the code containing the printf, putc, and etc. 5. The sections emitted instead functions, thanks Jim Grosbach. MemoryManager.startFunctionBody() and MemoryManager.endFunctionBody() have been removed. 6. MCJITMemoryManager.allocateDataSection() and MCJITMemoryManager. allocateCodeSection() used JMM->allocateSpace() instead of JMM->allocateCodeSection() and JMM->allocateDataSection(), because I got an error: "Cannot allocate an allocated block!" with object file contains more than one code or data sections. llvm-svn: 153754
Diffstat (limited to 'llvm/utils/TableGen/SetTheory.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud