aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/CREDITS.TXT
AgeCommit message (Collapse)AuthorFilesLines
2017-12-29Try again, this time with the correct addressJonathan Roelofs1-1/+1
llvm-svn: 321569
2017-12-29Update CREDITS.txt with personal email addressJonathan Roelofs1-1/+1
llvm-svn: 321564
2014-09-11Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman1-0/+4
llvm-svn: 217604
2014-08-05Update CREDITS.txt with the list of folks who worked on ARM EHABI supportJonathan Roelofs1-0/+25
llvm-svn: 214877
2013-07-02Updated CREDITS.TXTHoward Hinnant1-12/+16
llvm-svn: 185464
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant1-0/+4
llvm-svn: 175275
2012-11-13Update CREDIT.TXTHoward Hinnant1-0/+4
llvm-svn: 167847
2012-09-24Updating email addressMarshall Clow1-2/+1
llvm-svn: 164490
2012-08-01Update CREDITS.TXTHoward Hinnant1-0/+5
llvm-svn: 161129
2012-07-29Andrew Morrow: Mainline clang seems to have recently become more strict ↵Howard Hinnant1-0/+4
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. llvm-svn: 160933
2011-12-22credits adjustmentHoward Hinnant1-2/+2
llvm-svn: 147148
2011-12-22Updated __cxa_current_exception_type to call __cxa_get_globals_fast - will ↵Marshall Clow1-1/+1
not allocate globals llvm-svn: 147147
2011-08-02Added kledzik to CREDITS.TXTNick Kledzik1-0/+3
llvm-svn: 136667
2011-06-08Added Marshall to CREDITS.TXT as requestedMarshall Clow1-0/+6
llvm-svn: 132754
2011-05-05initial importHoward Hinnant1-0/+13
llvm-svn: 130921