1. 907bcf4 [demangler] Fix some overzealous -Wreturn-type errors by Erik Pilkington · 7 years ago
  2. 7710154 [demangler] Attempt to fix linux bots, include <cstdio> by Erik Pilkington · 7 years ago
  3. 0024acd [demangler] Use an AST to represent demangled names by Erik Pilkington · 7 years ago
  4. b74d9d8 [demangler] Respect try_to_parse_template_args by Erik Pilkington · 7 years ago
  5. 28942d3 Remove dependancy on __refstring header; use local copy instead. by Eric Fiselier · 7 years ago
  6. 1f8318f [libcxxabi][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 7 years ago
  7. c392662 [Demangler] NFC: Don't make the parse_* functions templates by Erik Pilkington · 7 years ago
  8. 9dd63d2 [Demangler] NFC: Move Db struct to beginning of file by Erik Pilkington · 7 years ago
  9. 96504b1 Use _LIBCPP_FALLTHROUGH() to avoid warnings about [[gnu::fallthrough]] being unsupported by Eric Fiselier · 7 years ago
  10. 0b727c2 build: use cmake to pass -std=c++11 by Saleem Abdulrasool · 7 years ago
  11. c03d53c build: use POSITION_INDEPENDENT_CODE CMake property by Saleem Abdulrasool · 7 years ago
  12. c5d1c1e cxa_demangle: fix -Wimplicit-fallthrough for GCC:7 by Saleem Abdulrasool · 7 years ago
  13. ec60ec4 private_typeinfo: add missing field initializers by Saleem Abdulrasool · 7 years ago
  14. 380a70a [libcxxabi] Rework CMakeLists.txt into modules by Martell Malone · 7 years ago
  15. db46267 [demangler] Fix a exponential string copying bug by Erik Pilkington · 7 years ago
  16. 4072e8f [Demangler] Remove a failing assert introduced in r303718 by Erik Pilkington · 7 years ago
  17. 413296b __cxa_demangle: Fix constructor cv qualifier handling by Tamas Berghammer · 7 years ago
  18. 0a91f7a [demangler] Fix a crash in the demangler during parsing of a lamdba by Erik Pilkington · 7 years ago
  19. 1089e75 [libcxxabi] Align unwindHeader on a double-word boundary. by Akira Hatanaka · 7 years ago
  20. fa4e00b Revert r302978 and r302981. by Akira Hatanaka · 7 years ago
  21. 9f5f78e [libcxxabi] Do not align field unwindHeader when building for ARM EHABI. by Akira Hatanaka · 7 years ago
  22. 8d8011b [libcxxabi] Align unwindHeader on a double-word boundary. by Akira Hatanaka · 7 years ago
  23. a8ac1e1 Revert "[libcxxabi] Align unwindHeader on a double-word boundary." by Akira Hatanaka · 7 years ago
  24. e8b16fa [libcxxabi] Align unwindHeader on a double-word boundary. by Akira Hatanaka · 7 years ago
  25. 97146e2 Revert "Rename c++abi.a on Windows to libc++abi to avoid name conflicts" by Eric Fiselier · 7 years ago
  26. 1e5f94f Fix Libc++abi linking under MinGW64 by Eric Fiselier · 7 years ago
  27. 9a8ac6a Rename c++abi.a on Windows to libc++abi to avoid name conflicts by Eric Fiselier · 7 years ago
  28. 8d06271 Don't use posix_memalign under MinGW by Eric Fiselier · 7 years ago
  29. 03d803f [libc++abi] Disable libc++ extern templates project-wide by Shoaib Meenai · 7 years ago
  30. 66db5e3 Uses quote to include cxxabi.h to make sure the local one is included by Mehdi Amini · 7 years ago
  31. f4745ae [libc++abi] Remove missed use of config.h by Shoaib Meenai · 7 years ago
  32. 847e4d2 [libc++abi] Delete config.h by Shoaib Meenai · 7 years ago
  33. 78bab8f [libc++abi] Remove unistd.h include by Shoaib Meenai · 7 years ago
  34. 1f43533 Fully Reformat fallback_malloc.cpp by Eric Fiselier · 8 years ago
  35. aad0594 [libcxxabi] Fix alignment of allocated exceptions in 32 bit builds by Eric Fiselier · 8 years ago
  36. 9e9cb7b Turn on -Wunused-function and cleanup occurances by Eric Fiselier · 8 years ago
  37. 4841062 [libc++abi] Add option to enable definitions for the new/delete overloads. by Eric Fiselier · 8 years ago
  38. 4bf15a0 [libc++abi] Update new/delete definitions to match libc++ by Eric Fiselier · 8 years ago
  39. 477fd7e Cleanup new/delete definitions by Eric Fiselier · 8 years ago
  40. 2ecb4ee [libcxxabi] Clean up macro usage. by Ranjeet Singh · 8 years ago
  41. 54227ae [libc++abi] Clean up visibility by Shoaib Meenai · 8 years ago
  42. 9e2169e Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI. by Eric Fiselier · 8 years ago
  43. fbe5bc1 [libcxxabi] Fix condition typo in rL296136 by Ranjeet Singh · 8 years ago
  44. fd7644a [libcxxabi] Disable calls to fprintf for baremetal targets. by Ranjeet Singh · 8 years ago
  45. a3b0b11 Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode. by Asiri Rathnayake · 8 years ago
  46. b052fac [libcxxabi][CMake] Support in-tree libunwind when building as part of runtimes by Petr Hosek · 8 years ago
  47. c2fa8f1 Add support for demangling C++11 thread_local variables. In clang, the grammar for mangling for these names are "<special-name> ::= TW <object name>" for wrapper variables or "<special-name> ::= TH <object name>" for initialization variables. by David Bozier · 8 years ago
  48. eb7bd38 Fix ASAN failure in cxa_demangle by Mehdi Amini · 8 years ago
  49. bbc3824 Fix chromium build (libcxxabi) by Asiri Rathnayake · 8 years ago
  50. 38a1060 cxa_demangle: fix rvalue ref check by Saleem Abdulrasool · 8 years ago
  51. b314024 cxa_demangle: avoid butchering the last parameter type by Saleem Abdulrasool · 8 years ago
  52. 0cbb1da Revert r286788 by Jonathan Roelofs · 8 years ago
  53. 0ecfd76 [libc++abi] Add a silent terminate handler to libcxxabi. by James Y Knight · 8 years ago
  54. 1f4def2 [libcxxabi] Cleanup and adapt for r291275. NFC. by Asiri Rathnayake · 8 years ago
  55. 3eacb7e tweak definition to avoid GCC warning by Saleem Abdulrasool · 8 years ago
  56. 71ba287 [libcxxabi] Introduce an externally threaded libc++abi variant. by Asiri Rathnayake · 8 years ago
  57. 81b06b3 Fix new/delete exception specifications to match libc++ after r290845 by Eric Fiselier · 8 years ago
  58. ed8daea clean up `-Wmisleading-indentation` warning by Saleem Abdulrasool · 8 years ago
  59. f163620 Update implementation of ABI support for throwing noexcept function pointers by Richard Smith · 8 years ago
  60. 2ecedcc __cxa_demangle: use default member initialization by Saleem Abdulrasool · 8 years ago
  61. e4f23d8 Rename TU names to not conflict with libc++. by Eric Fiselier · 8 years ago
  62. 89d8f36 __cxa_demangle: allow demangling invocation blocks by Saleem Abdulrasool · 8 years ago
  63. 8cfa5a3 __cxa_demangle: ensure that we have a mangled symbol by Saleem Abdulrasool · 8 years ago
  64. cc4f512 arm: Fix ttype encoding assertion failure. by Logan Chien · 8 years ago
  65. c320e4c [p0012] Implement ABI support for throwing a noexcept function pointer and by Richard Smith · 8 years ago
  66. 4d44c0f Get libc++abi building with LLVM_ENABLE_MODULES by Eric Fiselier · 8 years ago
  67. e4b123b Fix typo in comment by Vitaly Buka · 8 years ago
  68. c396479 Don't compile cxa_thread_atexit.cpp with -DLIBCXX_ENABLE_THREADS=OFF by Vitaly Buka · 8 years ago
  69. 8ac10e4 [libcxxabi] Fix gcc build after r284128 by Asiri Rathnayake · 8 years ago
  70. 5180673 [libcxxabi] Refactor pthread usage into a separate API by Asiri Rathnayake · 8 years ago
  71. 3f7b370 Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Barnes by Eric Fiselier · 8 years ago
  72. e64fce8 [libc++abi] Fix bug which cased the static libunwind to always be chosen by Eric Fiselier · 8 years ago
  73. 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
  74. 336985f Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  75. feb04d7 [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  76. 46eb39a annotate more function visibility by Saleem Abdulrasool · 8 years ago
  77. b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC) by Asiri Rathnayake · 8 years ago
  78. 21a75e7 libc++abi: fix some -Wunused-function warnings by Saleem Abdulrasool · 8 years ago
  79. b96e846 Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined(). by Logan Chien · 8 years ago
  80. 564b6ea [CMake] Be more consistent about naming targets and components in libc++abi by Eric Fiselier · 8 years ago
  81. 42ef22b [CMake] Apply r279151 cleanup to libc++abi. by Eric Fiselier · 8 years ago
  82. eb3e8cf Fix ASAN failures in the demangler by Mehdi Amini · 8 years ago
  83. e1b2d05 Depend directly on unwind when not building standalone by Petr Hosek · 8 years ago
  84. 3f7e85b Add lib directory to linker paths when using libunwind by Petr Hosek · 8 years ago
  85. 081ea86 [libcxxabi] When catching an exception of type nullptr_t with a handler of by Richard Smith · 8 years ago
  86. 4174e8b [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant by Asiri Rathnayake · 8 years ago
  87. 436072f libc++abi: build with -fvisibility=hidden by Saleem Abdulrasool · 8 years ago
  88. 5985dd6 libc++abi: make __cxa_call_unexpected visible by Saleem Abdulrasool · 8 years ago
  89. 6191aec libc++abi: fix visibility of personalities by Saleem Abdulrasool · 8 years ago
  90. 9ef2c6e [libcxxabi] Teach cxa_demangle about Hexagon's long double size by Ben Craig · 9 years ago
  91. 91fc04d Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...) by Eric Fiselier · 9 years ago
  92. 7dbbe8a Revert r258222 because it's missing files. Will re-commit complete patch by Eric Fiselier · 9 years ago
  93. 39761cb Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...) by Eric Fiselier · 9 years ago
  94. def0085 Revert r256322 (and follow-up 256323), the test it added does not pass on OS X. by Nico Weber · 9 years ago
  95. d04ecd0 [WebAssembly] Accomodate wasm's 128-bit long double. by Dan Gohman · 9 years ago
  96. 1a034d7 Fix PR25898 - Check for incomplete pointers types in can_catch(...) by Eric Fiselier · 9 years ago
  97. f67395c Fix ARM __cxa_end_cleanup() and gc-sections. by Logan Chien · 9 years ago
  98. f84ec31 [libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of libgcc_eh.a by Eric Fiselier · 9 years ago
  99. b4ec579 ibc++abi: mark visibility by Saleem Abdulrasool · 9 years ago
  100. 77a304b c++abi: whitespace adjustment by Saleem Abdulrasool · 9 years ago