Skip to content
  1. Aug 27, 2013
  2. Aug 26, 2013
  3. Aug 25, 2013
  4. Aug 24, 2013
  5. Aug 23, 2013
    • Shankar Easwaran's avatar
      [lld][ELF] Dont ignore zero sized sections. · f9fe6250
      Shankar Easwaran authored
      There may be relocations that may be pointing to the section
      even if the section sizes are 0. We shouldnot ignore them
      for that regard.
      
      llvm-svn: 189139
      f9fe6250
    • Shankar Easwaran's avatar
      [lld][ELF][Cleanup] Section associated with the relocation traversed · 78457803
      Shankar Easwaran authored
      There is no change in functionality, this uses the defined way to access
      the relocation section that belongs to a particular section.
      
      llvm-svn: 189138
      78457803
    • Shankar Easwaran's avatar
      [lld][ELF] Rename typeTLV content type for ELF · d9e0a493
      Shankar Easwaran authored
      typeTLV content type is used by Darwin to represent thread local
      storage. A new contentType has to be made to represent ELF
      thread local storage data. These have been set to
      
      - typeThreadZeroFill (represents TBSS storage)
      - typeThreadData     (represents TDATA storage)
      
      llvm-svn: 189137
      d9e0a493
    • Shankar Easwaran's avatar
      [lld] handle typeZeroFill atoms in ELF/Native/YAML · d17ba4bd
      Shankar Easwaran authored
      BSS atoms dont take any file space in the Input file. They are associated
      with a contentType(typeZeroFill). Similiar zero fill types also exist which
      have the same meaning in terms of occupying file space in the Input.
      
      These atoms have to be handled seperately when writing to the
      lld's intermediate file or the lld test infrastructure.
      
      Also adds a test.
      
      llvm-svn: 189136
      d17ba4bd
  6. Aug 22, 2013
  7. Aug 13, 2013
  8. Aug 12, 2013
  9. Aug 09, 2013
  10. Aug 07, 2013
  11. Aug 03, 2013
Loading