1. 605f032 Make _Unwind_Backtrace() work on ARM. by Dan Albert · 10 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. 4c708dc Revert "Fix _Unwind_Backtrace for arm." by Dan Albert · 10 years ago
  3. e3f0096 Remove test code. by Christopher Ferris · 10 years ago
  4. 34ce4a6 Fix _Unwind_Backtrace for arm. by Christopher Ferris · 10 years ago
  5. 63c802e Improve logging of aborts for Android. by Dan Albert · 10 years ago
  6. f3015a2 Exclude only modules with prebuilt in prebuilts/sdk. by Ying Wang · 10 years ago
  7. 87a9be2 Add support for the ARM EHABI unwinder. by Dan Albert · 10 years ago
  8. e45805f Merge to upstream r212232. by Dan Albert · 10 years ago
  9. c2e9313 Fixes incorrect #ifs for SJ/LJ exceptions by Dan Albert · 10 years ago
  10. a3a628a Using arch-specific variables by Ying Wang · 10 years ago
  11. 2011685 Make host multilib for multilib dependencies. by Ian Rogers · 10 years ago
  12. 3be37f7 am d5cc515c: Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mk by Brian Carlstrom · 10 years ago
  13. d5cc515 Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mk by Brian Carlstrom · 10 years ago
  14. 4719850 am 873f8586: Switch to static libs by Dan Albert · 10 years ago
  15. 873f858 Switch to static libs by Dan Albert · 10 years ago
  16. a9fab38 am ab22a8fc: Changes so name to match cmake target by Dan Albert · 10 years ago
  17. ab22a8f Changes so name to match cmake target by Dan Albert · 10 years ago
  18. a4b6c86 am 6b885241: Removes libstdc++ dependency from host builds by Dan Albert · 10 years ago
  19. ab5be35 am 45b27bb2: Replaces strlcpy() with strncpy() equivalent by Dan Albert · 10 years ago
  20. 6b88524 Removes libstdc++ dependency from host builds by Dan Albert · 10 years ago
  21. 45b27bb Replaces strlcpy() with strncpy() equivalent by Dan Albert · 10 years ago
  22. fb85ece am d71a0e61: Enable MIPS builds. by Stephen Hines · 10 years ago
  23. d71a0e6 Enable MIPS builds. by Stephen Hines · 10 years ago
  24. c99d131 am 285d67f3: Don\'t build libcxx_abi for unbundled projects. by Stephen Hines · 10 years ago
  25. b75e58e am 09437217: Add Apple-specific files for libunwind. by Tim Murray · 10 years ago
  26. edb3241 am b21e7e40: Fixes build on arm64 by Dan Albert · 10 years ago
  27. 1045d32 am 39c04b7e: Disables building of libcxxabi on mips targets by Dan Albert · 10 years ago
  28. 310682e am ddd1d803: Merge "Gets libcxxabi building for Android" by Dan Albert · 10 years ago
  29. 61866af am 685b6863: Revert "Gets libcxxabi building for Android" by Dan Albert · 10 years ago
  30. ba9b507 am fa220390: Gets libcxxabi building for Android by Dan Albert · 10 years ago
  31. 4bb72f7 am 426b4a20: Add module notice. by Tim Murray · 10 years ago
  32. 934a45b am d998eb96: Merge remote-tracking branch \'upstream/master\' into libcxxabi by Tim Murray · 10 years ago
  33. 285d67f Don't build libcxx_abi for unbundled projects. by Stephen Hines · 10 years ago
  34. 0943721 Add Apple-specific files for libunwind. by Tim Murray · 10 years ago
  35. b21e7e4 Fixes build on arm64 by Dan Albert · 10 years ago
  36. 39c04b7 Disables building of libcxxabi on mips targets by Dan Albert · 10 years ago
  37. ddd1d80 Merge "Gets libcxxabi building for Android" by Dan Albert · 10 years ago
  38. e085735 Gets libcxxabi building for Android by Dan Albert · 10 years ago
  39. 685b686 Revert "Gets libcxxabi building for Android" by Dan Albert · 10 years ago
  40. fa22039 Gets libcxxabi building for Android by Dan Albert · 10 years ago
  41. 426b4a2 Add module notice. by Tim Murray · 10 years ago
  42. d998eb9 Merge remote-tracking branch 'upstream/master' into libcxxabi by Tim Murray · 10 years ago
  43. f8023cc Initial empty repository by Bill Yi · 10 years ago
  44. 6286d83 Initial empty repository by Qiwen Zhao · 10 years ago
  45. 4b51c92 Simplify. by Joerg Sonnenberger · 10 years ago
  46. 7dfc521 Fix DW_CFA_GNU_args_size handling. The primary architecture using this by Joerg Sonnenberger · 10 years ago
  47. 4fb4f22 0 is a valid LSDA encoding and can be seen in statically linked by Joerg Sonnenberger · 10 years ago
  48. 2950e56 Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. by Anders Carlsson · 10 years ago
  49. c82e02d [libcxxabi] Fix broken codesourcery.com links in comments by Jonathan Roelofs · 10 years ago
  50. 98bbf28 Fix PR17221 - can't catch virtual base classes when throwing derived NULL pointers. Specifically, libc++abi would crash when you tried it. by Marshall Clow · 10 years ago
  51. 288859d Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, too by Marshall Clow · 10 years ago
  52. 448bba2 [libunwind] remove stray conditional by Nick Kledzik · 10 years ago
  53. b599e66 Use .p2align instead of .align by Nick Kledzik · 10 years ago
  54. a366774 Add missing alignment directives in assembly by Nick Kledzik · 10 years ago
  55. 8cb8b20 Don't redefine static_assert() by Nick Kledzik · 10 years ago
  56. 65b7266 Fix unwinder to build for iOS by Nick Kledzik · 10 years ago
  57. f29757a Implement demangling for user-defined operators. by Howard Hinnant · 10 years ago
  58. 341c047 Update the copyright credits -- Happy new year 2014! by NAKAMURA Takumi · 10 years ago
  59. 5ff06b0 Add a first cut at a Registers_arm class, to be used for 32bit arm EHABI unwinding. by Nico Weber · 10 years ago
  60. 7c61d80 Add mangling macros for Unwind's inline assembly. by Nico Weber · 10 years ago
  61. 753a30d Fix demangling crasher. The crasher involved nested <encoding> involving parameter packs, which exposed a logic bug causing an empty vector<string> to be accessed with back(). In addition to fixing the bug, I've inserted numerous preemptive checks for similar bugs in the hopes that if another bug is uncovered, the bug results in an invalid mangled string instead of a demangler crash. Test suite updated with string that was causing the crash. by Howard Hinnant · 10 years ago
  62. be38d82 Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 2 of 2 by Nico Weber · 10 years ago
  63. a722aca Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 1 of 2 by Nico Weber · 10 years ago
  64. 7a49616 Fix minor initialization bug in Registers_x86_64. by Nico Weber · 10 years ago
  65. cfbfdd9 80-column wrap a comment in a test by Nico Weber · 10 years ago
  66. 034e79a [unwind] remove darwin build dependency on <mach-o/dyld_priv.h> by Nick Kledzik · 10 years ago
  67. c22004f Fixed a couple of test errors; changed 'const A const *' to 'const A* const'. Thanks to Nico for the catch by Marshall Clow · 10 years ago
  68. 59d65a8 Fix indentation of fields in __cxa_exception to line up by Mark Seaborn · 10 years ago
  69. d9eb5fc On Windows, typeids are different between DLLs and EXEs, so comparing by Yaron Keren · 10 years ago
  70. 36fd93f Comment correction. syslog() syntax is: by Yaron Keren · 10 years ago
  71. 38a0eeb If libc++ has not declared bad_array_length, then declare it here just so that it gets into the binary. by Howard Hinnant · 11 years ago
  72. 7be749a Swap contents of UnwindRegistersRestore.s and UnwindRegistersSave.s by Nick Kledzik · 11 years ago
  73. 2918011 Rename LIBUNWIND_AVAIL to LIBUNWIND_UNAVAIL so as to not conflict with other (different) LIBUNWIND_AVAIL define by Nick Kledzik · 11 years ago
  74. 061240c Move local Db type out to namespace scope. by Howard Hinnant · 11 years ago
  75. 839f7f2 unwinder: conditionalise availability by Saleem Abdulrasool · 11 years ago
  76. 6dc1540 [unwind] Fix unw_init_remote_thread() use to void* instead of thread_t for parameter to match other implementations by Nick Kledzik · 11 years ago
  77. 3dbb334 [unwind] add required #include by Nick Kledzik · 11 years ago
  78. 952df57 Fix conditionals on __Unwind_SjLj_* functions to only build for SJLJ based architectures by Nick Kledzik · 11 years ago
  79. 17814d7 Consistent spelling of names. by Joerg Sonnenberger · 11 years ago
  80. b78da98 by Nick Kledzik · 11 years ago
  81. 6c3f675 Adding bad_array_length to libc++abi by Marshall Clow · 11 years ago
  82. 01c2084 Add ability to set OPTIONS for compile by Marshall Clow · 11 years ago
  83. 224f7ac Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPT by Jean-Daniel Dupas · 11 years ago
  84. cdf7d55 Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixes http://llvm.org/bugs/show_bug.cgi?id=16996. by Howard Hinnant · 11 years ago
  85. 41458a0 tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. by Howard Hinnant · 11 years ago
  86. 8ad6a22 I had a buffer mismanagement bug in the demangler. by Howard Hinnant · 11 years ago
  87. e9e8387 Updated CREDITS.TXT by Howard Hinnant · 11 years ago
  88. b2d1f94 I'd no sooner made the last commit when Matthew Dempsky sent me another test case that led me to yet another closely related test case that the current design could not handle. I've now changed the way forward references are handled completely. It wasn't that much code to change. The demangler, when confronted with a forward reference to a template parameter, now parses things twice. During the second parse, all forward references are remembered from the first parse. Test suite updated with new case. by Howard Hinnant · 11 years ago
  89. eb8d46c After a private conversation with Arthur O'Dwyer, and a good night's sleep, I believe this fix is a better fix than what I committed in r184656 yesterday. I've basically moved the checking for '`' from the start of the demangling process to the end of it. In the process I discovered that one of the test cases no longer demangled to the expected string. After further investigation I believe this case to not be a valid mangled string, and so I moved the test case to the 'invalid cases'. The reason I believe it is invalid is that it should use T_ instead of T0_ to index the template parameter. by Howard Hinnant · 11 years ago
  90. ab8cfb1 Filter out '`' in mangled strings and reject them as invalid if found. by Howard Hinnant · 11 years ago
  91. f672517 I created a random mangled name generator and have thrown about 200 million random strings at the demangler. I succeeded in crashing it twice more and those crashers have been fixed and the test suite updated with the crash cases. by Howard Hinnant · 11 years ago
  92. 93433df Another demangler crasher. Updated test suite to prevent regression. by Howard Hinnant · 11 years ago
  93. b4033ff Protect against invalid mangled names. Add test suite for invalid mangled names. by Howard Hinnant · 11 years ago
  94. 19e36dd Demangle objc mangling implemented in r184250 by Howard Hinnant · 11 years ago
  95. c62cbea Tweaks/cleanups provided by Matthew Dempsky by Howard Hinnant · 11 years ago
  96. 6c33e76 Demangler update: This now demangles many more (all?) C++11 symbols. Demangler tests updated. by Howard Hinnant · 11 years ago
  97. 5dd173b Add capability to demangle invocation functions for ObjC blocks. by Howard Hinnant · 11 years ago
  98. 6d00fef Bruce Mitchener: Typo fixes. by Howard Hinnant · 11 years ago
  99. cba79c6 Partially revert r152770. That commit moved the default handlers to their own file. But it also did some refactoring. It is the latter that is being reverted. The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect. by Howard Hinnant · 11 years ago
  100. b6ab0a4 Update the copyright coredits -- Happy new year 2013! by NAKAMURA Takumi · 11 years ago