Skip to content
  1. Nov 20, 2012
  2. Nov 18, 2012
  3. Nov 16, 2012
  4. Nov 15, 2012
  5. Nov 13, 2012
  6. Nov 12, 2012
  7. Nov 08, 2012
  8. Nov 07, 2012
  9. Nov 05, 2012
    • Andrew Kaylor's avatar
      Add a method to indicate section address re-assignment is finished. · a714efc1
      Andrew Kaylor authored
      Prior to this patch RuntimeDyld attempted to re-apply relocations every time reassignSectionAddress was called (via MCJIT::mapSectionAddress).  In addition to being inefficient and redundant, this led to a problem when a section was temporarily moved too far away from another section with a relative relocation referencing the section being moved.  To fix this, I'm adding a new method (finalizeObject) which the client can call to indicate that it is finished rearranging section addresses so the relocations can safely be applied.
      
      llvm-svn: 167400
      a714efc1
    • Jim Grosbach's avatar
      lli: Initialize the native asm parser for inline assembly. · 2cce3f91
      Jim Grosbach authored
      MCJIT supports inline assembly, but requires the asm parser to do so.
      Make sure to link it in and initialize it.
      
      llvm-svn: 167392
      2cce3f91
  10. Nov 01, 2012
  11. Oct 31, 2012
  12. Oct 29, 2012
  13. Oct 26, 2012
  14. Oct 24, 2012
  15. Oct 23, 2012
  16. Oct 19, 2012
  17. Oct 18, 2012
    • Bob Wilson's avatar
      Revert "We need this symbol after an LTO build." · 3b8d7bc1
      Bob Wilson authored
      This reverts commit 165776.  The plug-in uses this symbol; it does not
      define it.  It needs to be exported from bugpoint itself, not from the plug-in.
      
      llvm-svn: 166207
      3b8d7bc1
    • Bob Wilson's avatar
      Temporarily revert the TargetTransform changes. · d6d9ccca
      Bob Wilson authored
      The TargetTransform changes are breaking LTO bootstraps of clang.  I am
      working with Nadav to figure out the problem, but I am reverting it for now
      to get our buildbots working.
      
      This reverts svn commits: 165665 165669 165670 165786 165787 165997
      and I have also reverted clang svn 165741
      
      llvm-svn: 166168
      d6d9ccca
  18. Oct 17, 2012
  19. Oct 16, 2012
  20. Oct 12, 2012
  21. Oct 11, 2012
    • Nadav Rotem's avatar
      · e1032873
      Nadav Rotem authored
      Add a new interface to allow IR-level passes to access codegen-specific information.
      
      llvm-svn: 165665
      e1032873
  22. Oct 10, 2012
  23. Oct 08, 2012
  24. Oct 05, 2012
    • NAKAMURA Takumi's avatar
      lli: [MCJIT] Suppress "__main" for cygming in... · a549b51a
      NAKAMURA Takumi authored
      lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPointerToNamedFunction(), like legacy JITMemoryManager's.
      
      CRT's __main (aka premain) invokes global ctors on cygming. See also PR3897.
      
      llvm-svn: 165312
      a549b51a
Loading