Skip to content
  1. Aug 17, 2011
    • Devang Patel's avatar
      Until now all debug info MDNodes referred to a root MDNode, a compile unit.... · eb1bb4e4
      Devang Patel authored
      Until now all debug info MDNodes referred to a root MDNode, a compile unit. This simplified handling of these needs in dwarf writer.  However, one side effect of this is that during link time optimization all these MDNodes are _not_ uniqued. In other words there will be N number of MDNodes describing "int", "char" and all other types, which would suddenly grow when each object file starts using libraries like STL.
      
      MDNodes graph structure such that compiler unit keeps track of important MDNodes and update dwarf writer to process mdnodes top-down instead of bottom up.
      
      llvm-svn: 137778
      eb1bb4e4
    • Eli Friedman's avatar
      A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stop · 0793eb4c
      Eli Friedman authored
      making random bad assumptions about instructions which are not explicitly listed.  
      
      Includes fix for rdar://9956541, a version of "undef ^ undef should return
      0 because it's easier than arguing with users".
      
      llvm-svn: 137777
      0793eb4c
  2. Aug 16, 2011
Loading