1. 7913f6e Update year in license files by Hans Wennborg · 5 years ago
  2. 307bb62 [libcxx] Remove bad_array_length by Louis Dionne · 5 years ago
  3. 132c87c [Demangle] remove itaniumFindTypesInMangledName by Pavel Labath · 5 years ago
  4. 1a97535 [CMake] Passthrough CFLAGS when checking the compiler-rt path by Petr Hosek · 5 years ago
  5. 3591960 Port LLVM r346606 to libcxxabi. by Nico Weber · 5 years ago
  6. 150fc2e Use C++11 fallthrough attribute syntax when available and add a break by Reid Kleckner · 5 years ago
  7. 87cbbdf [libc++abi] Provide __cxa_thread_atexit on Fuchsia by Petr Hosek · 5 years ago
  8. 794d4c0 cxa_demangle: make demangler's parsing functions overridable by Pavel Labath · 6 years ago
  9. cd48625 NFC: Fix a -Wsign-conversion warning by Erik Pilkington · 6 years ago
  10. 1ac1e4c Override libcxxabi's .clang-format in the demangle directory by Erik Pilkington · 6 years ago
  11. c3f4753 Use C++03 friendly version of alignof by Eric Fiselier · 6 years ago
  12. c2ae664 Update libc++abi's detection of aligned allocation after r344207. by Eric Fiselier · 6 years ago
  13. 6d635f5 [libcxxabi] Allow building with sanitizers enabled by Louis Dionne · 6 years ago
  14. 2d93dd2 Blind attempt to fix linker errors when building libc++abit w/o exceptions. by Marshall Clow · 6 years ago
  15. d9d19cc Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 by Marshall Clow · 6 years ago
  16. e878418 Port llvm r342166 to libcxxabi demangler by Pavel Labath · 6 years ago
  17. 4a73431 [NFC][unwind] Improve error message when a type has more than one RTTIs by Louis Dionne · 6 years ago
  18. dd73082 Update docs to reference new libc++ mailing lists. by Eric Fiselier · 6 years ago
  19. ed902ff Fix incorrectly aligned exceptions in 32 bit builds. by Eric Fiselier · 6 years ago
  20. 2aa5ee6 [libc++abi] is_strcmp parameter to is_equal is unused for WIN32 by Pirama Arumuga Nainar · 6 years ago
  21. 38e306d add a quick link to libc++ by Sylvestre Ledru · 6 years ago
  22. 488e667 Merge Demangle change in r342330 to libcxxabi. by Nico Weber · 6 years ago
  23. 5f74259 Port my recent changes from LLVM copy of the demangler: by Richard Smith · 6 years ago
  24. 29ffb8f Port LLVM r340203 (and r340205) to libcxxabi. by Richard Smith · 6 years ago
  25. 70f40ff Factor Node creation out of the demangler. No functionality change intended. by Richard Smith · 6 years ago
  26. bd80f66 [libcxxabi] Fix test_exception_address_alignment test for ARM by Yvan Roux · 6 years ago
  27. 357347f [itanium demangler] Add llvm::itaniumFindTypesInMangledName() by Erik Pilkington · 6 years ago
  28. 26bf849 Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0 by Martin Storsjo · 6 years ago
  29. 1839f48 [itanium demangler] Support dot suffixes on block invocation functions by Erik Pilkington · 6 years ago
  30. f74c748 Update version to 8.0.0svn by Hans Wennborg · 6 years ago
  31. d5a11bc [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCPP_BUILDING_LIBRARY by Louis Dionne · 6 years ago
  32. 3c6231f [demangler] Fix an oss-fuzz bug from r338138 by Erik Pilkington · 6 years ago
  33. 4a3bc0a [demangler] Support for reference collapsing by Erik Pilkington · 6 years ago
  34. b680d15 [CMake] Don't use LIBCXXABI_ENABLE_STATIC option before its declared by Sam Clegg · 6 years ago
  35. 338d62e [CMake] Use LIBCXXABI_LIBDIR_SUFFIX in libc++abi build by Petr Hosek · 6 years ago
  36. fb81b4c Fix dangling reference in test by Eric Fiselier · 6 years ago
  37. 0f0fc90 [CMake] Option to control whether shared/static library is installed by Petr Hosek · 6 years ago
  38. 46e49b9 Reland "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  39. 64f6c6a [demangler] call terminate() if allocation failed by Erik Pilkington · 6 years ago
  40. 3633019 Implement a GCC compatible SEH unwinding personality, __gxx_personality_seh0 by Martin Storsjo · 6 years ago
  41. b359943 Revert "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  42. e082345 [CMake] Support statically linking dependencies only to shared or static library by Petr Hosek · 6 years ago
  43. a034071 Add GCC 9 to XFAILs list for test by Eric Fiselier · 6 years ago
  44. bcadcdd Merge changes to ItaniumDemangle over to libcxxabi. by Zachary Turner · 6 years ago
  45. 5b1f0aa [CMake] Set per-runtime library directory suffix in runtimes build by Petr Hosek · 6 years ago
  46. 047fb73 [demangler] Avoid alignment warning by Serge Pavlov · 6 years ago
  47. b94d15c Revert r336159, r336157. Some bots failed on qualified std::max_align_t, and other on unqualified max_align_t. by Erik Pilkington · 6 years ago
  48. d281904 Some buildbots were choking on std::max_align_t, try using the global alias. by Erik Pilkington · 6 years ago
  49. ee0ed4b [demangler] Fix a MSVC alignment warning. by Erik Pilkington · 6 years ago
  50. beab795 [libc++abi] Look for __config instead of vector by Shoaib Meenai · 6 years ago
  51. aaca56f [libc++abi] Limit libc++ header search to specified paths by Shoaib Meenai · 6 years ago
  52. 28fe9f5 Support for multiarch runtimes layout by Petr Hosek · 6 years ago
  53. 60abed6 [CMake] Convert paths to the right form in standalone builds on Windows by Martin Storsjo · 6 years ago
  54. 1064a0a Update copyright year to 2018. by Paul Robinson · 6 years ago
  55. f00ee91 Fix libcxxabi tests after clang r334924 by Vitaly Buka · 6 years ago
  56. f32f3ad Fix libcxx tests after clang r334677. by Vitaly Buka · 6 years ago
  57. e0330b6 private_typeinfo: limit is_dst_type_derived_from_static_type optimization by Eric Fiselier · 6 years ago
  58. ea1884b private_typeinfo: propagate static flags in vmi search_above_dst method by Eric Fiselier · 6 years ago
  59. afe9f90 private_typeinfo: propagate static flags in vmi search_above_dst method by Eric Fiselier · 6 years ago
  60. 05a7394 Fix test failure for missing _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS by Nico Weber · 6 years ago
  61. 934e061 Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build system by Nico Weber · 6 years ago
  62. b95ff2d [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions. by Eli Friedman · 6 years ago
  63. 0df654b [demangler] NFC: Some refactoring to support partial demangling. by Erik Pilkington · 6 years ago
  64. 52c7a37 [CFI] Disable CFI checks for __cxa_decrement_exception_refcount by Vlad Tsyrklevich · 6 years ago
  65. 967b00e [demangler] Support for fold expressions. by Erik Pilkington · 6 years ago
  66. 437202e [demangler] Support for <data-member-prefix>. by Erik Pilkington · 6 years ago
  67. 6a4e62b [demangler] Support for partially substituted sizeof.... by Erik Pilkington · 6 years ago
  68. d4dc2dd [CMake] Support for monorepo layout by Petr Hosek · 6 years ago
  69. 565ba04 [demangler] Fix a bug in r328464 found by oss-fuzz. by Erik Pilkington · 6 years ago
  70. 04f3985 [demangler] Use a back-patching scheme to resolve forward references. by Erik Pilkington · 6 years ago
  71. 85619f5 [demangler] Tweak how parameter pack sizes are determined. by Erik Pilkington · 6 years ago
  72. bb80c5c [demangler] Support for clang's enable_if attribute. by Erik Pilkington · 6 years ago
  73. 61966e5 [demangler] Support for <template-param>s in generic lambdas. by Erik Pilkington · 6 years ago
  74. aa209d8 [demangler] Simplify printing of structured bindings. by Erik Pilkington · 6 years ago
  75. d145e1f [demangler] Support for sequence numbers on lifetime extended temporaries. by Erik Pilkington · 6 years ago
  76. dee4d0b [demangler] Support for structured bindings. by Erik Pilkington · 6 years ago
  77. 9eaf30b [demangler] Fix a mistake in r326797. by Erik Pilkington · 6 years ago
  78. f26c8d1 [demangler] Modernize the rest of the demangler. by Erik Pilkington · 6 years ago
  79. d0dd97d [demangler] Modernize parse_unresolved_name. by Erik Pilkington · 6 years ago
  80. e1d6162 [demangler] Modernize parse_name. by Erik Pilkington · 6 years ago
  81. 7e027ac [demangler] Support for exception specifications on function types. by Erik Pilkington · 6 years ago
  82. bdaf882 [demangler] Simplify the AST for function types, NFC. by Erik Pilkington · 6 years ago
  83. 5f0867c [demangler] Support for inheriting constructors. by Erik Pilkington · 6 years ago
  84. 2808f77 [demangler] Rewrite parse_nested_name in the new style. by Erik Pilkington · 6 years ago
  85. 88a1cf6 [demangler] Support for initializer lists and designated initializers. by Erik Pilkington · 6 years ago
  86. 13fb7dc [demangler] Support for dependent elaborate type specifiers. by Erik Pilkington · 6 years ago
  87. cf29d3b [demangler] All <qualifiers> on one type should share one entry in the substitution table. by Erik Pilkington · 6 years ago
  88. 2d900a4 Fix compilation in C++17 mode. by Richard Smith · 6 years ago
  89. f23deca [demangler] Refactor the type parser by Erik Pilkington · 6 years ago
  90. 24e8b73 [demangler] return early if conditional expr parsing failed by Erik Pilkington · 6 years ago
  91. b679cfd [demangler] Clean up the expression parser by Erik Pilkington · 6 years ago
  92. 761e6b0 [demangler] Improve variadic template support by Erik Pilkington · 6 years ago
  93. 8a7e157 [cmake] [libcxxabi] LLVM_FOUND isn't always set, so just test if by Don Hinton · 6 years ago
  94. e1601db Reland: by Don Hinton · 6 years ago
  95. 1538d72 Revert [libcxxabi] r323455 - [cmake] [libcxxabi] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 6 years ago
  96. 4c981eb [cmake] [libcxxabi] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 6 years ago
  97. 9a02f50 [libc++abi] Fix unused function when building with LIBCXXABI_SILENT_TERMINATE by Peter Collingbourne · 6 years ago
  98. 16e9d9f [cmake] [libcxxabi] Fix find_path() problems when cross compiling by Don Hinton · 6 years ago
  99. 0d2ebaa [cmake] [libcxxabi] Don't print warning when tests are disabled. by Don Hinton · 6 years ago
  100. a171e2b Fix standalone test-suite run. by Eric Fiselier · 6 years ago