aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SjLjEHPrepare.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR4747Jim Grosbach2009-08-311-34/+20
* SJLJ pass needs to punt if there's no personality function available.Jim Grosbach2009-08-231-23/+27
* Check for shared landing pads when assigning call site values. Invokes whichJim Grosbach2009-08-201-20/+34
* cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::v...Jim Grosbach2009-08-171-24/+16
* Fix build warning.Daniel Dunbar2009-08-171-1/+1
* Move the sjlj exception handling conversions to a back-end pass where theyJim Grosbach2009-08-171-0/+527