Skip to content
  1. Jul 03, 2013
  2. Jul 02, 2013
  3. Jul 01, 2013
  4. Jun 30, 2013
  5. Jun 29, 2013
  6. Jun 28, 2013
  7. Jun 27, 2013
  8. Jun 24, 2013
    • Shankar Easwaran's avatar
      [lld] rename member variable name. · 2302bd55
      Shankar Easwaran authored
      This renames variable name to reflect initial undefined symbols that are
      defined by the linker -u option.
      
      This doesnot change any functionality in lld, and updates code to reflect
      Nick's comment.
      
      llvm-svn: 184682
      2302bd55
  9. Jun 23, 2013
  10. Jun 21, 2013
  11. 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
  12. Jun 19, 2013
  13. Jun 17, 2013
  14. Jun 16, 2013
Loading