Skip to content
  1. Jun 23, 2013
  2. Jun 21, 2013
  3. Jun 20, 2013
    • Shankar Easwaran's avatar
      [TargetInfo] Undefined symbols move from ELFTargetInfo to TargetInfo · 89488966
      Shankar Easwaran authored
      This change moves the functionality of undefinedSymbols that were created in
      ELFTargetInfo into TargetInfo. Looks like MachO/Windows use similiar options
      like in ELF for creating undefined symbols when the linker is invoked.
      
      Address comment from Ruiu.
      
      (No change in functionality, except moving the functionality from ELF to
      TargetInfo, so that multiple architectures can use the same)
      
      llvm-svn: 184398
      89488966
  4. Jun 19, 2013
  5. Jun 17, 2013
  6. Jun 16, 2013
  7. Jun 15, 2013
  8. Jun 14, 2013
    • Rui Ueyama's avatar
      [PECOFF] Fix build error on Win64. · 642c1a29
      Rui Ueyama authored
      llvm-svn: 183965
      642c1a29
    • Rui Ueyama's avatar
      [lld][PECOFF] Read relocation entries. · ef2c5413
      Rui Ueyama authored
      Summary:
      COFFReference class is defined to represent relocation information for
      COFFDefinedAtom, as ELFReference for ELFDefinedAtom. ReaderCOFF can now
      read relocation entries and create COFFReferences accordingly.
      
      I need to make WriterPECOFF to handle the relocation references created by
      the reader, but this patch is already big, so I think it's probably better
      to get it reviewed now.
      
      Reviewers: Bigcheese
      
      CC: llvm-commits
      
      Differential Revision: http://llvm-reviews.chandlerc.com/D976
      
      llvm-svn: 183964
      ef2c5413
  9. Jun 13, 2013
  10. Jun 12, 2013
  11. Jun 11, 2013
Loading