1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/lib/ExecutionEngine/RuntimeDyld
Alexey Samsonov c7665b69a6 [C++11] Introduce SectionRef::relocations() to use range-based loops
Reviewers: rafael

Reviewed By: rafael

CC: llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D3077

llvm-svn: 203927
2014-03-14 14:22:49 +00:00
..
CMakeLists.txt Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld 2012-11-28 01:02:06 +00:00
GDBRegistrar.cpp Make GDBJITRegistrar thread safe. Patch by Jim Kearyn, with cleanup by 2014-03-13 21:25:37 +00:00
JITRegistrar.h [weak vtables] Remove a bunch of weak vtables 2013-11-19 00:57:56 +00:00
LLVMBuild.txt
Makefile
ObjectImageCommon.h [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 07:51:20 +00:00
RuntimeDyld.cpp [C++11] Introduce SectionRef::relocations() to use range-based loops 2014-03-14 14:22:49 +00:00
RuntimeDyldELF.cpp [ppc64] Patch in TOC restore code after all external function calls 2014-03-11 15:26:27 +00:00
RuntimeDyldELF.h Make createObjectImage and createObjectImageFromFile static methods on the 2014-03-08 18:45:12 +00:00
RuntimeDyldImpl.h Make createObjectImage and createObjectImageFromFile static methods on the 2014-03-08 18:45:12 +00:00
RuntimeDyldMachO.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
RuntimeDyldMachO.h Make createObjectImage and createObjectImageFromFile static methods on the 2014-03-08 18:45:12 +00:00