Skip to content
  1. Jan 15, 2013
  2. Jan 09, 2013
    • Nick Kledzik's avatar
      Better tie together ContentType and Permissions. · cc3d2dca
      Nick Kledzik authored
      Since most content types (e.g. typeCode) have a 
      preferred Permission, add a function to do that mapping.
      Then hook up to YAML Reader and Writer such that
      the 'permissions:' key does not need to be specified unless
      overriding what the content type prefers.
      
      llvm-svn: 171929
      cc3d2dca
    • Nick Kledzik's avatar
      fix typo · 80fe9079
      Nick Kledzik authored
      llvm-svn: 171916
      80fe9079
  3. Jan 05, 2013
  4. Jan 04, 2013
  5. Dec 04, 2012
  6. Nov 05, 2012
  7. Jun 15, 2012
  8. Jun 01, 2012
  9. May 22, 2012
  10. May 04, 2012
  11. Apr 30, 2012
  12. Apr 20, 2012
  13. Apr 18, 2012
  14. Apr 09, 2012
  15. Apr 08, 2012
  16. Apr 07, 2012
  17. Apr 03, 2012
  18. Mar 29, 2012
  19. Mar 28, 2012
  20. Mar 16, 2012
  21. Mar 12, 2012
  22. Mar 09, 2012
  23. 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
  24. Feb 22, 2012
  25. Feb 15, 2012
  26. Feb 07, 2012
Loading