Skip to content
  1. Aug 12, 2013
    • Rui Ueyama's avatar
      [PECOFF] Trim at most one character from imported symbols. · f1ffe8ab
      Rui Ueyama authored
      The import name is not always the same as the symbol name. If the name/type
      field in the import header is NOPREFIX or UNDECORATE, we need to strip some
      characters from symbol to get its import name.
      
      The Microsoft PE/COFF spec is vague if symbol contains more than two
      consecutive characters to be stripped. We used to strip all characters,
      but it doesn't seem right as we couldn't link against the system library
      because of this name mangling. Looks like we shouldn't strip more than one
      character.
      
      llvm-svn: 188154
      f1ffe8ab
  2. Jul 30, 2013
  3. Jul 26, 2013
  4. Jul 25, 2013
  5. Jul 19, 2013
  6. Jul 11, 2013
    • Rui Ueyama's avatar
      [PECOFF] Support linking against DLL. · c8a53795
      Rui Ueyama authored
      This patch adds a new pass, IdataPass, to transform shared atom references
      to real references and to construct the .idata section data. With this patch
      lld can produce a working Hello World program by linking it against
      kernel32.dll and user32.dll.
      
      Reviewers: Bigcheese
      
      CC: llvm-commits
      
      Differential Revision: http://llvm-reviews.chandlerc.com/D1096
      
      llvm-svn: 186071
      c8a53795
  7. Jul 05, 2013
  8. Jun 30, 2013
  9. Jun 28, 2013
  10. Jun 17, 2013
Loading