1. 8a7e157 [cmake] [libcxxabi] LLVM_FOUND isn't always set, so just test if by Don Hinton · 6 years ago
  2. e1601db Reland: by Don Hinton · 6 years ago
  3. 1538d72 Revert [libcxxabi] r323455 - [cmake] [libcxxabi] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 6 years ago
  4. 4c981eb [cmake] [libcxxabi] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 6 years ago
  5. 9a02f50 [libc++abi] Fix unused function when building with LIBCXXABI_SILENT_TERMINATE by Peter Collingbourne · 6 years ago
  6. 16e9d9f [cmake] [libcxxabi] Fix find_path() problems when cross compiling by Don Hinton · 6 years ago
  7. 0d2ebaa [cmake] [libcxxabi] Don't print warning when tests are disabled. by Don Hinton · 6 years ago
  8. a171e2b Fix standalone test-suite run. by Eric Fiselier · 6 years ago
  9. faa22f3 Update version to 7.0.0svn by Hans Wennborg · 6 years ago
  10. 31234a5 Try again, this time with the correct address by Jonathan Roelofs · 6 years ago
  11. 2011def Update CREDITS.txt with personal email address by Jonathan Roelofs · 6 years ago
  12. 32e1c0f [libcxxabi] Pass LIBCXXABI_SYSROOT and LIBCXXABI_GCC_TOOLCHAIN to lit by Petr Hosek · 6 years ago
  13. d1b3770 [libcxxabi] Set up .arcconfig to point to new Diffusion CXXA repository by Ben Hamilton · 7 years ago
  14. f81a116 [libc++abi] Add install-cxxabi-stripped target by Shoaib Meenai · 7 years ago
  15. a3f273a Insert padding before the __cxa_exception header to ensure the thrown by Akira Hatanaka · 7 years ago
  16. 5bff412 [demangler] Support for abi_tag attribute by Erik Pilkington · 7 years ago
  17. 1c300b9 [demangler] Document some features that the demangler doesn't yet support, NFC by Erik Pilkington · 7 years ago
  18. 43600b4 [libcxxabi][CMake] Provide option to disable installing of the library by Petr Hosek · 7 years ago
  19. 3568730 [CMake][libcxxabi] Support merging objects when statically linking unwinder by Petr Hosek · 7 years ago
  20. 66224e1 Remove excess whitespace from syslog message; NFC by Stephan Bergmann · 7 years ago
  21. 05ba328 Fix ASAN build with older compiler-rt versions. by Eric Fiselier · 7 years ago
  22. 6b4fee2 [libc++abi] Fix ASAN build with older compiler-rt versions. by Eric Fiselier · 7 years ago
  23. 05e2ac5 Reland "When built with ASan, __cxa_throw calls __asan_handle_no_return" by Petr Hosek · 7 years ago
  24. caa78da Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_return" by Petr Hosek · 7 years ago
  25. f6e94df [libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_return by Petr Hosek · 7 years ago
  26. b157fdd Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_return" by Petr Hosek · 7 years ago
  27. fef681d [libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_return by Petr Hosek · 7 years ago
  28. 7de232a [demangler] Fix some more -Wshadow warnings I missed in r310535 by Erik Pilkington · 7 years ago
  29. 414f1a5 [demangler] Fix a bunch of -Wshadow warnings by Erik Pilkington · 7 years ago
  30. ce1f9aa Mark test as unsupported c++98/03 to fix buildbots by Erik Pilkington · 7 years ago
  31. ba34a24 [demangler] Improve representation of substitutions/templates by Erik Pilkington · 7 years ago
  32. dc64cee [demangler] Rename some variables, NFC by Erik Pilkington · 7 years ago
  33. eb5fa06 [libc++abi] Use proper calling convention for TLS destructor by Shoaib Meenai · 7 years ago
  34. 1137f96 [demangler] Fix another oss-fuzz bug by Erik Pilkington · 7 years ago
  35. b900822 [demangler] Fix another bug found by oss-fuzz in r309340 by Erik Pilkington · 7 years ago
  36. d25d901 [demangler] Use _LIBCPP_UNREACHABLE() by Erik Pilkington · 7 years ago
  37. f4afd55 libcxxabi: Suppress LLVM_ENABLE_MODULES by NAKAMURA Takumi · 7 years ago
  38. ffdace5 [demangler] Fix some bugs in r309340 found by oss-fuzz by Erik Pilkington · 7 years ago
  39. 907bcf4 [demangler] Fix some overzealous -Wreturn-type errors by Erik Pilkington · 7 years ago
  40. 7710154 [demangler] Attempt to fix linux bots, include <cstdio> by Erik Pilkington · 7 years ago
  41. 0024acd [demangler] Use an AST to represent demangled names by Erik Pilkington · 7 years ago
  42. 139ba7b Update version to 6.0.0svn by Hans Wennborg · 7 years ago
  43. b74d9d8 [demangler] Respect try_to_parse_template_args by Erik Pilkington · 7 years ago
  44. 28942d3 Remove dependancy on __refstring header; use local copy instead. by Eric Fiselier · 7 years ago
  45. 1f8318f [libcxxabi][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 7 years ago
  46. c392662 [Demangler] NFC: Don't make the parse_* functions templates by Erik Pilkington · 7 years ago
  47. 9dd63d2 [Demangler] NFC: Move Db struct to beginning of file by Erik Pilkington · 7 years ago
  48. 065ab9e Fix incomplete type test on OS X; workaround weird DYLD_LIBRARY_PATH behavior by Eric Fiselier · 7 years ago
  49. 3d356fd Add some catch(...) blocks to the tests so that if they fail, we get a good error message. No functional change. by Marshall Clow · 7 years ago
  50. 96504b1 Use _LIBCPP_FALLTHROUGH() to avoid warnings about [[gnu::fallthrough]] being unsupported by Eric Fiselier · 7 years ago
  51. 878d4bb Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 after r304374 by Ismail Donmez · 7 years ago
  52. 0b727c2 build: use cmake to pass -std=c++11 by Saleem Abdulrasool · 7 years ago
  53. c03d53c build: use POSITION_INDEPENDENT_CODE CMake property by Saleem Abdulrasool · 7 years ago
  54. c5d1c1e cxa_demangle: fix -Wimplicit-fallthrough for GCC:7 by Saleem Abdulrasool · 7 years ago
  55. ec60ec4 private_typeinfo: add missing field initializers by Saleem Abdulrasool · 7 years ago
  56. 35b048c [libcxxabi] HandleLLVMOptions in out of tree build by Martell Malone · 7 years ago
  57. 380a70a [libcxxabi] Rework CMakeLists.txt into modules by Martell Malone · 7 years ago
  58. 7512331 Remove requirement for libunwind sources. Patch by Shiz. by Eric Fiselier · 7 years ago
  59. db46267 [demangler] Fix a exponential string copying bug by Erik Pilkington · 7 years ago
  60. 9111b9c [libcxxabi] Disable DLL annotations on static by Martell Malone · 7 years ago
  61. 75fa911 [libcxxabi] iconv is not needed for mingw-w64 by Martell Malone · 7 years ago
  62. 4072e8f [Demangler] Remove a failing assert introduced in r303718 by Erik Pilkington · 7 years ago
  63. 413296b __cxa_demangle: Fix constructor cv qualifier handling by Tamas Berghammer · 7 years ago
  64. 0a91f7a [demangler] Fix a crash in the demangler during parsing of a lamdba by Erik Pilkington · 7 years ago
  65. c515867 [libcxxabi] Fix the test case committed in r303175. by Akira Hatanaka · 7 years ago
  66. 1089e75 [libcxxabi] Align unwindHeader on a double-word boundary. by Akira Hatanaka · 7 years ago
  67. fa4e00b Revert r302978 and r302981. by Akira Hatanaka · 7 years ago
  68. 9f5f78e [libcxxabi] Do not align field unwindHeader when building for ARM EHABI. by Akira Hatanaka · 7 years ago
  69. 8d8011b [libcxxabi] Align unwindHeader on a double-word boundary. by Akira Hatanaka · 7 years ago
  70. 0372c57 [Libcxxabi]: Support using compiler-rt for MinGW64 by Martell Malone · 7 years ago
  71. a8ac1e1 Revert "[libcxxabi] Align unwindHeader on a double-word boundary." by Akira Hatanaka · 7 years ago
  72. e8b16fa [libcxxabi] Align unwindHeader on a double-word boundary. by Akira Hatanaka · 7 years ago
  73. 97146e2 Revert "Rename c++abi.a on Windows to libc++abi to avoid name conflicts" by Eric Fiselier · 7 years ago
  74. 2d38329 Allow undefined symbols when linking libc++abi.dll on Windows by Eric Fiselier · 7 years ago
  75. 1e5f94f Fix Libc++abi linking under MinGW64 by Eric Fiselier · 7 years ago
  76. 9a8ac6a Rename c++abi.a on Windows to libc++abi to avoid name conflicts by Eric Fiselier · 7 years ago
  77. 8d06271 Don't use posix_memalign under MinGW by Eric Fiselier · 7 years ago
  78. b17dd49 Apply libc++ MinGW CMake fix to libc++abi by Eric Fiselier · 7 years ago
  79. 03d803f [libc++abi] Disable libc++ extern templates project-wide by Shoaib Meenai · 7 years ago
  80. f8b91ee Fix use of now removed %exec test substitution by Eric Fiselier · 7 years ago
  81. 3a15043 Fix use of removed SH test replacement %exec by Eric Fiselier · 7 years ago
  82. 8ca586d XFAIL noexcept member function throw/catch test under GCC. by Eric Fiselier · 7 years ago
  83. a4c4545 [libcxxabi][CMake] Set library dir when built under runtimes/ by Jonas Hahnfeld · 7 years ago
  84. 700fa35 Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL. by Eric Fiselier · 7 years ago
  85. 2ef575d [CMake][libcxxabi] Fix the -target and -gcc-toolchain flag handling by Petr Hosek · 7 years ago
  86. a917419 [CMake][libcxxabi] Use -nodefaultlibs for CMake checks by Petr Hosek · 7 years ago
  87. 0a3a1a8 Fix exception address alignment test for EHABI by Asiri Rathnayake · 7 years ago
  88. 66db5e3 Uses quote to include cxxabi.h to make sure the local one is included by Mehdi Amini · 7 years ago
  89. f4745ae [libc++abi] Remove missed use of config.h by Shoaib Meenai · 7 years ago
  90. 847e4d2 [libc++abi] Delete config.h by Shoaib Meenai · 7 years ago
  91. 78bab8f [libc++abi] Remove unistd.h include by Shoaib Meenai · 7 years ago
  92. 1f43533 Fully Reformat fallback_malloc.cpp by Eric Fiselier · 7 years ago
  93. 7fa8331 Add missing UNSUPPORTED for -fno-exception mode by Eric Fiselier · 7 years ago
  94. 494247c Attempt to suppress test failures on OS X by Eric Fiselier · 7 years ago
  95. 0368af0 Fix CMake configuration errors on OS X by Eric Fiselier · 7 years ago
  96. aad0594 [libcxxabi] Fix alignment of allocated exceptions in 32 bit builds by Eric Fiselier · 7 years ago
  97. da7d616 Fix PR25874 - Detect features required for cxa_thread_atexit_test.pass.cpp by Eric Fiselier · 7 years ago
  98. 9e9cb7b Turn on -Wunused-function and cleanup occurances by Eric Fiselier · 7 years ago
  99. ed5abb1 Work around GCC linking errors within libc++abi due to missing new/delete definitions by Eric Fiselier · 7 years ago
  100. 4841062 [libc++abi] Add option to enable definitions for the new/delete overloads. by Eric Fiselier · 7 years ago