summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGException.h
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Move EHPersonality from CGException.h into the cpp file, it has no o...Benjamin Kramer2012-02-081-56/+0
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-6/+6
* Fix Objective-C++ exceptions (GNU runtime).David Chisnall2011-03-201-0/+1
* Move all the cleanups framework code into a single file.John McCall2011-01-281-536/+3
* ARM EH uses a different personality function in C.John McCall2010-11-071-0/+1
* Opportunistically use the C++ personality function in ObjC++John McCall2010-09-161-6/+6
* Implement the EH cleanup to call 'operator delete' if a new-expression throwsJohn McCall2010-09-141-27/+21
* More cleanup enabling.John McCall2010-08-141-0/+22
* Sketch out a framework for delaying the activation of a cleanup.John McCall2010-08-131-4/+36
* Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall2010-07-231-10/+154
* Rename LazyCleanup -> Cleanup. No functionality change for these last threeJohn McCall2010-07-211-15/+15
* Rip out EHCleanupScope.John McCall2010-07-211-62/+3
* The GNU-runtime ObjC personality function doesn't let us rethrow with URR forJohn McCall2010-07-171-0/+26
* Teach IR generation how to lazily emit cleanups. This has a lot of advantages,John McCall2010-07-131-3/+89
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-0/+342
OpenPOWER on IntegriCloud