summaryrefslogtreecommitdiff
path: root/www/spec.html
AgeCommit message (Collapse)Author
2012-08-02Update status.Howard Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@161221 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-03__gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I ↵Howard Hinnant
*think* linux (not positive), but still unimplemented on arm. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@149711 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-24Changed my mind about __cxa_uncaught_exception and added it.Howard Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148754 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-16One more small optimization: Where possible, for loops that do a search and ↵Howard Hinnant
then try to break out of the loop early, eliminate the attempt to break out of the loop after the last search. And with that, I'm declaring __dynamic_cast done. Though if anyone sees any problems, has suggestions for improvements, or wants to contribute some test cases, that is certainly welcome feedback. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148246 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-22Updated spec.html regarding __cxa_uncaught_exception.Howard Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@147110 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-21Added __cxa_increment_exception_refcount, ↵Howard Hinnant
__cxa_decrement_exception_refcount, __cxa_current_primary_exception, __cxa_rethrow_primary_exception git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@147106 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-12Made some minor tweaks to __cxa_rethrowHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@146396 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-12Added dependent exception support to __cxa_current_exception_typeHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@146381 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-08Modified __cxa_end_catch to handle dependent exceptions.Howard Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@146172 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-07Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking ↵Howard Hinnant
as implemented on arm when I'm not sure about that platform. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@146072 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-07Added __cxa_allocate_dependent_exception and __cxa_free_dependent_exception ↵Howard Hinnant
and marked them as done. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@146045 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-20Update status: http://libcxxabi.llvm.org/spec.html . Looking good! :-)Howard Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@135590 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-18Update by Marshall ClowHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@135397 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-14A stawman specification for libc++abi and status pageHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@135181 91177308-0d34-0410-b5e6-96231b3b80d8