Skip to content
  1. Aug 19, 2011
  2. Aug 17, 2011
    • Bill Wendling's avatar
      Add the support in code-gen for the landingpad instruction lowering. · 247fd3bf
      Bill Wendling authored
      The landingpad instruction is lowered into the EXCEPTIONADDR and EHSELECTION
      SDNodes. The information from the landingpad instruction is harvested by the
      'AddLandingPadInfo' function. The new EH uses the current EH scheme in the
      back-end. This will change once we switch over to the new scheme. (Reviewed by
      Jakob!)
      
      llvm-svn: 137880
      247fd3bf
    • Bill Wendling's avatar
      Revert patch. Forgot a dependent commit. · a408e5bf
      Bill Wendling authored
      llvm-svn: 137875
      a408e5bf
    • Bill Wendling's avatar
      Add the body of 'visitLandingPad'. · 2a521948
      Bill Wendling authored
      This generates the SDNodes for the new exception handling scheme. It takes the
      two values coming from the landingpad instruction and assigns them to the
      EXCEPTIONADDR and EHSELECTION nodes.
      
      llvm-svn: 137873
      2a521948
    • 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
  3. Aug 16, 2011
  4. Aug 15, 2011
  5. Aug 13, 2011
  6. Aug 12, 2011
  7. Aug 11, 2011
Loading