Skip to content
  1. Aug 13, 2013
  2. Aug 12, 2013
  3. Aug 09, 2013
  4. Aug 08, 2013
  5. Aug 07, 2013
  6. Aug 03, 2013
    • Rui Ueyama's avatar
      Remove unused using's. · 05f1ae98
      Rui Ueyama authored
      llvm-svn: 187690
      05f1ae98
    • Rui Ueyama's avatar
      [PECOFF] Move more code from Atoms.h to ReaderCOFF.cpp. · 707754f3
      Rui Ueyama authored
      llvm-svn: 187688
      707754f3
    • Rui Ueyama's avatar
      [PECOFF] Remove special treatment of "--" option. · 35947af0
      Rui Ueyama authored
      Thanks to Hans' patch (r187675), OptTable now handles "--", so we don't
      need this code in LLD.
      
      llvm-svn: 187683
      35947af0
    • Rui Ueyama's avatar
      [PECOFF] Remove COFFDefinedFileAtom::originalOffset(). · f6e90afb
      Rui Ueyama authored
      The aim of this patch is to reduce the dependency from COFFDefinedAtom
      to COFF structs defined in llvm/Object/COFF.h. Currently many attributes
      of the atom are computed in the atom. That provide a simple interface but
      does not work well in some cases.
      
      There are some cases that the same type atom is created from different
      parts of a COFF file. One example is the BSS atom, which can be created
      from the defined symbol in the .bss section or from the undefined symbol.
      Computing attributes from different sources in the atom complicates the
      code. We should compute it outside the atom.
      
      In the next patch, I'll move more code from Atoms.h to ReaderCOFF.cpp.
      
      llvm-svn: 187681
      f6e90afb
  7. Aug 02, 2013
  8. Aug 01, 2013
  9. Jul 31, 2013
  10. Jul 30, 2013
Loading