Skip to content
  1. Apr 24, 2013
    • Rafael Espindola's avatar
      Don't produce an empty llvm.compiler.used in LTO. · cc111b2b
      Rafael Espindola authored
      LTO was always creating an empty llvm.compiler.used. With this patch we
      now first check if there is anything to be added first.
      
      Unfortunately, there is no good way to test libLTO in isolation as it needs gold
      or ld64, but there are bots doing LTO builds that found this problem.
      
      llvm-svn: 180202
      cc111b2b
  2. Apr 23, 2013
    • Rafael Espindola's avatar
      Fix typo. · 7f08d1b9
      Rafael Espindola authored
      llvm-svn: 180137
      7f08d1b9
    • Rafael Espindola's avatar
      Simplify yaml2obj a bit. · ad3b9753
      Rafael Espindola authored
      The COFFParser now contains only a COFFYAML::Object and the string table
      (which is recomputed, not serialized).
      
      The structs in COFFParser now all begin with a Header field with what is
      actually on the COFF object. The other fields are things that are semantically
      part of the struct (relocations in a section for exmaple), but are not actually
      represented that way in the object file.
      
      llvm-svn: 180134
      ad3b9753
    • Rafael Espindola's avatar
      Write relocations in yaml2obj. · b716e622
      Rafael Espindola authored
      llvm-svn: 180115
      b716e622
  3. Apr 22, 2013
  4. Apr 20, 2013
  5. Apr 19, 2013
  6. Apr 18, 2013
  7. Apr 17, 2013
  8. Apr 16, 2013
  9. Apr 15, 2013
  10. Apr 13, 2013
  11. Apr 12, 2013
  12. Apr 11, 2013
  13. Apr 10, 2013
  14. Apr 09, 2013
  15. Apr 08, 2013
Loading