1. 8ac10e4 [libcxxabi] Fix gcc build after r284128 by Asiri Rathnayake · 8 years ago
  2. 5180673 [libcxxabi] Refactor pthread usage into a separate API by Asiri Rathnayake · 8 years ago
  3. 3f7b370 Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Barnes by Eric Fiselier · 8 years ago
  4. e64fce8 [libc++abi] Fix bug which cased the static libunwind to always be chosen by Eric Fiselier · 8 years ago
  5. ace6572 Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  6. 336985f Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  7. feb04d7 [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  8. 46eb39a annotate more function visibility by Saleem Abdulrasool · 8 years ago
  9. b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC) by Asiri Rathnayake · 8 years ago
  10. 21a75e7 libc++abi: fix some -Wunused-function warnings by Saleem Abdulrasool · 8 years ago
  11. b96e846 Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined(). by Logan Chien · 8 years ago
  12. 564b6ea [CMake] Be more consistent about naming targets and components in libc++abi by Eric Fiselier · 8 years ago
  13. 42ef22b [CMake] Apply r279151 cleanup to libc++abi. by Eric Fiselier · 8 years ago
  14. eb3e8cf Fix ASAN failures in the demangler by Mehdi Amini · 8 years ago
  15. e1b2d05 Depend directly on unwind when not building standalone by Petr Hosek · 8 years ago
  16. 3f7e85b Add lib directory to linker paths when using libunwind by Petr Hosek · 8 years ago
  17. 081ea86 [libcxxabi] When catching an exception of type nullptr_t with a handler of by Richard Smith · 8 years ago
  18. 4174e8b [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant by Asiri Rathnayake · 8 years ago
  19. 436072f libc++abi: build with -fvisibility=hidden by Saleem Abdulrasool · 8 years ago
  20. 5985dd6 libc++abi: make __cxa_call_unexpected visible by Saleem Abdulrasool · 8 years ago
  21. 6191aec libc++abi: fix visibility of personalities by Saleem Abdulrasool · 8 years ago
  22. 9ef2c6e [libcxxabi] Teach cxa_demangle about Hexagon's long double size by Ben Craig · 8 years ago
  23. 91fc04d Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...) by Eric Fiselier · 8 years ago
  24. 7dbbe8a Revert r258222 because it's missing files. Will re-commit complete patch by Eric Fiselier · 8 years ago
  25. 39761cb Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...) by Eric Fiselier · 8 years ago
  26. def0085 Revert r256322 (and follow-up 256323), the test it added does not pass on OS X. by Nico Weber · 8 years ago
  27. d04ecd0 [WebAssembly] Accomodate wasm's 128-bit long double. by Dan Gohman · 8 years ago
  28. 1a034d7 Fix PR25898 - Check for incomplete pointers types in can_catch(...) by Eric Fiselier · 8 years ago
  29. f67395c Fix ARM __cxa_end_cleanup() and gc-sections. by Logan Chien · 8 years ago
  30. f84ec31 [libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of libgcc_eh.a by Eric Fiselier · 8 years ago
  31. b4ec579 ibc++abi: mark visibility by Saleem Abdulrasool · 9 years ago
  32. 77a304b c++abi: whitespace adjustment by Saleem Abdulrasool · 9 years ago
  33. 4c91e38 c++abi: use __builtin_offsetof instead of offsetof by Saleem Abdulrasool · 9 years ago
  34. fdccce6 Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to Jason King for the report and suggested fix by Marshall Clow · 9 years ago
  35. 6c6d9cb Fix incorrect parsing of arguments for nested functions. Reviewed as http://reviews.llvm.org/D13192. Thanks to Anseny Kapoulkine for the patch. by Marshall Clow · 9 years ago
  36. b4c998b Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL. by Nico Weber · 9 years ago
  37. 6bf2354 EH: fix register usage for SjLj by Saleem Abdulrasool · 9 years ago
  38. 147e19b [libcxxabi] Add "install-libcxxabi" target. by Eric Fiselier · 9 years ago
  39. f704b66 [AArch64] Quick fix for cxa demangler by Renato Golin · 9 years ago
  40. 52cf98b [libcxxabi][mips] Correct float_data::mangled_size for all ABI's. by Daniel Sanders · 9 years ago
  41. 5a8986b Remove include directive for the unused libunwind_ext.h. by Logan Chien · 9 years ago
  42. 1cef559 fallback_malloc: silence conversion warning (NFC) by Saleem Abdulrasool · 9 years ago
  43. bd32d95 fallback_malloc: silence qual-cast warning (NFC) by Saleem Abdulrasool · 9 years ago
  44. 5013d7c Implement uncaught_exceptions() to get a count, rather than a bool. Update the libc++abi version. Reviewed as http://reviews.llvm.org/D10067 by Marshall Clow · 9 years ago
  45. 088a71b libcxx: Switch to use __gnu_unwind_frame() for libunwind. by Logan Chien · 9 years ago
  46. 3b8762a Make sure !empty() before calling String::front(). by Chaoren Lin · 9 years ago
  47. b979db1 Disallow conversions from function pointers to void*. by Eric Fiselier · 9 years ago
  48. 722df3e libc++abi: work around layering violation by Saleem Abdulrasool · 9 years ago
  49. b2cceca libc++abi: remove unused variable by Saleem Abdulrasool · 9 years ago
  50. 0f111c2 libc++abi: clear up some -Wqual-cast warnings by Saleem Abdulrasool · 9 years ago
  51. 2493be6 libc++abi: silence some warnings by Saleem Abdulrasool · 9 years ago
  52. ee8031b libc++abi: remove the duplicated unwind content by Saleem Abdulrasool · 9 years ago
  53. 3943f43 Declare __cxa_new_handler as extern "C", or it declares a new variable by Reid Kleckner · 9 years ago
  54. 554d59a [libcxxabi] Disallow Base to Derived conversions for catching pointers to members. by Eric Fiselier · 9 years ago
  55. 0cb62d1 [libcxxabi] Fix multi-level pointer conversions and pointer to member conversion detection. by Eric Fiselier · 9 years ago
  56. f780f7d Also use dl_iterate_phdr() on CloudABI. by Ed Schouten · 9 years ago
  57. 196cbd7 Don't print debugging messages to stdout. by Ed Schouten · 9 years ago
  58. fdd39fd Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofs by Eric Fiselier · 9 years ago
  59. 89ea9ad [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer() by Eric Fiselier · 9 years ago
  60. fd4c54b Unwind: define more interfaces more often by Saleem Abdulrasool · 9 years ago
  61. 78a8988 Unwind: always define unwind APIs by Saleem Abdulrasool · 9 years ago
  62. 968ed8a Unwind: remove unnecessary check by Saleem Abdulrasool · 9 years ago
  63. 39ead49 Unwind: tweak register handling for AArch64 by Saleem Abdulrasool · 9 years ago
  64. faf34fb Fix build with GCC: by Nick Lewycky · 9 years ago
  65. d95080e [libcxxabi] Build both static and shared versions of libc++abi by default. by Eric Fiselier · 9 years ago
  66. 0bc1a0f Unwind: make it build on Darwin again by Saleem Abdulrasool · 9 years ago
  67. 87116c1 Add .eh_frame_hdr search to Linux unwinder. by Dan Albert · 9 years ago
  68. 4cab028 Unwind: clean up some GCC warnings by Saleem Abdulrasool · 9 years ago
  69. b9bde57 Add .fpu directives to ARM unwind save & restore functions. by Jonathan Roelofs · 9 years ago
  70. ae158ea Do not add -fno-exceptions without -funwind-tables by Sergey Dmitrouk · 9 years ago
  71. 1ac9904 Moar post-commit review. by Jonathan Roelofs · 9 years ago
  72. bda7842 Address post-commit review comments by Jonathan Roelofs · 9 years ago
  73. c394610 Make the unwinder build on thumbv6-m with the integrated assembler. by Jonathan Roelofs · 9 years ago
  74. d5539c8 unwind: always export unw_local_addr_space by Saleem Abdulrasool · 9 years ago
  75. 905cde8 unwind: use sizeof() instead of hardcoded sizes by Saleem Abdulrasool · 9 years ago
  76. 031128a Don't use bzero() and strcpy(). by Ed Schouten · 9 years ago
  77. 944a766 unwind: use explicit memcpy for register saving by Saleem Abdulrasool · 9 years ago
  78. e281edd unwind: move exported APIs out of header by Saleem Abdulrasool · 9 years ago
  79. 16e33fa unwind: tweak inclusion ordering to work around GCC by Saleem Abdulrasool · 9 years ago
  80. ad1d968 unwind: clean up some -Werror=return-type warnings by Saleem Abdulrasool · 9 years ago
  81. b7e3b27 unwind: clean up more -Wformat warnings by Saleem Abdulrasool · 9 years ago
  82. b19a495 unwind: clean up straggling -Wundef warning by Saleem Abdulrasool · 9 years ago
  83. b357c3f unwind: silence -Wconversion warnings by Saleem Abdulrasool · 9 years ago
  84. 2af79a5 unwind: improve compilation on Linux with gcc by Saleem Abdulrasool · 9 years ago
  85. 1736c46 unwind: clean up some stray semicolons by Saleem Abdulrasool · 9 years ago
  86. 7fa9cf1 unwind: clean up -Wundef warnings by Saleem Abdulrasool · 9 years ago
  87. d3aa445 unwind: fix -Wformat warnings from gcc by Saleem Abdulrasool · 9 years ago
  88. b047f54 Unwind: hoist placement delete into base class by Saleem Abdulrasool · 9 years ago
  89. ffa0d78 Unwind: replace pure virtual functions with aborts by Saleem Abdulrasool · 9 years ago
  90. a32df7e unwind: use -fno-rtti -fno-exceptions -funwind-tables by Saleem Abdulrasool · 9 years ago
  91. 7940f19 Fix build for apple machines. by Matthias Braun · 9 years ago
  92. 8906bdd Fix build. by Dan Albert · 9 years ago
  93. b177939 Revert "indicate tag type in C" by Saleem Abdulrasool · 9 years ago
  94. 8414c5a [libcxxabi] Fix -Werror build for 32-bit non-ARM. by Dan Albert · 9 years ago
  95. da5a6b1 Formatting fixes. by Dan Albert · 9 years ago
  96. 8d776e7 Fix compilation of unwind on Darwin-x86_64 by Saleem Abdulrasool · 9 years ago
  97. 4210260 Silence some -Wundef warnings by Saleem Abdulrasool · 9 years ago
  98. 4f0882b Silence warning about loss of precision by Saleem Abdulrasool · 9 years ago
  99. 4963ea3 indicate tag type in C by Saleem Abdulrasool · 9 years ago
  100. 29bfe89 Some more -Wundef issues. by Dan Albert · 9 years ago