Skip to content
  1. Oct 24, 2013
    • Rui Ueyama's avatar
      [PECOFF] Support embedding resource file into executable. · b32b95d8
      Rui Ueyama authored
      Instead of making the linker to create a manifest XML file in the same
      directory as the resulting binary, you can embed the XML as a part of
      resource into the executable.
      
      In order to do that, the linker first creates a resource script file containing
      the XML file, compile it into a binary resource file with RC.EXE, and then
      convert it to a COFF file with CVTRES.EXE.
      
      llvm-svn: 193298
      b32b95d8
  2. Oct 23, 2013
  3. Oct 22, 2013
  4. Oct 19, 2013
  5. Oct 16, 2013
  6. Oct 10, 2013
  7. Oct 08, 2013
  8. Oct 07, 2013
    • Shankar Easwaran's avatar
      [lld][InputGraph] Change the Resolver to use inputGraph · a96f3a3d
      Shankar Easwaran authored
      Changes :-
      
      a) Functionality in InputGraph to insert Input elements at any position
      b) Functionality in the Resolver to use nextFile
      c) Move the functionality of assigning file ordinals to InputGraph
      d) Changes all inputs to MemoryBuffers
      e) Remove LinkerInput, InputFiles, ReaderArchive
      
      llvm-svn: 192081
      a96f3a3d
  9. Sep 27, 2013
  10. Sep 25, 2013
  11. Sep 24, 2013
  12. Sep 23, 2013
  13. Sep 20, 2013
  14. Sep 19, 2013
  15. Sep 13, 2013
  16. Sep 12, 2013
  17. Sep 10, 2013
Loading