Skip to content
  1. Sep 06, 2013
  2. Aug 31, 2013
  3. Aug 29, 2013
  4. Aug 28, 2013
  5. Aug 27, 2013
  6. Aug 26, 2013
  7. Aug 24, 2013
  8. 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
  9. Aug 07, 2013
  10. 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
  11. Jul 30, 2013
  12. Jul 27, 2013
  13. Jul 26, 2013
  14. Jul 25, 2013
  15. Jul 23, 2013
  16. Jul 20, 2013
  17. Jul 19, 2013
  18. Jul 16, 2013
  19. Jun 16, 2013
  20. Jun 11, 2013
  21. Jun 09, 2013
  22. Jun 08, 2013
  23. May 31, 2013
Loading