History log of /external/libcxxabi/www/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e45805f0d3f8dafef1297cc7dc49e610713f023b 03-Jul-2014 Dan Albert <danalbert@google.com> Merge to upstream r212232.

Includes ARM EHABI unwinder.

Change-Id: I7e40c761abc0a4c67f11b8e9f85efefa6ba292ba
ndex.html
de2b1090d44a81c97ff3f1c21fac6088a1e28465 03-Aug-2012 Howard Hinnant <hhinnant@apple.com> Update status.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@161221 91177308-0d34-0410-b5e6-96231b3b80d8
ndex.html
pec.html
f59526da20aa9e8606881a6dc064a3981e91ff37 20-Jul-2012 Sylvestre Ledru <sylvestre@debian.org> add a link to the libc++ website

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@160553 91177308-0d34-0410-b5e6-96231b3b80d8
ndex.html
9a365feb1662dd37d134a90a25c1859f10393879 03-Feb-2012 Howard Hinnant <hhinnant@apple.com> __gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *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
pec.html
ca6514dfeab3c7fad4c111cd07996661452cecb0 24-Jan-2012 Howard Hinnant <hhinnant@apple.com> Changed my mind about __cxa_uncaught_exception and added it.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148754 91177308-0d34-0410-b5e6-96231b3b80d8
pec.html
65255631de793131622f701df9075dfd78abfc50 16-Jan-2012 Howard Hinnant <hhinnant@apple.com> One more small optimization: Where possible, for loops that do a search and 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
pec.html
50dbae0b853250acc01b20357e77890ebfa371fe 22-Dec-2011 Howard Hinnant <hhinnant@apple.com> Updated spec.html regarding __cxa_uncaught_exception.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@147110 91177308-0d34-0410-b5e6-96231b3b80d8
pec.html
1b0aed9312dca7ffd27522864b9101ca816112b1 22-Dec-2011 Howard Hinnant <hhinnant@apple.com> Added __cxa_increment_exception_refcount, __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
pec.html
d4028fe9fa58c189d699c8aad79941b5f3eef86e 12-Dec-2011 Howard Hinnant <hhinnant@apple.com> Made some minor tweaks to __cxa_rethrow

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@146396 91177308-0d34-0410-b5e6-96231b3b80d8
pec.html
b5fea43d2d4953c953ed4dde24caedca4f4e9733 12-Dec-2011 Howard Hinnant <hhinnant@apple.com> Added dependent exception support to __cxa_current_exception_type

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@146381 91177308-0d34-0410-b5e6-96231b3b80d8
pec.html
6eb54ad96edcf6311d304068c2fc7c9f15eb808d 08-Dec-2011 Howard Hinnant <hhinnant@apple.com> Modified __cxa_end_catch to handle dependent exceptions.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@146172 91177308-0d34-0410-b5e6-96231b3b80d8
pec.html
e8fcf83b576ff70ba5886fbd73434218a68ac414 07-Dec-2011 Howard Hinnant <hhinnant@apple.com> Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking 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
pec.html
cd081650f80590890b3d8e024e32ce0789f00cfa 07-Dec-2011 Howard Hinnant <hhinnant@apple.com> Added __cxa_allocate_dependent_exception and __cxa_free_dependent_exception and marked them as done.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@146045 91177308-0d34-0410-b5e6-96231b3b80d8
pec.html
81b7ea7df48333715c0c57d5418c5383e3f5c950 20-Jul-2011 Howard Hinnant <hhinnant@apple.com> Update status: http://libcxxabi.llvm.org/spec.html . Looking good! :-)

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@135590 91177308-0d34-0410-b5e6-96231b3b80d8
pec.html
3c883588c333dd2baa1722afcb2130c5157c6748 18-Jul-2011 Howard Hinnant <hhinnant@apple.com> Update by Marshall Clow

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@135397 91177308-0d34-0410-b5e6-96231b3b80d8
pec.html
7123bcb3bbbcc33c69666d4f0f83052b9a64a7fb 14-Jul-2011 Howard Hinnant <hhinnant@apple.com> A stawman specification for libc++abi and status page

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@135181 91177308-0d34-0410-b5e6-96231b3b80d8
ndex.html
pec.html
628bfc461df5d87a8fbf7d10cce7325245fd7d7e 20-May-2011 Howard Hinnant <hhinnant@apple.com> Add goal

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131703 91177308-0d34-0410-b5e6-96231b3b80d8
ndex.html
84aba5e2368515cec9e1f04b833e379446974c6f 20-May-2011 Howard Hinnant <hhinnant@apple.com> Fix think-o

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131700 91177308-0d34-0410-b5e6-96231b3b80d8
ndex.html
c2c0ad22d429a5cb6e741f1b3e2b608158e455f9 20-May-2011 Howard Hinnant <hhinnant@apple.com> testing

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131694 91177308-0d34-0410-b5e6-96231b3b80d8
ndex.html
34aeef18d4b08e2d893d42dbb7bad6198738e29a 20-May-2011 Howard Hinnant <hhinnant@apple.com> testing

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131693 91177308-0d34-0410-b5e6-96231b3b80d8
ndex.html
fb4e2f5744d85870cc1e7bd1eb763117be7a33db 20-May-2011 Howard Hinnant <hhinnant@apple.com> Add Mac OS X as supported platform.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131686 91177308-0d34-0410-b5e6-96231b3b80d8
ndex.html
dbd74a44aeeb8698c6b2944eefba144b247d648d 20-May-2011 Howard Hinnant <hhinnant@apple.com> Add Mac OS X as supported platform.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@131685 91177308-0d34-0410-b5e6-96231b3b80d8
ndex.html
d213ffdf3befead3b8f5a0ba12ce1c2d9949525b 05-May-2011 Howard Hinnant <hhinnant@apple.com> initial import

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@130921 91177308-0d34-0410-b5e6-96231b3b80d8
ontent.css
ndex.html
enu.css