Skip to content
Snippets Groups Projects
  1. Jun 11, 2013
  2. Jun 10, 2013
  3. Jun 09, 2013
  4. Jun 08, 2013
  5. Jun 07, 2013
  6. Jun 06, 2013
  7. Jun 05, 2013
  8. Jun 03, 2013
  9. Jun 01, 2013
  10. May 31, 2013
  11. May 30, 2013
  12. May 29, 2013
  13. May 28, 2013
  14. May 27, 2013
  15. May 26, 2013
  16. May 25, 2013
  17. May 23, 2013
  18. May 22, 2013
    • Shankar Easwaran's avatar
      [lld][LayoutPass] An earlier commit moved the functionality so that Atoms would · d8da989e
      Shankar Easwaran authored
      be laid out by their ordinal overrides first, there was a bug that two atoms may 
      get the same override index due to which atoms were not ordered properly. This
      commit fixes the problem.
      
      Now the atoms are ordered by 
      
      - Section Position hints
      - Atom override (Using layout-after/layout-before/in-group)
      - Content Permissions
      - Content Type
      - File Ordinal
      
      This also fixes the problem of running c++ static executables that 
      was broken by an earlier patch.
      
      llvm-svn: 182494
      d8da989e
  19. May 21, 2013
Loading