Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-29 | Try again, this time with the correct address | Jonathan Roelofs | 1 | -1/+1 | |
llvm-svn: 321569 | |||||
2017-12-29 | Update CREDITS.txt with personal email address | Jonathan Roelofs | 1 | -1/+1 | |
llvm-svn: 321564 | |||||
2014-09-11 | Adding ABI support for __cxa_throw_bad_array_new_length. | Aaron Ballman | 1 | -0/+4 | |
llvm-svn: 217604 | |||||
2014-08-05 | Update CREDITS.txt with the list of folks who worked on ARM EHABI support | Jonathan Roelofs | 1 | -0/+25 | |
llvm-svn: 214877 | |||||
2013-07-02 | Updated CREDITS.TXT | Howard Hinnant | 1 | -12/+16 | |
llvm-svn: 185464 | |||||
2013-02-15 | Bruce Mitchener: Typo fixes. | Howard Hinnant | 1 | -0/+4 | |
llvm-svn: 175275 | |||||
2012-11-13 | Update CREDIT.TXT | Howard Hinnant | 1 | -0/+4 | |
llvm-svn: 167847 | |||||
2012-09-24 | Updating email address | Marshall Clow | 1 | -2/+1 | |
llvm-svn: 164490 | |||||
2012-08-01 | Update CREDITS.TXT | Howard Hinnant | 1 | -0/+5 | |
llvm-svn: 161129 | |||||
2012-07-29 | Andrew Morrow: Mainline clang seems to have recently become more strict ↵ | Howard Hinnant | 1 | -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-22 | credits adjustment | Howard Hinnant | 1 | -2/+2 | |
llvm-svn: 147148 | |||||
2011-12-22 | Updated __cxa_current_exception_type to call __cxa_get_globals_fast - will ↵ | Marshall Clow | 1 | -1/+1 | |
not allocate globals llvm-svn: 147147 | |||||
2011-08-02 | Added kledzik to CREDITS.TXT | Nick Kledzik | 1 | -0/+3 | |
llvm-svn: 136667 | |||||
2011-06-08 | Added Marshall to CREDITS.TXT as requested | Marshall Clow | 1 | -0/+6 | |
llvm-svn: 132754 | |||||
2011-05-05 | initial import | Howard Hinnant | 1 | -0/+13 | |
llvm-svn: 130921 |