llvm-6502/include/llvm
Filip Pizlo a4ea4a7203 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 and r182411. That first 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. 
The latter revision still broke things because I forgot to include 
llvm/Config/config.h.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182418 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-21 20:24:07 +00:00
..
ADT Comment update: these things are called "configuration names" these days, not 2013-05-20 23:55:41 +00:00
Analysis
Assembly
Bitcode
CodeGen The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase like the other EH passes. 2013-05-20 21:54:18 +00:00
Config
DebugInfo
ExecutionEngine Put RTDyldMemoryManager into its own file, and make it linked into 2013-05-21 20:24:07 +00:00
IR [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic 2013-05-21 16:51:30 +00:00
IRReader
MC
Object Add basic support for ELF32-ppc relocations to llvm-dwarfdump. 2013-05-18 16:00:35 +00:00
Option
Support Add an md5 library derived from a public domain implementation for dwarf4 2013-05-21 01:28:35 +00:00
TableGen
Target
Transforms Rename LoopSimplify.h to LoopUtils.h 2013-05-20 20:46:30 +00:00
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h PR14606: Debug Info for namespace aliases/DW_TAG_imported_module 2013-05-20 22:50:35 +00:00
DIBuilder.h Remove duplicated comment. 2013-05-21 18:06:33 +00:00
GVMaterializer.h
InitializePasses.h
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h
Linker.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h