Skip to content
  1. Mar 01, 2013
  2. Feb 28, 2013
    • Bill Wendling's avatar
      Add the -disable-opt option to LTO. This adds: · c7e0a044
      Bill Wendling authored
      - Consistency with opt (which supports the same option with the same meaning and
        description).
      - Debugging gold plugin-based linking without optimizations getting in the way.
      - Debugging programs linked with the gold plugin while preserving the original
        debug info.
      - Fine-grained control over LTO passes using the gold plugin in combination with
        opt (or clang/dragonegg).
      
      Patch by Cristiano Giuffrida!
      
      llvm-svn: 176257
      c7e0a044
  3. Feb 27, 2013
  4. Feb 26, 2013
    • Matt Arsenault's avatar
      Fix auto_ptr is deprecated warnings · bceea5df
      Matt Arsenault authored
      llvm-svn: 176123
      bceea5df
    • Andrew Kaylor's avatar
      Provide workaround for PR 15130. · cf99fd57
      Andrew Kaylor authored
      This changes the RecordingMemoryManager in lli to use mapped memory rather than malloc to allocate memory for sections and uses a 'near' MemoryBlock to keep the allocations together.  This works around a problem in MCJIT where relocations are applied to a generated image immediately oupon generation, which isn't appropriate for the remote case.
      
      llvm-svn: 176057
      cf99fd57
  5. Feb 21, 2013
  6. Feb 20, 2013
  7. Feb 15, 2013
  8. Feb 14, 2013
  9. Feb 13, 2013
  10. Feb 12, 2013
  11. Feb 11, 2013
  12. Feb 08, 2013
  13. Feb 06, 2013
  14. Feb 05, 2013
  15. Feb 04, 2013
  16. Feb 03, 2013
    • Michael J. Spencer's avatar
      [Object][Archive] Improve performance. · 9718f45d
      Michael J. Spencer authored
      Improve performance of iterating over children and accessing the member file
      buffer by caching the file size and moving code out to the header.
      
      This also makes getBuffer return a StringRef instead of a MemoryBuffer. Both
      fixing a memory leak and removing a malloc.
      
      This takes getBuffer from ~10% of the time in lld to unmeasurable.
      
      llvm-svn: 174272
      9718f45d
  17. Feb 01, 2013
  18. Jan 28, 2013
  19. Jan 26, 2013
  20. Jan 25, 2013
  21. Jan 24, 2013
  22. Jan 22, 2013
  23. Jan 21, 2013
  24. Jan 20, 2013
  25. Jan 19, 2013
Loading