Skip to content
  1. Oct 24, 2009
    • Jeffrey Yasskin's avatar
      Fix http://llvm.org/PR4822: allow module deletion after a function has been · d0fc8f80
      Jeffrey Yasskin authored
      compiled.
      
      When functions are compiled, they accumulate references in the JITResolver's
      stub maps. This patch removes those references when the functions are
      destroyed.  It's illegal to destroy a Function when any thread may still try to
      call its machine code.
      
      This patch also updates r83987 to use ValueMap instead of explicit CallbackVHs
      and fixes a couple "do stuff inside assert()" bugs from r84522.
      
      llvm-svn: 84975
      d0fc8f80
  2. Oct 20, 2009
  3. Oct 19, 2009
  4. Oct 15, 2009
  5. Oct 14, 2009
  6. Oct 13, 2009
  7. Oct 10, 2009
  8. Oct 06, 2009
  9. Aug 13, 2009
  10. Aug 05, 2009
  11. Jul 31, 2009
  12. Jul 30, 2009
  13. Jul 25, 2009
  14. Jul 24, 2009
  15. Jul 23, 2009
  16. Jul 18, 2009
  17. Jul 15, 2009
  18. Jul 13, 2009
    • Owen Anderson's avatar
      Begin the painful process of tearing apart the rat'ss nest that is... · 53a52215
      Owen Anderson authored
      Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
      This involves temporarily hard wiring some parts to use the global context.  This isn't ideal, but it's
      the only way I could figure out to make this process vaguely incremental.
      
      llvm-svn: 75445
      53a52215
  19. Jul 11, 2009
  20. Jul 10, 2009
  21. Jul 08, 2009
  22. Jul 01, 2009
  23. Jun 25, 2009
Loading