1. 70e5091 [libc++] Make sure we re-export some missing libc++abi symbols from libc++ by Louis Dionne · 5 years ago
  2. 8dc1dd8 Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check. by Eric Fiselier · 5 years ago
  3. 596345b [NFC] Correct outdated links to the Itanium C++ ABI documentation by Louis Dionne · 5 years ago
  4. c42ccd3 [libc++abi] Create a macro for the 32 bit guard setting on ARM platforms by Louis Dionne · 5 years ago
  5. cfeddb6 Revert "Make reads and writes of the guard variable atomic." by Eric Fiselier · 5 years ago
  6. 68804b9 Fix incorrect change during refactoring. by Eric Fiselier · 5 years ago
  7. a4f01eb Remove unneeded write in __cxa_guard_release. by Eric Fiselier · 5 years ago
  8. d68b126 Make reads and writes of the guard variable atomic. by Eric Fiselier · 5 years ago
  9. 76b82a7 Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation. by Eric Fiselier · 5 years ago
  10. 9890d63 Further refactor cxa_guard.cpp by Eric Fiselier · 5 years ago
  11. c18b1d0 Create RAII lock guard for global initialization lock. by Eric Fiselier · 5 years ago
  12. 5eee0a8 Always use is_initialized and set_initialized in cxa_guard.cpp by Eric Fiselier · 5 years ago
  13. ba88b37 llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtors by Nico Weber · 5 years ago
  14. 5f2cfb3 [libc++abi] Do not share an object library to create the static/shared libraries by Petr Hosek · 5 years ago
  15. 1135d25 [libc++abi] Add LIBCXXABI_ENABLE_PIC cmake option by Sam Clegg · 5 years ago
  16. 8c47238 [libc++abi] Actually set POSITION_INDEPENDENT_CODE when building shared library by Sam Clegg · 5 years ago
  17. 829ab22 [libc++abi] Don't set POSITION_INDEPENDENT_CODE when building static library by Sam Clegg · 5 years ago
  18. 20bf263 Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/" by Matthew Voss · 5 years ago
  19. 69fd579 [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/ by Petr Hosek · 5 years ago
  20. 9e5442c [libc++abi] Specify unwind lib before other system libraries when linking by Louis Dionne · 5 years ago
  21. 4816ce6 [libcxxabi][CMake] Drop unused HandleOutOfTreeLLVM include by Petr Hosek · 5 years ago
  22. f389ee5 [compiler-rt] Build custom libcxx with libcxxabi by Jonas Hahnfeld · 5 years ago
  23. 688a103 [CMake] Avoid passing -rtlib=compiler-rt when using compiler-rt by Petr Hosek · 5 years ago
  24. 81b9f5f [CMake] Support compiler-rt builtins library in tests by Petr Hosek · 5 years ago
  25. 8a650ce [CMake] Update lit test configuration by Petr Hosek · 5 years ago
  26. 2612b1a [CMake] Support CMake variables for setting target, sysroot and toolchain by Petr Hosek · 5 years ago
  27. 5d9f7bf [CMake] Use correct visibility for linked libraries in CMake by Petr Hosek · 5 years ago
  28. aebe7a7 Revert "[CMake] Use correct visibility for linked libraries in CMake" by Petr Hosek · 5 years ago
  29. 7a928bc [CMake] Use correct visibility for linked libraries in CMake by Petr Hosek · 5 years ago
  30. e32b0a7 [libunwind] Support building hermetic static library by Petr Hosek · 5 years ago
  31. 595ddfa Adjust documentation for git migration. by James Y Knight · 5 years ago
  32. 24cb00d Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library" by Petr Hosek · 5 years ago
  33. 0221aed [cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT always by Michal Gorny · 5 years ago
  34. e554aad [CMake] Use __libc_start_main rather than fopen when checking for C library by Petr Hosek · 5 years ago
  35. ae2e7bb [libcxxabi] Support building hermetic static library by Petr Hosek · 5 years ago
  36. d6cc46b Enable LLVM_ENABLE_WARNINGS when building standalone out of tree by Martin Storsjo · 5 years ago
  37. c8f1894 Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  38. 87bc9b4 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  39. 7f80a04 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  40. 3ad63ad Remove unnecesasry comment markers. by Chandler Carruth · 5 years ago
  41. ac1c3f4 Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  42. f0b7439 [demangler] Support for block literals. by Erik Pilkington · 5 years ago
  43. 18cf198 [demangler] Ignore leading underscores if present by Erik Pilkington · 5 years ago
  44. 870950f NFC: Make the copies of the demangler byte-for-byte identical by Erik Pilkington · 5 years ago
  45. 756b5cc Found another version number to increase from 8 to 9 by Hans Wennborg · 5 years ago
  46. c631d04 Update year in license files by Hans Wennborg · 5 years ago
  47. 93b244a [libcxx] Remove bad_array_length by Louis Dionne · 5 years ago
  48. a35f8bf [Demangle] remove itaniumFindTypesInMangledName by Pavel Labath · 5 years ago
  49. f4d64b4 [CMake] Passthrough CFLAGS when checking the compiler-rt path by Petr Hosek · 5 years ago
  50. 23215b8 Port LLVM r346606 to libcxxabi. by Nico Weber · 5 years ago
  51. 9ddef32 Use C++11 fallthrough attribute syntax when available and add a break by Reid Kleckner · 6 years ago
  52. ff98e6c [libc++abi] Provide __cxa_thread_atexit on Fuchsia by Petr Hosek · 6 years ago
  53. b26cabc cxa_demangle: make demangler's parsing functions overridable by Pavel Labath · 6 years ago
  54. 1d1d89d NFC: Fix a -Wsign-conversion warning by Erik Pilkington · 6 years ago
  55. e9e1f6a Override libcxxabi's .clang-format in the demangle directory by Erik Pilkington · 6 years ago
  56. 1eef6f5 Use C++03 friendly version of alignof by Eric Fiselier · 6 years ago
  57. 51b7abf Update libc++abi's detection of aligned allocation after r344207. by Eric Fiselier · 6 years ago
  58. 532834a [libcxxabi] Allow building with sanitizers enabled by Louis Dionne · 6 years ago
  59. 3fc94e0 Blind attempt to fix linker errors when building libc++abit w/o exceptions. by Marshall Clow · 6 years ago
  60. c4c4a40 Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 by Marshall Clow · 6 years ago
  61. 3605009 Port llvm r342166 to libcxxabi demangler by Pavel Labath · 6 years ago
  62. 42e3bdf [NFC][unwind] Improve error message when a type has more than one RTTIs by Louis Dionne · 6 years ago
  63. 8cfc50c Update docs to reference new libc++ mailing lists. by Eric Fiselier · 6 years ago
  64. 347fb45 Fix incorrectly aligned exceptions in 32 bit builds. by Eric Fiselier · 6 years ago
  65. 6412eb0 [libc++abi] is_strcmp parameter to is_equal is unused for WIN32 by Pirama Arumuga Nainar · 6 years ago
  66. ca470d4 add a quick link to libc++ by Sylvestre Ledru · 6 years ago
  67. a1b8e34 Merge Demangle change in r342330 to libcxxabi. by Nico Weber · 6 years ago
  68. 7918dea Port my recent changes from LLVM copy of the demangler: by Richard Smith · 6 years ago
  69. 4344cbd Port LLVM r340203 (and r340205) to libcxxabi. by Richard Smith · 6 years ago
  70. 0f7d2d3 Factor Node creation out of the demangler. No functionality change intended. by Richard Smith · 6 years ago
  71. 6c87c4c [libcxxabi] Fix test_exception_address_alignment test for ARM by Yvan Roux · 6 years ago
  72. c25f0559 [itanium demangler] Add llvm::itaniumFindTypesInMangledName() by Erik Pilkington · 6 years ago
  73. 809fbe5 Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0 by Martin Storsjo · 6 years ago
  74. f150234 [itanium demangler] Support dot suffixes on block invocation functions by Erik Pilkington · 6 years ago
  75. 857dd46 Update version to 8.0.0svn by Hans Wennborg · 6 years ago
  76. ef70a05 [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCPP_BUILDING_LIBRARY by Louis Dionne · 6 years ago
  77. 83fd359 [demangler] Fix an oss-fuzz bug from r338138 by Erik Pilkington · 6 years ago
  78. 254d0f2 [demangler] Support for reference collapsing by Erik Pilkington · 6 years ago
  79. db962e7 [CMake] Don't use LIBCXXABI_ENABLE_STATIC option before its declared by Sam Clegg · 6 years ago
  80. 24cc784 [CMake] Use LIBCXXABI_LIBDIR_SUFFIX in libc++abi build by Petr Hosek · 6 years ago
  81. 002cfd4 Fix dangling reference in test by Eric Fiselier · 6 years ago
  82. 5731330 [CMake] Option to control whether shared/static library is installed by Petr Hosek · 6 years ago
  83. 00db7c5 Reland "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  84. 4360b28 [demangler] call terminate() if allocation failed by Erik Pilkington · 6 years ago
  85. 01fb112 Implement a GCC compatible SEH unwinding personality, __gxx_personality_seh0 by Martin Storsjo · 6 years ago
  86. ad3a22e Revert "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  87. 20b8543 [CMake] Support statically linking dependencies only to shared or static library by Petr Hosek · 6 years ago
  88. 118a8e3 Add GCC 9 to XFAILs list for test by Eric Fiselier · 6 years ago
  89. 4ac1778 Merge changes to ItaniumDemangle over to libcxxabi. by Zachary Turner · 6 years ago
  90. b752823 [CMake] Set per-runtime library directory suffix in runtimes build by Petr Hosek · 6 years ago
  91. 77afc45 [demangler] Avoid alignment warning by Serge Pavlov · 6 years ago
  92. 383d52c 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
  93. 9aaa2c5 Some buildbots were choking on std::max_align_t, try using the global alias. by Erik Pilkington · 6 years ago
  94. ab30e6c [demangler] Fix a MSVC alignment warning. by Erik Pilkington · 6 years ago
  95. c341d28 [libc++abi] Look for __config instead of vector by Shoaib Meenai · 6 years ago
  96. bf7079d [libc++abi] Limit libc++ header search to specified paths by Shoaib Meenai · 6 years ago
  97. 45fa819 Support for multiarch runtimes layout by Petr Hosek · 6 years ago
  98. 31dfc09 [CMake] Convert paths to the right form in standalone builds on Windows by Martin Storsjo · 6 years ago
  99. dfd5856 Update copyright year to 2018. by Paul Robinson · 6 years ago
  100. 343ad3d Fix libcxxabi tests after clang r334924 by Vitaly Buka · 6 years ago