Skip to content
  1. May 23, 2013
  2. May 22, 2013
  3. May 21, 2013
    • Filip Pizlo's avatar
      Put RTDyldMemoryManager into its own file, and make it linked into · 1cec8abf
      Filip Pizlo authored
      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.
      
      llvm-svn: 182418
      1cec8abf
    • Filip Pizlo's avatar
      Roll out r182411 and 182412 because it's still broken. · 9d801b10
      Filip Pizlo authored
      llvm-svn: 182415
      9d801b10
    • Filip Pizlo's avatar
      Fix busted comment. This conditional include block used to be in... · 76a95062
      Filip Pizlo authored
      Fix busted comment. This conditional include block used to be in SectionMemoryManager, but is now in RTDyldMemoryManager.
      
      llvm-svn: 182412
      76a95062
    • Filip Pizlo's avatar
      Put RTDyldMemoryManager into its own file, and make it linked into · b2a1e19a
      Filip Pizlo authored
      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.
      
      llvm-svn: 182411
      b2a1e19a
    • Filip Pizlo's avatar
      Roll out r182407 and r182408 because they broke builds. · 5aefb133
      Filip Pizlo authored
      llvm-svn: 182409
      5aefb133
Loading