Skip to content
  1. Nov 16, 2013
  2. Nov 15, 2013
  3. Nov 08, 2013
  4. Oct 18, 2013
  5. Sep 27, 2013
  6. Aug 23, 2013
    • Shankar Easwaran's avatar
      [lld] handle typeZeroFill atoms in ELF/Native/YAML · d17ba4bd
      Shankar Easwaran authored
      BSS atoms dont take any file space in the Input file. They are associated
      with a contentType(typeZeroFill). Similiar zero fill types also exist which
      have the same meaning in terms of occupying file space in the Input.
      
      These atoms have to be handled seperately when writing to the
      lld's intermediate file or the lld test infrastructure.
      
      Also adds a test.
      
      llvm-svn: 189136
      d17ba4bd
  7. Aug 07, 2013
  8. Jul 16, 2013
  9. Jun 21, 2013
  10. Jun 13, 2013
  11. Mar 14, 2013
  12. Feb 24, 2013
  13. Jan 23, 2013
  14. Oct 18, 2012
    • Sid Manning's avatar
      This update does the following: · 2a59024f
      Sid Manning authored
        * Moves enum Scope from DefinedAtom.h to Atom.h
        * Adds scope method to AbsoluteAtom class
        * Updates YAML to print scope of AbsoluteAtoms
        * Update Native Reader/Writer to handle this new, "attribute"
        * Adds testcase 
      Reviewed and approved by Nick Kledzik
      
      llvm-svn: 166189
      2a59024f
  15. Sep 11, 2012
  16. Jun 01, 2012
  17. Apr 09, 2012
  18. Apr 07, 2012
  19. Apr 03, 2012
  20. Mar 28, 2012
  21. Mar 09, 2012
  22. 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
  23. Feb 22, 2012
  24. Feb 15, 2012
  25. Feb 07, 2012
  26. Jan 31, 2012
  27. Jan 16, 2012
Loading