Skip to content
  1. Aug 17, 2011
    • Bill Wendling's avatar
      Modify for the new EH scheme. · 1cdd7fdf
      Bill Wendling authored
      Things are much saner now. We no longer need to modify the laning pads, because
      of the invariants we impose upon them. The only thing DwarfEHPrepare needs to do
      is convert the 'resume' instruction into a call to '_Unwind_Resume'.
      
      llvm-svn: 137855
      1cdd7fdf
    • 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
  2. Aug 16, 2011
  3. Aug 15, 2011
  4. Aug 13, 2011
  5. Aug 12, 2011
  6. Aug 11, 2011
  7. Aug 10, 2011
Loading