Skip to content
  1. Sep 20, 2013
    • Rui Ueyama's avatar
      [PECOFF] Ignore /incremental option. · 50893942
      Rui Ueyama authored
      /incremental is an option to enable incremental linking. We will eventually
      want to implement the feature for better performance, but in the meantime,
      we want to just ignore the option so that the linker does not output unknown
      option error when it sees /incremental option.
      
      llvm-svn: 191063
      50893942
    • Rui Ueyama's avatar
      [PECOFF] Ignore /errorReport command line option. · 91a95a59
      Rui Ueyama authored
      /errorReport is a command line option to let the linker to report internal
      linker error information to Microsoft. For LLD that option doesn't make any
      sense, so it just ignores the option.
      
      llvm-svn: 191044
      91a95a59
  2. Sep 19, 2013
  3. Sep 12, 2013
  4. Sep 06, 2013
  5. Aug 31, 2013
  6. Aug 29, 2013
  7. Aug 28, 2013
  8. Aug 27, 2013
  9. Aug 26, 2013
  10. Aug 24, 2013
  11. Aug 13, 2013
    • Hans Wennborg's avatar
      [PECOFF] Handle "--" option explicitly · 04632f1f
      Hans Wennborg authored
      This used to be handled automagically by the option parsing library,
      but after LLVM r188314, we should handle it ourselves.
      
      No functionality change, but adds a test.
      
      llvm-svn: 188318
      04632f1f
  12. Aug 07, 2013
  13. Aug 01, 2013
    • Rui Ueyama's avatar
      Revert "[PECOFF][Driver] Remove quotes from command line arguments." · 3adc09e9
      Rui Ueyama authored
      This reverts commit r187390 because we should not handle argv's quotes ourselves.
      
      In Windows, unlike Unix, quotes are not processed by the shell. Instead the C
      startup routine parses it as described in
      http://msdn.microsoft.com/en-us/library/a1y7w461.aspx and pass the results to
      main(). So, at the time when the control reaches main(), quotes that should be
      removed has already been removed.
      
      We still need to handle quotes in the response file and in .drectve section
      ourselves. That will be addressed in different patches.
      
      llvm-svn: 187534
      3adc09e9
  14. Jul 30, 2013
  15. Jul 27, 2013
  16. Jul 26, 2013
  17. Jul 25, 2013
  18. Jul 23, 2013
  19. Jul 20, 2013
  20. Jul 19, 2013
  21. Jul 16, 2013
  22. Jun 16, 2013
  23. Jun 11, 2013
  24. Jun 09, 2013
  25. Jun 08, 2013
  26. May 31, 2013
Loading