Skip to content
  1. Sep 11, 2006
  2. Aug 16, 2006
  3. Jul 27, 2006
  4. Jul 25, 2006
  5. Jul 07, 2006
  6. Jun 23, 2006
  7. Jun 16, 2006
  8. Jun 01, 2006
  9. May 16, 2006
  10. May 12, 2006
  11. May 09, 2006
  12. May 03, 2006
  13. May 02, 2006
  14. Apr 25, 2006
  15. Apr 22, 2006
  16. Feb 09, 2006
  17. Jan 31, 2006
  18. Jan 23, 2006
  19. Jan 07, 2006
  20. Aug 01, 2005
  21. Jul 30, 2005
  22. Jul 28, 2005
    • Andrew Lenharth's avatar
      Like constants, globals on some platforms are GOT relative. This means they have to be allocated · 3444cf51
      Andrew Lenharth authored
      near the GOT, which new doesn't do.  So break out the allocate into a new function.
      
      Also move GOT index handling into JITResolver.  This lets it update the mapping when a Lazy
      function is JITed.  It doesn't managed the table, just the mapping.  Note that this is
      still non-ideal, as any function that takes a function address should also take a GOT
      index, but that is a lot of changes.  The relocation resolve process updates any GOT entry
      it sees is out of date.
      
      llvm-svn: 22537
      3444cf51
Loading