Skip to content
  1. Jan 23, 2013
    • Michael J. Spencer's avatar
      Move everything over to TargetInfo. · 64afcb4c
      Michael J. Spencer authored
      I really would have liked to split this patch up, but it would greatly
      complicate the lld-core and lld drivers having to deal with both
      {Reader,Writer}Option and TargetInfo.
      
      llvm-svn: 173217
      64afcb4c
  2. Jun 01, 2012
  3. Apr 07, 2012
  4. Apr 03, 2012
  5. 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
  6. Dec 22, 2011
  7. Dec 18, 2011
  8. Jun 27, 2011
  9. Jun 08, 2010
  10. May 11, 2010
Loading