summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/eh.cpp
Commit message (Expand)AuthorAgeFilesLines
* When creating a jump destination, its scope should be the scope of theJohn McCall2010-07-281-0/+35
* Test for the presence of EH branch-throughs instead of normal branch-throughs.John McCall2010-07-261-0/+18
* Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall2010-07-231-0/+71
* Fix the IR generation for catching pointers by references.John McCall2010-07-201-0/+41
* Allow for the possibility that __cxa_end_catch might throw for a catch-all blockJohn McCall2010-07-131-4/+36
* Switch the __cxa_free_exception cleanup to be lazy.John McCall2010-07-131-3/+0
* Teach function-try-blocks on constructors and destructors to implicitlyJohn McCall2010-07-071-0/+27
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-0/+89
* Neuter this testcase a little. The way LLVM writes labels for anonymous blocksJohn McCall2010-04-221-3/+3
* Call PerformCopyInitialization to properly initialize the exception temporaryJohn McCall2010-04-221-26/+61
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-041-1/+1
* Revert r100193 since it causes failures in objc in clangMon P Wang2010-04-021-1/+1
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-021-1/+1
* Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson2010-03-301-1/+1
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-1/+1
* Fix Release-Asserts.Mike Stump2010-01-131-25/+21
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When an exception needs to be freed by calling __cxa_exception_free, make sur...Anders Carlsson2009-12-111-0/+6
* Add terminate handler for copy constructors for thrown objects. WIP.Mike Stump2009-12-091-2/+3
* Add testcases for recent checkins.Mike Stump2009-11-201-0/+68
OpenPOWER on IntegriCloud