Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert tests to the new EH model. | Bill Wendling | 2011-11-08 | 1 | -15/+10 |
| | | | | llvm-svn: 144048 | ||||
* | SjLj EH could produce a machine basic block that legitimately has more than one | Bill Wendling | 2011-05-04 | 1 | -0/+93 |
landing pad as its successor. SjLj exception handling jumps to the correct landing pad via a switch statement that's generated right before code-gen. Loosen the constraint in the machine instruction verifier to allow for this. Note, this isn't the most rigorous check since we cannot determine where that switch statement came from. But it's marginally better than turning this check off when SjLj exceptions are used. <rdar://problem/9187612> llvm-svn: 130881 |