Skip to content
  1. Jul 25, 2012
  2. Jul 17, 2012
  3. Jun 22, 2012
  4. Jun 17, 2012
    • Michael J. Spencer's avatar
      Fix MSVC compat. MSVC doesn't have bzero. · aedfa6a3
      Michael J. Spencer authored
      Although the code is not valid to begin with. It is trying to do a raw memory
      copy of a non standard-layout type. nameoffset is not guaranteed to directly
      follow cmdsize.
      
      This should be properly fixed.
      
      llvm-svn: 158612
      aedfa6a3
  5. Jun 15, 2012
  6. Jun 13, 2012
  7. Jun 12, 2012
  8. Jun 07, 2012
  9. Jun 01, 2012
  10. May 22, 2012
  11. May 04, 2012
  12. May 03, 2012
    • Michael J. Spencer's avatar
      Add COFF reader. · 60d835fa
      Michael J. Spencer authored
      There are no tests for this yet because I still need to finish the
      YAML -> COFF converter so we don't get binary files checked in.
      
      llvm-svn: 156100
      60d835fa
  13. Apr 30, 2012
  14. Apr 26, 2012
  15. Apr 20, 2012
    • Michael J. Spencer's avatar
      MSVC fixes: · 34fbcb4c
      Michael J. Spencer authored
      * MSVC does not yet support initializer lists and uniform initialization.
      * MSVC does not support flexible array members (And neither does C++).
      
      The Mach-O writer test still fails with this, but it all compiles and
      all other tests pass.
      
      llvm-svn: 155215
      34fbcb4c
    • Nick Kledzik's avatar
      Add way to represent static archives in yaml test cases. · 20e652d6
      Nick Kledzik authored
      Add SharedLibraryFile and ArchiveLibraryFile subclasses of File.
      
      Add command line options to lld-core to set various ResolverOptions settings
      and added lots of test cases to verify the options work.
      
      llvm-svn: 155183
      20e652d6
  16. Apr 18, 2012
  17. Apr 09, 2012
  18. Apr 08, 2012
  19. Apr 07, 2012
  20. Apr 03, 2012
  21. Mar 29, 2012
  22. Mar 28, 2012
Loading