1. 3692ea9 Adjust documentation for git migration. by James Y Knight · 5 years ago
  2. d3b53a9 Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library" by Petr Hosek · 5 years ago
  3. a450097 [cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT always by Michal Gorny · 5 years ago
  4. 6a7c61d [CMake] Use __libc_start_main rather than fopen when checking for C library by Petr Hosek · 5 years ago
  5. 97ad975 [libcxxabi] Support building hermetic static library by Petr Hosek · 5 years ago
  6. cac80b2 Enable LLVM_ENABLE_WARNINGS when building standalone out of tree by Martin Storsjo · 5 years ago
  7. 6f0ac61 Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  8. 40f51b3 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  9. f5f3a9d Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  10. b302e96 Remove unnecesasry comment markers. by Chandler Carruth · 5 years ago
  11. 28f0521 Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  12. 43b8b58 [demangler] Support for block literals. by Erik Pilkington · 5 years ago
  13. 394048e [demangler] Ignore leading underscores if present by Erik Pilkington · 5 years ago
  14. 5057ba8 NFC: Make the copies of the demangler byte-for-byte identical by Erik Pilkington · 5 years ago
  15. 3b156bf Found another version number to increase from 8 to 9 by Hans Wennborg · 5 years ago
  16. 7913f6e Update year in license files by Hans Wennborg · 5 years ago
  17. 307bb62 [libcxx] Remove bad_array_length by Louis Dionne · 6 years ago
  18. 132c87c [Demangle] remove itaniumFindTypesInMangledName by Pavel Labath · 6 years ago
  19. 1a97535 [CMake] Passthrough CFLAGS when checking the compiler-rt path by Petr Hosek · 6 years ago
  20. 3591960 Port LLVM r346606 to libcxxabi. by Nico Weber · 6 years ago
  21. 150fc2e Use C++11 fallthrough attribute syntax when available and add a break by Reid Kleckner · 6 years ago
  22. 87cbbdf [libc++abi] Provide __cxa_thread_atexit on Fuchsia by Petr Hosek · 6 years ago
  23. 794d4c0 cxa_demangle: make demangler's parsing functions overridable by Pavel Labath · 6 years ago
  24. cd48625 NFC: Fix a -Wsign-conversion warning by Erik Pilkington · 6 years ago
  25. 1ac1e4c Override libcxxabi's .clang-format in the demangle directory by Erik Pilkington · 6 years ago
  26. c3f4753 Use C++03 friendly version of alignof by Eric Fiselier · 6 years ago
  27. c2ae664 Update libc++abi's detection of aligned allocation after r344207. by Eric Fiselier · 6 years ago
  28. 6d635f5 [libcxxabi] Allow building with sanitizers enabled by Louis Dionne · 6 years ago
  29. 2d93dd2 Blind attempt to fix linker errors when building libc++abit w/o exceptions. by Marshall Clow · 6 years ago
  30. 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
  31. e878418 Port llvm r342166 to libcxxabi demangler by Pavel Labath · 6 years ago
  32. 4a73431 [NFC][unwind] Improve error message when a type has more than one RTTIs by Louis Dionne · 6 years ago
  33. dd73082 Update docs to reference new libc++ mailing lists. by Eric Fiselier · 6 years ago
  34. ed902ff Fix incorrectly aligned exceptions in 32 bit builds. by Eric Fiselier · 6 years ago
  35. 2aa5ee6 [libc++abi] is_strcmp parameter to is_equal is unused for WIN32 by Pirama Arumuga Nainar · 6 years ago
  36. 38e306d add a quick link to libc++ by Sylvestre Ledru · 6 years ago
  37. 488e667 Merge Demangle change in r342330 to libcxxabi. by Nico Weber · 6 years ago
  38. 5f74259 Port my recent changes from LLVM copy of the demangler: by Richard Smith · 6 years ago
  39. 29ffb8f Port LLVM r340203 (and r340205) to libcxxabi. by Richard Smith · 6 years ago
  40. 70f40ff Factor Node creation out of the demangler. No functionality change intended. by Richard Smith · 6 years ago
  41. bd80f66 [libcxxabi] Fix test_exception_address_alignment test for ARM by Yvan Roux · 6 years ago
  42. 357347f [itanium demangler] Add llvm::itaniumFindTypesInMangledName() by Erik Pilkington · 6 years ago
  43. 26bf849 Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0 by Martin Storsjo · 6 years ago
  44. 1839f48 [itanium demangler] Support dot suffixes on block invocation functions by Erik Pilkington · 6 years ago
  45. f74c748 Update version to 8.0.0svn by Hans Wennborg · 6 years ago
  46. d5a11bc [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCPP_BUILDING_LIBRARY by Louis Dionne · 6 years ago
  47. 3c6231f [demangler] Fix an oss-fuzz bug from r338138 by Erik Pilkington · 6 years ago
  48. 4a3bc0a [demangler] Support for reference collapsing by Erik Pilkington · 6 years ago
  49. b680d15 [CMake] Don't use LIBCXXABI_ENABLE_STATIC option before its declared by Sam Clegg · 6 years ago
  50. 338d62e [CMake] Use LIBCXXABI_LIBDIR_SUFFIX in libc++abi build by Petr Hosek · 6 years ago
  51. fb81b4c Fix dangling reference in test by Eric Fiselier · 6 years ago
  52. 0f0fc90 [CMake] Option to control whether shared/static library is installed by Petr Hosek · 6 years ago
  53. 46e49b9 Reland "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  54. 64f6c6a [demangler] call terminate() if allocation failed by Erik Pilkington · 6 years ago
  55. 3633019 Implement a GCC compatible SEH unwinding personality, __gxx_personality_seh0 by Martin Storsjo · 6 years ago
  56. b359943 Revert "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  57. e082345 [CMake] Support statically linking dependencies only to shared or static library by Petr Hosek · 6 years ago
  58. a034071 Add GCC 9 to XFAILs list for test by Eric Fiselier · 6 years ago
  59. bcadcdd Merge changes to ItaniumDemangle over to libcxxabi. by Zachary Turner · 6 years ago
  60. 5b1f0aa [CMake] Set per-runtime library directory suffix in runtimes build by Petr Hosek · 6 years ago
  61. 047fb73 [demangler] Avoid alignment warning by Serge Pavlov · 6 years ago
  62. 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
  63. d281904 Some buildbots were choking on std::max_align_t, try using the global alias. by Erik Pilkington · 6 years ago
  64. ee0ed4b [demangler] Fix a MSVC alignment warning. by Erik Pilkington · 6 years ago
  65. beab795 [libc++abi] Look for __config instead of vector by Shoaib Meenai · 6 years ago
  66. aaca56f [libc++abi] Limit libc++ header search to specified paths by Shoaib Meenai · 6 years ago
  67. 28fe9f5 Support for multiarch runtimes layout by Petr Hosek · 6 years ago
  68. 60abed6 [CMake] Convert paths to the right form in standalone builds on Windows by Martin Storsjo · 6 years ago
  69. 1064a0a Update copyright year to 2018. by Paul Robinson · 6 years ago
  70. f00ee91 Fix libcxxabi tests after clang r334924 by Vitaly Buka · 6 years ago
  71. f32f3ad Fix libcxx tests after clang r334677. by Vitaly Buka · 6 years ago
  72. e0330b6 private_typeinfo: limit is_dst_type_derived_from_static_type optimization by Eric Fiselier · 6 years ago
  73. ea1884b private_typeinfo: propagate static flags in vmi search_above_dst method by Eric Fiselier · 6 years ago
  74. afe9f90 private_typeinfo: propagate static flags in vmi search_above_dst method by Eric Fiselier · 6 years ago
  75. 05a7394 Fix test failure for missing _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS by Nico Weber · 6 years ago
  76. 934e061 Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build system by Nico Weber · 6 years ago
  77. b95ff2d [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions. by Eli Friedman · 6 years ago
  78. 0df654b [demangler] NFC: Some refactoring to support partial demangling. by Erik Pilkington · 6 years ago
  79. 52c7a37 [CFI] Disable CFI checks for __cxa_decrement_exception_refcount by Vlad Tsyrklevich · 6 years ago
  80. 967b00e [demangler] Support for fold expressions. by Erik Pilkington · 6 years ago
  81. 437202e [demangler] Support for <data-member-prefix>. by Erik Pilkington · 6 years ago
  82. 6a4e62b [demangler] Support for partially substituted sizeof.... by Erik Pilkington · 6 years ago
  83. d4dc2dd [CMake] Support for monorepo layout by Petr Hosek · 6 years ago
  84. 565ba04 [demangler] Fix a bug in r328464 found by oss-fuzz. by Erik Pilkington · 6 years ago
  85. 04f3985 [demangler] Use a back-patching scheme to resolve forward references. by Erik Pilkington · 6 years ago
  86. 85619f5 [demangler] Tweak how parameter pack sizes are determined. by Erik Pilkington · 6 years ago
  87. bb80c5c [demangler] Support for clang's enable_if attribute. by Erik Pilkington · 6 years ago
  88. 61966e5 [demangler] Support for <template-param>s in generic lambdas. by Erik Pilkington · 6 years ago
  89. aa209d8 [demangler] Simplify printing of structured bindings. by Erik Pilkington · 6 years ago
  90. d145e1f [demangler] Support for sequence numbers on lifetime extended temporaries. by Erik Pilkington · 6 years ago
  91. dee4d0b [demangler] Support for structured bindings. by Erik Pilkington · 6 years ago
  92. 9eaf30b [demangler] Fix a mistake in r326797. by Erik Pilkington · 6 years ago
  93. f26c8d1 [demangler] Modernize the rest of the demangler. by Erik Pilkington · 6 years ago
  94. d0dd97d [demangler] Modernize parse_unresolved_name. by Erik Pilkington · 6 years ago
  95. e1d6162 [demangler] Modernize parse_name. by Erik Pilkington · 6 years ago
  96. 7e027ac [demangler] Support for exception specifications on function types. by Erik Pilkington · 6 years ago
  97. bdaf882 [demangler] Simplify the AST for function types, NFC. by Erik Pilkington · 6 years ago
  98. 5f0867c [demangler] Support for inheriting constructors. by Erik Pilkington · 6 years ago
  99. 2808f77 [demangler] Rewrite parse_nested_name in the new style. by Erik Pilkington · 6 years ago
  100. 88a1cf6 [demangler] Support for initializer lists and designated initializers. by Erik Pilkington · 6 years ago