Skip to content
  1. Apr 18, 2012
  2. Apr 10, 2012
  3. Apr 09, 2012
  4. Apr 08, 2012
  5. Apr 07, 2012
  6. Apr 06, 2012
  7. Apr 03, 2012
  8. Mar 29, 2012
  9. Mar 28, 2012
  10. Mar 20, 2012
  11. Mar 16, 2012
  12. Mar 13, 2012
  13. Mar 12, 2012
  14. Mar 09, 2012
  15. 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
Loading