Skip to content
  1. Jul 20, 2013
  2. Jul 19, 2013
  3. 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
  4. Jun 19, 2013
  5. Jun 17, 2013
  6. Jun 11, 2013
    • Rafael Espindola's avatar
      Factor duplicated yamlReader creation. · c1b32686
      Rafael Espindola authored
      The yaml reader is not specific to any file format. This patch moves
      it to TargetInfo and makes validate a non virtual interface so that it
      can be constructed from a single location.
      
      The same method will be used to create a reader for llvm bitcode
      files.
      
      llvm-svn: 183740
      c1b32686
  7. Jun 09, 2013
  8. Jun 08, 2013
  9. May 28, 2013
Loading