1. 88f2285 Merge cherrypicks of [1275204, 1275205, 1275374, 1275523, 1275524, 1275525, 1275526, 1275527, 1275528, 1275529, 1275530, 1275531, 1275572, 1275573, 1275574, 1275396, 1275397, 1275217, 1275533, 1275534, 1275535, 1275536, 1275434] into sparse-6113669-L70900000513942386 by android-build-prod (mdb) · 5 years ago
  2. 80f4bca Build libunwind without Neon. by Dan Albert · 5 years ago
  3. 824aaa3 [libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21 by Dan Albert · 7 years ago ndk-release-r18 ndk-release-r19 ndk-release-r20 ndk-r18-beta1 ndk-r18-beta2 ndk-r18b ndk-r19 ndk-r19-beta1 ndk-r19-beta2 ndk-r19b ndk-r19c ndk-r20 ndk-r20-beta1 ndk-r20-beta2 ndk-r20-beta3 ndk-r20b ndk-r21 ndk-r21-beta1 ndk-r21-beta2 ndk-r21-rc1
  4. d37f5a6 Merge to upstream r296359. by Dan Albert · 7 years ago
  5. 884f7e9 Use libandroid_support when building libunwind. by Dan Albert · 7 years ago
  6. ede0475 Fix the project name in the license file. by Arnaud A. de Grandmaison · 8 years ago
  7. e97cdf8 Add libcxxabi's LICENSE.TXT to libunwind. by Arnaud A. de Grandmaison · 8 years ago
  8. 29750f4 [libunwind] Disable calls to fprintf for baremetal targets. by Ranjeet Singh · 8 years ago
  9. 50bddc1 Revert r295944. by Ed Schouten · 8 years ago
  10. a60bc3f Drop the dependency on dl_unwind_find_exidx(). by Ed Schouten · 8 years ago
  11. 43ce8ac [libunwind][CMake] Use libc++ headers when available by Petr Hosek · 8 years ago
  12. 3d49b5d Revert "[libunwind][CMake] Use libc++ headers when available" by Petr Hosek · 8 years ago
  13. 0e14fd1 [libunwind][CMake] Use libc++ headers when available by Petr Hosek · 8 years ago
  14. cb2bed4 Revert "[libunwind][CMake] Use libc++ headers when available" by Petr Hosek · 8 years ago
  15. 42bf295 [libunwind][CMake] Use libc++ headers when available by Petr Hosek · 8 years ago
  16. 42129c3 Revert "DWARF: convert error logs to _LIBUNWIND_LOG" by Saleem Abdulrasool · 8 years ago
  17. 11ea06f DWARF: fix -Asserts builds by Saleem Abdulrasool · 8 years ago
  18. 43a1c58 DWARF: correct cast (NFC) by Saleem Abdulrasool · 8 years ago
  19. aa805e4 X86: swap EBP, ESP on !APPLE by Saleem Abdulrasool · 8 years ago
  20. e1d4b2e DWARF: allow enabling tracing at runtime by Saleem Abdulrasool · 8 years ago
  21. d8c14f5 DWARF: convert error logs to _LIBUNWIND_LOG by Saleem Abdulrasool · 8 years ago
  22. 24e592c config: clean up some of the macro definition by Saleem Abdulrasool · 8 years ago
  23. fa05468 rename OtherAddressSpace to RemoteAddressSpace; NFC by Saleem Abdulrasool · 8 years ago
  24. 52aed8f Don't dump llvm-config --cmakedir output if command fails. by Eric Fiselier · 8 years ago
  25. ecdac18 Bump version to 5.0.0svn by Hans Wennborg · 8 years ago
  26. 88c0132 [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available by Michal Gorny · 8 years ago
  27. 1041783 EHABI: mark some functions as exported by Saleem Abdulrasool · 8 years ago
  28. 8bfcea4 [CMake] Get libunwind building under LLVM/runtimes by Petr Hosek · 8 years ago
  29. 0eea5e2 Add support for old versions of MacOS to libunwind. Fixes PR22203. Thanks to Jeremy for the bug report and the patch. by Marshall Clow · 8 years ago
  30. 0f7ffb2 Add conditions for PPC to libunwind. Fixes PR22200. Thanks to Jeremy for the bug report and the patch. by Marshall Clow · 8 years ago
  31. b109e94 fix _dyld_find_unwind_sections() for pre-10.7. Patch by Jeremy Sequoia by Nick Kledzik · 8 years ago
  32. a60a2d5 [libunwind] Add support for Fuchsia by Petr Hosek · 8 years ago
  33. 122a0f8 [libunwind] Add missing <stdint.h> include. NFC. by Asiri Rathnayake · 8 years ago
  34. 4289761 libunwind: Add OpenBSD case for _Unwind_Ptr typedef by Ed Maste · 8 years ago
  35. 99e90f4 Also use the proper register numbers on CloudABI. by Ed Schouten · 8 years ago
  36. 9feea20 [libunwind] Add support for a single-threaded libunwind build by Asiri Rathnayake · 8 years ago
  37. a2a8dc6 Add missing _US_ACTION_MASK constant to unwind.h by Dimitry Andric · 9 years ago
  38. adc2908 consistently add \n to log and trace messages by Ed Maste · 9 years ago
  39. 85e3961 libunwind: fix X86 register numbers for FreeBSD/i386 by Ed Maste · 9 years ago
  40. 17473fd libunwind: correct 'libuwind' typo by Ed Maste · 9 years ago
  41. e55c15b EHABI: fail on WMMX vops without WMMX support by Saleem Abdulrasool · 9 years ago
  42. a091c23 [ARM] Adding .arch directives around WMMX unwind code by Renato Golin · 9 years ago
  43. ef03fd6 EHABI: cover switch once more by Saleem Abdulrasool · 9 years ago
  44. 949ee87 Allow building both shared and static library by Petr Hosek · 9 years ago
  45. 74a18ee CMakeLists.txt cleanups: synchronize version and CMake minimum required version with rest of LLVM, consistent spacing. by Eugene Zelenko · 9 years ago
  46. 6a38e34 unwind: disable executable stacks by Saleem Abdulrasool · 9 years ago
  47. f1034cf libunwind: correct return code in unwinding trace log message by Ed Maste · 9 years ago
  48. 8b1a2bb [libunwind][ARM] Add support for Thumb1 targets by Oliver Stannard · 9 years ago
  49. 9be9138 [libunwind] Properly align _Unwind_Exception. by Eric Fiselier · 9 years ago
  50. 44db3c9 Update .arcconfig by Eric Fiselier · 9 years ago
  51. f9f7928 libunwind: limit stack usage in unwind cursor by Ed Maste · 9 years ago
  52. 9de42aa libunwind: sync some coments with NetBSD's version by Ed Maste · 9 years ago
  53. 63469ff libunwind: Use conventional DWARF capitalization in comments and errors by Ed Maste · 9 years ago
  54. 878c40b [PATCH] [libunwind][ehabi] Use early returns where possible. by Asiri Rathnayake · 9 years ago
  55. 0ddaf13 [libunwind][ARM] Improve unwinder stack usage - Make WMMX support optional by Asiri Rathnayake · 9 years ago
  56. 7a00ec9 [libunwind] Improve unwinder stack usage - III by Asiri Rathnayake · 9 years ago
  57. fecc6f2 Add Android.mk for the NDK. by Dan Albert · 9 years ago ndk-r13-release ndk-r14-release ndk-r15-release ndk-release-r16 ndk-release-r17 ndk-r13 ndk-r13-beta1 ndk-r13-beta2 ndk-r14 ndk-r14-beta1 ndk-r14-beta2 ndk-r15-beta1 ndk-r15-beta2 ndk-r16 ndk-r16-beta1 ndk-r16-beta2 ndk-r17 ndk-r17-beta1 ndk-r17-beta2 ndk-r17b
  58. b28494b Update to upstream d2d1ea9. by Dan Albert · 9 years ago
  59. 6079e79 [libunwind] Remove unused code. by Asiri Rathnayake · 9 years ago
  60. f7e48cd Attempt to fix libunwind build by Eric Fiselier · 9 years ago
  61. ced9d77 Add status/warning message for 32 bit builds by Eric Fiselier · 9 years ago
  62. c00311e [libunwind] Allow target flags to affect CMake configuration tests by Eric Fiselier · 9 years ago
  63. 589a156 [libunwind] Improve unwinder stack usage - II by Asiri Rathnayake · 9 years ago
  64. d45afb2 [libunwind] Disable cross-unwinding by default. by Asiri Rathnayake · 9 years ago
  65. d8de81f Remove deprecated Android.mk files by Colin Cross · 9 years ago android-n-preview-4
  66. be69e8b Use size_t to store the results of sizeof calculations. by Asiri Rathnayake · 9 years ago
  67. 98bc676 Fix gcc libunwind build. by Asiri Rathnayake · 9 years ago
  68. d2d1ea9 Introduce a native-only unwinder build. by Asiri Rathnayake · 9 years ago
  69. 7b1a88c unwind: remove last instance of -Wexpansion-to-defined by Saleem Abdulrasool · 9 years ago
  70. 3958c71 unwind: remove unnecessary header by Saleem Abdulrasool · 9 years ago
  71. 64fe393 unwind: unify _LIBUNWIND_ABORT by Saleem Abdulrasool · 9 years ago
  72. 91596d3 unwind: unify some more macros by Saleem Abdulrasool · 9 years ago
  73. 1d0f931 unwind: remove another instance of -Wexpansion-to-defined by Saleem Abdulrasool · 9 years ago
  74. 237becc unwind: unify the definition of _LIBUNWIND_SUPPORT_FRAME_APIS by Saleem Abdulrasool · 9 years ago
  75. 20c1a03 unwind: remove a second instance of -Wexpansion-to-defined by Saleem Abdulrasool · 9 years ago
  76. 3a3a5ea unwind: remove an instance of -Wexpansion-to-defined by Saleem Abdulrasool · 9 years ago
  77. b08360d unwind: unify _LIBUNWIND_SUPPORT_DWARF_UNWIND by Saleem Abdulrasool · 9 years ago
  78. 75720b6 Update sanitize property format by Colin Cross · 9 years ago android-n-preview-3 android-wear-n-preview-1
  79. 90a4245 Add README.version. by Dan Albert · 9 years ago android-n-preview-2
  80. 7daa018 Merge "Add the exported include directory for libunwind." by Christopher Ferris · 9 years ago
  81. 874230a [AArch64] Fix libunwind build when using GNU assembler by Renato Golin · 9 years ago
  82. 0f21bf2 Introduce NetBSD support by Kamil Rytarowski · 9 years ago
  83. 0e5bf1c Adapt LLVM_CMAKE_PATH for recent cmake path changes by Kamil Rytarowski · 9 years ago
  84. 4bcb324 Replace cmake check for printf with a check for fopen. by Evgeniy Stepanov · 9 years ago
  85. f171e72 Change soong parameter name disabled -> enabled by Dan Willemsen · 9 years ago brillo-m10-dev brillo-m10-release brillo-m8-dev brillo-m8-release brillo-m9-dev brillo-m9-release nougat-cts-release nougat-dev nougat-dr1-release nougat-mr0.5-release nougat-mr1-cts-release nougat-mr1-dev nougat-mr1-flounder-release nougat-mr1-release nougat-mr1-security-release nougat-mr1-volantis-release nougat-mr1.1-release nougat-mr1.2-release nougat-mr1.3-release nougat-mr1.4-release nougat-mr1.5-release nougat-mr1.6-release nougat-mr1.7-release nougat-mr1.8-release nougat-mr2-dev nougat-mr2-pixel-release nougat-mr2-release nougat-mr2-security-release nougat-mr2.1-release nougat-mr2.2-release nougat-mr2.3-release nougat-release afw-test-harness-2.1 android-7.0.0_r1 android-7.0.0_r12 android-7.0.0_r13 android-7.0.0_r14 android-7.0.0_r15 android-7.0.0_r17 android-7.0.0_r19 android-7.0.0_r21 android-7.0.0_r24 android-7.0.0_r27 android-7.0.0_r28 android-7.0.0_r29 android-7.0.0_r3 android-7.0.0_r30 android-7.0.0_r31 android-7.0.0_r32 android-7.0.0_r33 android-7.0.0_r34 android-7.0.0_r35 android-7.0.0_r36 android-7.0.0_r4 android-7.0.0_r5 android-7.0.0_r6 android-7.0.0_r7 android-7.1.0_r1 android-7.1.0_r2 android-7.1.0_r3 android-7.1.0_r4 android-7.1.0_r5 android-7.1.0_r6 android-7.1.0_r7 android-7.1.1_r1 android-7.1.1_r10 android-7.1.1_r11 android-7.1.1_r12 android-7.1.1_r13 android-7.1.1_r14 android-7.1.1_r15 android-7.1.1_r16 android-7.1.1_r17 android-7.1.1_r2 android-7.1.1_r20 android-7.1.1_r21 android-7.1.1_r22 android-7.1.1_r23 android-7.1.1_r24 android-7.1.1_r25 android-7.1.1_r26 android-7.1.1_r27 android-7.1.1_r28 android-7.1.1_r3 android-7.1.1_r31 android-7.1.1_r32 android-7.1.1_r33 android-7.1.1_r35 android-7.1.1_r38 android-7.1.1_r39 android-7.1.1_r4 android-7.1.1_r40 android-7.1.1_r41 android-7.1.1_r42 android-7.1.1_r43 android-7.1.1_r44 android-7.1.1_r45 android-7.1.1_r46 android-7.1.1_r47 android-7.1.1_r48 android-7.1.1_r49 android-7.1.1_r50 android-7.1.1_r51 android-7.1.1_r52 android-7.1.1_r53 android-7.1.1_r54 android-7.1.1_r55 android-7.1.1_r56 android-7.1.1_r57 android-7.1.1_r58 android-7.1.1_r59 android-7.1.1_r6 android-7.1.1_r60 android-7.1.1_r61 android-7.1.1_r7 android-7.1.1_r8 android-7.1.1_r9 android-7.1.2_r1 android-7.1.2_r10 android-7.1.2_r11 android-7.1.2_r12 android-7.1.2_r13 android-7.1.2_r14 android-7.1.2_r15 android-7.1.2_r16 android-7.1.2_r17 android-7.1.2_r18 android-7.1.2_r19 android-7.1.2_r2 android-7.1.2_r23 android-7.1.2_r24 android-7.1.2_r25 android-7.1.2_r27 android-7.1.2_r28 android-7.1.2_r29 android-7.1.2_r3 android-7.1.2_r30 android-7.1.2_r32 android-7.1.2_r33 android-7.1.2_r36 android-7.1.2_r37 android-7.1.2_r38 android-7.1.2_r39 android-7.1.2_r4 android-7.1.2_r5 android-7.1.2_r6 android-7.1.2_r8 android-7.1.2_r9 android-cts-7.0_r1 android-cts-7.0_r10 android-cts-7.0_r11 android-cts-7.0_r12 android-cts-7.0_r13 android-cts-7.0_r14 android-cts-7.0_r15 android-cts-7.0_r16 android-cts-7.0_r17 android-cts-7.0_r18 android-cts-7.0_r19 android-cts-7.0_r2 android-cts-7.0_r20 android-cts-7.0_r21 android-cts-7.0_r22 android-cts-7.0_r23 android-cts-7.0_r24 android-cts-7.0_r25 android-cts-7.0_r26 android-cts-7.0_r27 android-cts-7.0_r28 android-cts-7.0_r29 android-cts-7.0_r3 android-cts-7.0_r30 android-cts-7.0_r31 android-cts-7.0_r32 android-cts-7.0_r33 android-cts-7.0_r4 android-cts-7.0_r5 android-cts-7.0_r6 android-cts-7.0_r7 android-cts-7.0_r8 android-cts-7.0_r9 android-cts-7.1_r1 android-cts-7.1_r10 android-cts-7.1_r11 android-cts-7.1_r12 android-cts-7.1_r13 android-cts-7.1_r14 android-cts-7.1_r15 android-cts-7.1_r16 android-cts-7.1_r17 android-cts-7.1_r18 android-cts-7.1_r19 android-cts-7.1_r2 android-cts-7.1_r20 android-cts-7.1_r21 android-cts-7.1_r22 android-cts-7.1_r23 android-cts-7.1_r24 android-cts-7.1_r25 android-cts-7.1_r26 android-cts-7.1_r27 android-cts-7.1_r28 android-cts-7.1_r29 android-cts-7.1_r3 android-cts-7.1_r4 android-cts-7.1_r5 android-cts-7.1_r6 android-cts-7.1_r7 android-cts-7.1_r8 android-cts-7.1_r9 android-n-preview-1
  86. 543f848 Make it possible to use libunwind without heap. by Peter Zotov · 9 years ago
  87. ae09fa3 Add NOTICE and MODULE_LICENSE_* files by Gaurav Shah · 9 years ago brillo-m7-dev brillo-m7-mr-dev brillo-m7-release
  88. 4831fd9 Add FreeBSD _Unwind_Ptr typedef by Ed Maste · 9 years ago
  89. db1c263 unwind: Allow the building of libunwind for MIPS. by Vasileios Kalintiris · 9 years ago
  90. 639eb8d Add Android.bp for libunwind_llvm by Dan Willemsen · 9 years ago
  91. 4911b2f unwind: cleanup -Wunused-parameter by Saleem Abdulrasool · 10 years ago
  92. d4255ab [libunwind] Add support for OpenRISC 1000. by Peter Zotov · 10 years ago
  93. a3e613d [libunwind] Remove unused includes. by Peter Zotov · 10 years ago
  94. 749bc9b Merge "Merge to upstream r245665." by Dan Albert · 10 years ago
  95. 7e7767c Merge to upstream r245665. by Dan Albert · 10 years ago
  96. 11d78eb Add the exported include directory for libunwind. by Christopher Ferris · 10 years ago
  97. 6566b0f Enable clang/llvm integrated assembler. by Chih-Hung Hsieh · 10 years ago
  98. 7a61b66 unwind: fix invalid memory access by Saleem Abdulrasool · 10 years ago upstream
  99. 40377de Enable zero-cost exceptions on non-Apple arm64 platforms by Ed Maste · 10 years ago
  100. 632aa38 Correct sense of unwind return address register range assertion by Ed Maste · 10 years ago