aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGException.h
AgeCommit message (Expand)Author
2012-02-08CodeGen: Move EHPersonality from CGException.h into the cpp file, it has no o...Benjamin Kramer
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-03-20Fix Objective-C++ exceptions (GNU runtime).David Chisnall
2011-01-28Move all the cleanups framework code into a single file.John McCall
2010-11-07ARM EH uses a different personality function in C.John McCall
2010-09-16Opportunistically use the C++ personality function in ObjC++John McCall
2010-09-14Implement the EH cleanup to call 'operator delete' if a new-expression throwsJohn McCall
2010-08-14More cleanup enabling.John McCall
2010-08-13Sketch out a framework for delaying the activation of a cleanup.John McCall
2010-07-23Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall
2010-07-21Rename LazyCleanup -> Cleanup. No functionality change for these last threeJohn McCall
2010-07-21Rip out EHCleanupScope.John McCall
2010-07-17The GNU-runtime ObjC personality function doesn't let us rethrow with URR forJohn McCall
2010-07-13Teach IR generation how to lazily emit cleanups. This has a lot of advantages,John McCall
2010-07-06Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall