aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SjLjEHPrepare.cpp
AgeCommit message (Expand)Author
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-08-31PR4747Jim Grosbach
2009-08-23SJLJ pass needs to punt if there's no personality function available.Jim Grosbach
2009-08-20Check for shared landing pads when assigning call site values. Invokes whichJim Grosbach
2009-08-17cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::v...Jim Grosbach
2009-08-17Fix build warning.Daniel Dunbar
2009-08-17Move the sjlj exception handling conversions to a back-end pass where theyJim Grosbach