Skip to content
  1. May 17, 2019
    • Martin Storsjö's avatar
      [MinGW] Allow requesting PDB output without giving a file name · 2c52ddf3
      Martin Storsjö authored
      When integrating PDB output in mingw targeting build systems, it
      might be a lot of extra work to specify unique file names for
      the pdb output. Therefore allow omitting the actual file name
      and let it implicitly be the same name as the linker output, with
      a pdb extension.
      
      As the current form of the pdb option takes a separate parameter value,
      e.g. "-pdb out.pdb", it is impractical to leave out the parameter value.
      
      Therefore, introduce a second syntax for the option, with an equals
      sign, like -pdb=out.pdb, where the value easily can be omitted.
      
      The form -pdb= for requesting pdb files with an implicit name should
      work fine, even though it looks a bit unconventional in that form.
      
      Differential Revision: https://reviews.llvm.org/D62004
      
      llvm-svn: 361014
      2c52ddf3
  2. Apr 19, 2019
  3. Feb 19, 2019
  4. Feb 06, 2019
  5. Feb 05, 2019
  6. Jan 29, 2019
  7. Jan 19, 2019
    • Chandler Carruth's avatar
      Update the file headers across all of the LLVM projects in the monorepo · 2946cd70
      Chandler Carruth authored
      to reflect the new license.
      
      We understand that people may be surprised that we're moving the header
      entirely to discuss the new license. We checked this carefully with the
      Foundation's lawyer and we believe this is the correct approach.
      
      Essentially, all code in the project is now made available by the LLVM
      project under our new license, so you will see that the license headers
      include that license only. Some of our contributors have contributed
      code under our old license, and accordingly, we have retained a copy of
      our old license notice in the top-level files in each project and
      repository.
      
      llvm-svn: 351636
      2946cd70
  8. Jan 05, 2019
  9. Oct 10, 2018
  10. Sep 10, 2018
  11. Jun 29, 2018
  12. May 15, 2018
  13. Mar 14, 2018
  14. Mar 01, 2018
  15. Feb 27, 2018
  16. Dec 15, 2017
  17. Dec 13, 2017
  18. Dec 12, 2017
  19. Nov 15, 2017
  20. Nov 03, 2017
  21. Oct 26, 2017
  22. Oct 23, 2017
    • Rui Ueyama's avatar
      lld::COFF: better behavior when using as a library · 6f4e2552
      Rui Ueyama authored
      Previously, the COFF driver would call exit(0) when called
      as a library.  Now it takes `ExitEarly` option, and if it
      is false, it doesn't exit.  So it is now more library-friendly.
      
      Furthermore, link() calls freeArena() before returning, to
      clean up resources.
      
      Based on an Andrew Kelley's patch.
      
      Differential Revision: https://reviews.llvm.org/D39202
      
      llvm-svn: 316370
      6f4e2552
  23. Oct 12, 2017
  24. Oct 03, 2017
  25. Sep 14, 2017
  26. Sep 13, 2017
Loading