llvm-6502/lib
Filip Pizlo 876af64ac7 Put RTDyldMemoryManager into its own file, and make it linked into
libExecutionEngine. Move method implementations that aren't specific to 
allocation out of SectionMemoryManager and into RTDyldMemoryManager.

This is in preparation for exposing RTDyldMemoryManager through the C 
API.

This is a fixed version of r182407. That revision broke builds because I 
forgot to move the conditional includes of various POSIX headers from 
SectionMemoryManager into RTDyldMemoryManager. Those includes are 
necessary because of how getPointerToNamedFunction works around the 
glibc libc_nonshared.a thing.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182411 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-21 20:07:12 +00:00
..
Analysis isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also. 2013-05-18 19:30:37 +00:00
Archive
AsmParser
Bitcode
CodeGen Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen. 2013-05-21 14:37:16 +00:00
DebugInfo
ExecutionEngine Put RTDyldMemoryManager into its own file, and make it linked into 2013-05-21 20:07:12 +00:00
IR Roll out r182407 and r182408 because they broke builds. 2013-05-21 20:03:01 +00:00
IRReader
Linker
MC Cleanup relocation sorting for ELF. 2013-05-15 18:22:01 +00:00
Object Convert obj2yaml to use yamlio. 2013-05-17 22:58:42 +00:00
Option
Support Add cmake bits for md5. 2013-05-21 01:30:38 +00:00
TableGen
Target [mips] Rename option to make it compatible with gcc. 2013-05-21 17:17:59 +00:00
Transforms [msan] A no-op implementation of VarArg handling. 2013-05-21 12:27:47 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile