Skip to content
  1. Jul 16, 2013
  2. Jul 15, 2013
  3. Jul 11, 2013
  4. Jul 09, 2013
    • Rui Ueyama's avatar
      [PECOFF][Writer] Compute the size of a chunk each time it's added rather than all at once. · cf68e2a1
      Rui Ueyama authored
      Contents of ".reloc" section depends on the addresses of other sections, so
      the section cannot be created until all the other sections are created and get
      their memory addresses (RVAs). That means that computation of section size
      needs to be at least two pass.
      
      Techynically there's no reason to compute it all at once, but instead we can
      compute the address of a section as added to the output file. Doing so helps
      us to create ".reloc" section.
      
      llvm-svn: 185902
      cf68e2a1
  5. Jul 08, 2013
  6. Jul 05, 2013
  7. Jul 04, 2013
  8. Jul 03, 2013
  9. Jul 02, 2013
  10. Jul 01, 2013
  11. Jun 30, 2013
  12. Jun 29, 2013
  13. Jun 28, 2013
  14. Jun 27, 2013
  15. 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
Loading