Skip to content
  1. Oct 22, 2013
  2. Oct 19, 2013
  3. Oct 16, 2013
  4. Oct 10, 2013
  5. Oct 08, 2013
  6. 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
  7. Sep 27, 2013
  8. Sep 25, 2013
  9. Sep 24, 2013
  10. Sep 23, 2013
  11. Sep 20, 2013
  12. Sep 19, 2013
  13. Sep 13, 2013
  14. Sep 12, 2013
  15. Sep 10, 2013
  16. Sep 07, 2013
  17. Sep 06, 2013
  18. Sep 05, 2013
  19. Sep 04, 2013
    • Rui Ueyama's avatar
      [PECOFF] Ignore options starting with -? · 959aebf8
      Rui Ueyama authored
      The compiler is allowed to add a linker option starting with -?<name> to
      .drectve section. If the linker can interpret -<name>, it's processed as if
      there's no question mark there. If not, such option is silently ignored.
      
      This is a COFF's feature to allow the compiler to emit new linker options
      while keeping compatibility with older linkers.
      
      llvm-svn: 189897
      959aebf8
Loading