aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SjLjEHPrepare.cpp
AgeCommit message (Expand)Author
2010-01-28Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach
2010-01-21back this out for now. Growing Function is not good.Jim Grosbach
2010-01-21Make sure that landing pad entries in the EH call site table are in the properJim Grosbach
2010-01-15Fix 80 column violations and clean up whitespaceJim Grosbach
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-14I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands
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