index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
eh.cpp
Age
Commit message (
Expand
)
Author
2013-02-22
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-09-19
Throw the switch to convert clang to the new exception handling model!
Bill Wendling
2011-08-11
Simplify EH control flow by observing that EH scopes form a simple
John McCall
2011-08-06
Be sure to destroy the normal entry block of a cleanup that we
John McCall
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-05-28
Convert Clang over to resuming from landing pads with llvm.eh.resume.
John McCall
2011-05-27
Back out r132209; it's breaking nightly tests.
Eli Friedman
2011-05-27
Implement a new, much improved version of the cleanup hack. We just need
John McCall
2011-05-19
Reapply r121528, fixing PR9941 by delaying the exception specification check ...
Sebastian Redl
2011-05-18
Revert r121528 as it breaks a simple testcase, which leads to, among
Sean Hunt
2011-05-18
Implement implicit exception specifications of destructors.
Sebastian Redl
2011-02-28
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-01-28
Convert the exception-freeing cleanup over to the conditional cleanups code,
John McCall
2011-01-25
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-11
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2010-07-28
When creating a jump destination, its scope should be the scope of the
John McCall
2010-07-26
Test for the presence of EH branch-throughs instead of normal branch-throughs.
John McCall
2010-07-23
Revise cleanup IR generation to fix a major bug with cleanups (PR7686)
John McCall
2010-07-20
Fix the IR generation for catching pointers by references.
John McCall
2010-07-13
Allow for the possibility that __cxa_end_catch might throw for a catch-all block
John McCall
2010-07-13
Switch the __cxa_free_exception cleanup to be lazy.
John McCall
2010-07-07
Teach function-try-blocks on constructors and destructors to implicitly
John McCall
2010-07-06
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-04-22
Neuter this testcase a little. The way LLVM writes labels for anonymous blocks
John McCall
2010-04-22
Call PerformCopyInitialization to properly initialize the exception temporary
John McCall
2010-04-04
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-02
Revert r100193 since it causes failures in objc in clang
Mon P Wang
2010-04-02
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-03-30
Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.
Bob Wilson
2010-03-30
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-01-13
Fix Release-Asserts.
Mike Stump
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-11
When an exception needs to be freed by calling __cxa_exception_free, make sur...
Anders Carlsson
2009-12-09
Add terminate handler for copy constructors for thrown objects. WIP.
Mike Stump
2009-11-20
Add testcases for recent checkins.
Mike Stump