Skip to content
  1. Jun 07, 2012
  2. Jun 01, 2012
  3. May 22, 2012
  4. May 04, 2012
  5. 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
  6. Apr 30, 2012
  7. Apr 26, 2012
  8. 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
  9. Apr 18, 2012
  10. Apr 09, 2012
  11. Apr 08, 2012
  12. Apr 07, 2012
  13. Apr 03, 2012
  14. Mar 29, 2012
  15. Mar 28, 2012
  16. Mar 16, 2012
  17. Mar 12, 2012
  18. Mar 09, 2012
  19. Mar 08, 2012
    • Nick Kledzik's avatar
      Sources now require C++11 to build. · 1a6615dc
      Nick Kledzik authored
      Add first linker pass (StubsPass) which looks for calls to shared library
      symbols and replaces them with calls to a StubAtom.  On ELF system, a "stub"
      is a PLT entry.  Added a simple test case.
      
      Pass a Platform object to YAML reader and writer for converting fixup kinds 
      between names and values.
      
      Change output of Resolver to be a File object instead of a vector of Atoms.
      Thus, passes operate on a File instead of just Atoms.
      
      Rework how to walk through a File's Atoms. Now iterator based instead of 
      a method that visits each atom.  
      
      llvm-svn: 152269
      1a6615dc
  20. Feb 22, 2012
  21. Feb 15, 2012
  22. Feb 07, 2012
  23. Jan 31, 2012
Loading