summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/eh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson2018-01-281-1/+1
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-4/+4
* Update comment in test case after r309308.Akira Hatanaka2017-07-281-1/+1
* Revert r264998 and r265035.Akira Hatanaka2017-07-271-1/+1
* [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byteAkira Hatanaka2016-03-311-0/+22
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-3/+5
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-10/+10
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-1/+1
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-2/+2
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+2
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-091-3/+4
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-15/+15
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-10/+13
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-6/+11
* Simplify EH control flow by observing that EH scopes form a simpleJohn McCall2011-08-111-15/+15
* Be sure to destroy the normal entry block of a cleanup that weJohn McCall2011-08-061-4/+1
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-7/+7
* Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall2011-05-281-4/+10
* Back out r132209; it's breaking nightly tests.Eli Friedman2011-05-271-1/+1
* Implement a new, much improved version of the cleanup hack. We just needJohn McCall2011-05-271-1/+1
* Reapply r121528, fixing PR9941 by delaying the exception specification check ...Sebastian Redl2011-05-191-4/+4
* Revert r121528 as it breaks a simple testcase, which leads to, amongSean Hunt2011-05-181-4/+4
* Implement implicit exception specifications of destructors.Sebastian Redl2011-05-181-4/+4
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Convert the exception-freeing cleanup over to the conditional cleanups code,John McCall2011-01-281-31/+53
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-2/+2
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-2/+2
* 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