[go: nahoru, domu]

  1. e050272 [libunwind] Drop the dependency on <algorithm>, add placement new inline by Petr Hosek · 5 years ago
  2. 6bf0ba1 [CMake] Use __libc_start_main rather than fopen when checking for C library by Petr Hosek · 5 years ago
  3. 34a45c6 [libunwind] Use placement new to avoid dependency C++ library by Petr Hosek · 5 years ago
  4. 216d721 [libunwind] Don't abort if encoutering invalid .eh_frame_hdr by Petr Hosek · 5 years ago
  5. 0b120ac Silence warnings about unused parameters by Martin Storsjo · 5 years ago
  6. 50a394d Remove an unused variable by Martin Storsjo · 5 years ago
  7. 5653ade Add casts to avoid warnings about implicit conversions losing precision by Martin Storsjo · 5 years ago
  8. 1547e87 Fix warnings about printf format strings by Martin Storsjo · 5 years ago
  9. 3f89b3e Enable LLVM_ENABLE_WARNINGS when building standalone out of tree by Martin Storsjo · 5 years ago
  10. a524580 Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  11. b81a942 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  12. 1d0e7a1 Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  13. 90c7a8c [SjLj] Don't use __declspec(thread) in MinGW mode by Martin Storsjo · 5 years ago
  14. 1175a71 Bump the trunk version to 9.0.0svn by Hans Wennborg · 5 years ago
  15. 591b910 Update year in license files by Hans Wennborg · 5 years ago
  16. 3847b16 [Sparc] Add Sparc V8 support by Daniel Cederman · 5 years ago
  17. ab2407a Revert "[Sparc] Add Sparc V8 support" by Jorge Gorbe Moya · 5 years ago
  18. f936440 [Sparc] Add Sparc V8 support by Daniel Cederman · 5 years ago
  19. 9defb52 [SEH] Add initial support for AArch64 by Martin Storsjo · 6 years ago
  20. 0930d6c [AArch64][libunwind] Unwinding support for return address signing with B Key by Luke Cheeseman · 6 years ago
  21. 96fa501 [AArch64][libunwind] Unwinding support for return address signing by Luke Cheeseman · 6 years ago
  22. 69d9b84 Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC. by Martin Storsjo · 6 years ago
  23. 060d34e [cmake] Rename append_if to avoid collision with LLVM by Michal Gorny · 6 years ago
  24. 03a1074 [SEH] Zero-initialize EXCEPTION_RECORD and UNWIND_HISTORY_TABLE before calling RtlUnwindEx by Martin Storsjo · 6 years ago
  25. 0731f1a Don't export assembly functions when function visibility annotations are disabled by Martin Storsjo · 6 years ago
  26. 395b27b [CMake] Passthrough CFLAGS when checking the compiler-rt path by Petr Hosek · 6 years ago
  27. 94edd59 [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON. by Charles Davis · 6 years ago
  28. ba3cb05 Reverting r342895 by Luke Cheeseman · 6 years ago
  29. 389c9bb [AArch64] Unwinding support for return address signing by Luke Cheeseman · 6 years ago
  30. f3eb7f5 [libunwind][NFC] Suppress unused parameter warnings by Louis Dionne · 6 years ago
  31. ef9235c [CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs. by Charles Davis · 6 years ago
  32. 7ca2655 [CMake] Remove variable reference that isn't used. by Charles Davis · 6 years ago
  33. 5598288 Export public functions implemented in assembly on Windows. by Charles Davis · 6 years ago
  34. d743159 Fix existing code for SEH on ARM to compile correctly by Martin Storsjo · 6 years ago
  35. d511f35 [AddressSpace] Use the macro to set hidden visibility on LocalAddressSpace. by Charles Davis · 6 years ago
  36. 1f89d78 Add support for SEH unwinding on Windows. by Charles Davis · 6 years ago
  37. bd4a414 NFC: Test commit access by Jordan Rupprecht · 6 years ago
  38. eb3e070 [libunwind][mips] Include gcc_s for linkage by Stefan Maksimovic · 6 years ago
  39. bb3ea9c [libunwind][mips] Guard accumulator registers by Stefan Maksimovic · 6 years ago
  40. 61bf962 [libunwind][mips] Modify the __mips_fpr macro check by Stefan Maksimovic · 6 years ago
  41. 0297c29 [cmake] Add MINGW_LIBRARIES to the linker flags by Martin Storsjo · 6 years ago
  42. 1e73cee Remove unneeded preprocessor condition. by Charles Davis · 6 years ago
  43. fdc081c [libunwind][include] Add SEH declarations to <unwind.h>. by Charles Davis · 6 years ago
  44. 96902e1 [libunwind] Fix pointer-to-integer cast warnings on LLP64. by Charles Davis · 6 years ago
  45. 18823fe [CMake] Allow building standalone without any llvm-config available by Martin Storsjo · 6 years ago
  46. 59d418f Bump version number to 8.0.0svn by Hans Wennborg · 6 years ago
  47. 6b4a02c Update docs version and clear release notes after 8.0.0 version bump by Hans Wennborg · 6 years ago
  48. 3e792ab [CMake] Include CMakeDependentOption in libunwind by Petr Hosek · 6 years ago
  49. b13b804 [CMake] Option to control whether shared/static library is installed by Petr Hosek · 6 years ago
  50. 940b92a The semantics of DW_CFA_GNU_args_size have changed subtile over the by Joerg Sonnenberger · 6 years ago
  51. 04bdf24 [CMake] Set per-runtime library directory suffix in runtimes build by Petr Hosek · 6 years ago
  52. 1f736b0 Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly controlling a dependency on dladdr(). This will allow us to use libunwind without adding a libdl dependency. by Jordan Rupprecht · 6 years ago
  53. 8b44248 Revert "Revert "Support for multiarch runtimes layout"" by Eric Christopher · 6 years ago
  54. c072133 Add a blank line to docs/README.txt test commit access by Jordan Rupprecht · 6 years ago
  55. 6264578 Revert "Support for multiarch runtimes layout" by Jordan Rupprecht · 6 years ago
  56. 0c7cea3 Support for multiarch runtimes layout by Petr Hosek · 6 years ago
  57. 24591a7 [CMake] Convert paths to the right form in standalone builds on Windows by Martin Storsjo · 6 years ago
  58. 0a7bf58 Update copyright year to 2018. by Paul Robinson · 6 years ago
  59. 1e1c6b7 [OR1K] Add the EPCR special-purpose register to register state. by whitequark · 6 years ago
  60. 7549326 [OR1K] Add a dedicated PC register to register state. by whitequark · 6 years ago
  61. 1035189 [libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs. by John Baldwin · 6 years ago
  62. 0f3cbe4 [cmake] Remove duplicate command line options from build by Aaron Smith · 6 years ago
  63. 163a209 [CMake] Support for monorepo layout by Petr Hosek · 6 years ago
  64. d550d63 [libunwind][MIPS]: Add support for unwinding in N32 processes. by John Baldwin · 6 years ago
  65. 2b0efb9 [libunwind] Permit additional compiler and linker flags to be passed to tests. by John Baldwin · 6 years ago
  66. 15e4893 [cmake] [libunwind] LLVM_FOUND isn't always set, so just test if by Don Hinton · 6 years ago
  67. 86ab239 Don't enable _LIBUNWIND_BUILD_ZERO_COST_APIS if building the SJLJ APIs by Martin Storsjo · 6 years ago
  68. f237718 [cmake] [libunwind] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 6 years ago
  69. 98762d6 [cmake] [libunwind] Fix find_path() problems when cross compiling by Don Hinton · 6 years ago
  70. 2b4c5e0 [PPC64] Added vector registers. by Martin Storsjo · 6 years ago
  71. e97f873 [libunwind] Set up .arcconfig to point to new Diffusion UNW repository by Petr Hosek · 6 years ago
  72. da0af18 [libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi. by John Baldwin · 6 years ago
  73. 6de5217 Update PACKAGE_VERSION to 7.0.0svn by Hans Wennborg · 7 years ago
  74. 08eaccb Update docs version to 7.0 by Hans Wennborg · 7 years ago
  75. dc25db1 Reland [PPC64] Port to ppc64le - initial version by Martin Storsjo · 7 years ago
  76. 89702f6 Don't use a strict larger-than comparison in the check_fit/does_fit static assert by Martin Storsjo · 7 years ago
  77. 20fc48d Revert `rL321667: [PPC64] Port to ppc64le - initial version` by Tim Shen · 7 years ago
  78. 21881c5 [PPC64] Port to ppc64le - initial version by Martin Storsjo · 7 years ago
  79. ae1277c There is no portable format string for printing `uintptr_t` values. by Chandler Carruth · 7 years ago
  80. b154837 [libunwind] Remove dubious template function. NFC. by whitequark · 7 years ago
  81. 2aff05b [libunwind] Unbreak debug builds after r321440. by whitequark · 7 years ago
  82. 0b964a1 [libunwind] Add proper support for DWARF unwind on bare metal. by whitequark · 7 years ago
  83. 5d8a75e [libunwind] fix a typo in r321441. by whitequark · 7 years ago
  84. 642836d [libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0. by whitequark · 7 years ago
  85. 0aee54c [libunwind] Avoid using C++ headers. by whitequark · 7 years ago
  86. 375a366 [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes. by John Baldwin · 7 years ago
  87. 34ce947 [libunwind] Create install-unwind-stripped target manually by Shoaib Meenai · 7 years ago
  88. 7d4a945 [libunwind][CMake] Set TARGET_TRIPLE if LIBUNWND_TARGET_TRIPLE is set by Petr Hosek · 7 years ago
  89. 9e8354c [libunwind] Pass LIBUNWIND_SYSROOT and LIBUNWIND_GCC_TOOLCHAIN to lit by Petr Hosek · 7 years ago
  90. 2c1803e [libunwind] Switch to add_llvm_install_targets by Shoaib Meenai · 7 years ago
  91. de94023 Support building libunwind as a DLL by Martin Storsjo · 7 years ago
  92. 592ba3b [CMake] Use the variable from the right project in install-unwind by Martin Storsjo · 7 years ago
  93. d1b4904 [libunwind][CMake] Provide option to disable instalation of the library by Petr Hosek · 7 years ago
  94. a08a7e4 Remove a FIXME about truncated section names by Martin Storsjo · 7 years ago
  95. 2ddcf24 [docs] Mention that dwarf unwinding should be supported on arm64/windows by Martin Storsjo · 7 years ago
  96. 08068aa Add ifdefs around ELF specific parts of UnwindRegisters*.S for arm by Martin Storsjo · 7 years ago
  97. 23a943b Fix building for ARM with dwarf exception handling by Martin Storsjo · 7 years ago
  98. fc0a910 [libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21 by Dan Albert · 7 years ago
  99. 85f4cfd Change unw_word_t to always have the same size as the pointer size by Martin Storsjo · 7 years ago
  100. 7c4a46a Restore arch specific lastDwarfRegNum in builds without _LIBUNWIND_IS_NATIVE_ONLY by Martin Storsjo · 7 years ago