summaryrefslogtreecommitdiff
path: root/CREDITS.TXT
AgeCommit message (Collapse)Author
2017-12-29Try again, this time with the correct addressJonathan Roelofs
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@321569 91177308-0d34-0410-b5e6-96231b3b80d8
2017-12-29Update CREDITS.txt with personal email addressJonathan Roelofs
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@321564 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-11Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@217604 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-05Update CREDITS.txt with the list of folks who worked on ARM EHABI supportJonathan Roelofs
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@214877 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-02Updated CREDITS.TXTHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@185464 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@175275 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-13Update CREDIT.TXTHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@167847 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-24Updating email addressMarshall Clow
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@164490 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-01Update CREDITS.TXTHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@161129 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-29Andrew Morrow: Mainline clang seems to have recently become more strict ↵Howard Hinnant
about the consistent application of visibility attributes, which causes some new breakage in libcxxabi: In file included from src/libcxxabi/src/cxa_default_handlers.cpp:19: src/libcxxabi/src/private_typeinfo.h:123:23: error: visibility does not match previous declaration class __attribute__ ((__visibility__(default))) __class_type_info ^ src/libcxxabi/src/private_typeinfo.h:19:13: note: previous attribute is here #pragma GCC visibility push(hidden) ^ 1 error generated. The forward declaration of __class_type_info is picking up hidden visibility from the #pragma, which conflicts with the default visibility applied when the class is later fully declared. I'm assuming that the full declaration has it right (and that the diagnostic is correct), so the attached patch applies the default visibility attribute to the forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@160933 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-22credits adjustmentHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@147148 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-22Updated __cxa_current_exception_type to call __cxa_get_globals_fast - will ↵Marshall Clow
not allocate globals git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@147147 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-02Added kledzik to CREDITS.TXTNick Kledzik
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@136667 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-08Added Marshall to CREDITS.TXT as requestedMarshall Clow
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@132754 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-05initial importHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@130921 91177308-0d34-0410-b5e6-96231b3b80d8