Skip to content
  1. Sep 19, 2013
  2. Sep 18, 2013
  3. Sep 17, 2013
  4. Sep 16, 2013
  5. Sep 14, 2013
  6. Sep 13, 2013
    • Rui Ueyama's avatar
      Revert "[PECOFF] Allocate storage for .drective in the reader ..." · ec9bb694
      Rui Ueyama authored
      This reverts r189881 because that patch caused dangling StringRefs.
      
      llvm-svn: 190725
      ec9bb694
    • Rui Ueyama's avatar
      [PECOFF] Fix alignment bug. · a8ce9529
      Rui Ueyama authored
      There was a bug that if a section has an alignment requirement and there are
      multiple symbols at offset 0 in the section, only the last atom at offset 0
      would be aligned properly. That bug would move only the last symbol to an
      alignment boundary, leaving other symbols unaligned, although they should be at
      the same location. That caused a mysterious SEGV error of the resultant
      executable.
      
      With this patch, we manage all symbols at the same location properly, rather
      than keeping the last one.
      
      llvm-svn: 190724
      a8ce9529
    • Rui Ueyama's avatar
      [PECOFF] Fix atom default alignment. · 1ea9b977
      Rui Ueyama authored
      Alignment(1) does not mean that the atom should be aligned on a 1 byte
      boundary but on a 2^1 boundary. So, atoms without any specific alignment
      requirements should have Alignment(0).
      
      llvm-svn: 190723
      1ea9b977
    • Joerg Sonnenberger's avatar
      Add test case for the not-yet implemented copy relocations. · 3c6b0561
      Joerg Sonnenberger authored
      llvm-svn: 190714
      3c6b0561
    • Shankar Easwaran's avatar
      [lld][ELF] Handle multiple weak symbols · 2a92c18b
      Shankar Easwaran authored
      This handles multiple weak symbols which appear back to back. This fix is needed
      which otherwise will lead to symbols getting initialized to arbitrary values.
      
      There was a constructor/destructor test that really triggered this to be fixed
      on X86_64.
      
      Adds a test.
      
      llvm-svn: 190658
      2a92c18b
  7. Sep 12, 2013
  8. Sep 11, 2013
  9. Sep 10, 2013
  10. Sep 09, 2013
Loading