Skip to content
  1. Apr 22, 2011
    • Devang Patel's avatar
      Do not leak argument's DbgVariables. · ad45d911
      Devang Patel authored
      llvm-svn: 130004
      ad45d911
    • Evan Cheng's avatar
      Typo · 8ea3af47
      Evan Cheng authored
      llvm-svn: 129970
      8ea3af47
    • Bill Wendling's avatar
      Branch folding is folding a landing pad into a regular BB. · c14d7322
      Bill Wendling authored
      An exception is thrown via a call to _cxa_throw, which we don't expect to
      return. Therefore, the "true" part of the invoke goes to a BB that has
      'unreachable' as its only instruction. This is lowered into an empty MachineBB.
      The landing pad for this invoke, however, is directly after the "true" MBB.
      When the empty MBB is removed, the landing pad is directly below the BB with the
      invoke call. The unconditional branch is removed and then the two blocks are
      merged together.
      
      The testcase is too big for a regression test.
      <rdar://problem/9305728>
      
      llvm-svn: 129965
      c14d7322
  2. Apr 21, 2011
  3. Apr 20, 2011
  4. Apr 19, 2011
  5. Apr 18, 2011
  6. Apr 17, 2011
  7. Apr 16, 2011
  8. Apr 15, 2011
Loading