1. 890e23e Prefer NULL over zero by Tommi Rantala · 13 years ago
  2. aebba1f Apply `define_lock()' by Tommi Rantala · 13 years ago
  3. 22aff2c Fix second operand read in dwarf_eval_expr() by Tommi Rantala · 13 years ago
  4. 65bdcc6 Teach autotools current ARM `ex_tables.h' location by Tommi Rantala · 13 years ago
  5. 2fbbf27 Use shared `ARRAY_SIZE' in IA64 tests by Tommi Rantala · 13 years ago
  6. 6b55e0a Use `UNUSED' in tests by Tommi Rantala · 13 years ago
  7. 5e7e890 Plug in `ALIAS' attribute by Tommi Rantala · 13 years ago
  8. 7d471b1 Define and use `CONST_ATTR' by Tommi Rantala · 13 years ago
  9. e0653f9 Define and use `WEAK' by Tommi Rantala · 13 years ago
  10. e3e49dc Define and use `NOINLINE' by Tommi Rantala · 13 years ago
  11. 397f32a Plug in `ARRAY_SIZE' in ptrace code by Tommi Rantala · 13 years ago
  12. dcbe683 IA64: constify read only arrays in `tdep_init()' by Tommi Rantala · 13 years ago
  13. 088ac53 Constify `operands' in src/dwarf/Gexpr.c by Tommi Rantala · 13 years ago
  14. ee8df26 Constify `dwarf_to_unw_regnum_map' by Tommi Rantala · 13 years ago
  15. a9b5b10 Set `_UPT_reg_offset' read only by Tommi Rantala · 13 years ago
  16. fca254a IA64: give prototype for `ia64_find_unwind_table()' by Tommi Rantala · 13 years ago
  17. e2d5cdd ppc32: include `compiler.h' for UNUSED in ucontext_i.h by Tommi Rantala · 13 years ago
  18. 8d5b1ae SuperH port by Tommi Rantala · 13 years ago
  19. 7d77ef4 Enable coredump library build on ARM by default by Tommi Rantala · 13 years ago
  20. 79c2c25 MIPS coredump support by Tommi Rantala · 13 years ago
  21. ded94b9 Stop including `memory.h' by Tommi Rantala · 13 years ago
  22. 58354c9 Nuke HAVE_BACKTRACE by Tommi Rantala · 13 years ago
  23. 848ad53 Call snprintf() from signal handler only if required in test-async-sig by Tommi Rantala · 13 years ago
  24. 7263a97 Roll `test-nocalloc' into `Ltest-nocalloc.c' by Tommi Rantala · 13 years ago
  25. aeb1afc Call `unw_backtrace()' explicitly in test-flush-cache.c by Tommi Rantala · 13 years ago
  26. 643fc92 Rename `rs-race' to `Lrs-race' by Tommi Rantala · 13 years ago
  27. 0d7738e Cleanup dynamically allocated memory before exit in tests by Tommi Rantala · 13 years ago
  28. 438d9de Remove unneeded `config.h' inclusion in Gtest-nomalloc by Tommi Rantala · 13 years ago
  29. be230ad Rename `test-varargs' to `Ltest-varargs' by Tommi Rantala · 13 years ago
  30. 939a5e1 Annotate potentially unused variable in tests/test-coredump-unwind.c by Tommi Rantala · 13 years ago
  31. 7673df2 Annotate potentially unused variable in tests/Gtest-trace.c by Tommi Rantala · 13 years ago
  32. 0c838c4 Annotate potentially unused variable in tests/Gtest-bt.c by Tommi Rantala · 13 years ago
  33. 23fdda6 Workaround volatileness warning in tests/ia64-test-setjmp.c by Tommi Rantala · 13 years ago
  34. 074e328 Avoid -Wunused-value warning in tests/Gia64-test-stack.c by Tommi Rantala · 13 years ago
  35. 68b2080 Clear out `ip' to avoid -Wuninitialized warning in tests/test-coredump-unwind.c by Tommi Rantala · 13 years ago
  36. d3fd3dc Default to non-verbose mode in Ltest-cxx-exceptions by Tommi Rantala · 13 years ago
  37. cc6cd62 HPPA: kludge out unused variable in unw_get_save_loc() stub by Tommi Rantala · 13 years ago
  38. fc38a53 HPPA: properly check dwarf_get() return value in unw_step() by Tommi Rantala · 13 years ago
  39. 6023ccf PPC: remove unused `PAGE_START' macro from Ginit.c by Tommi Rantala · 13 years ago
  40. 0941ded Remove unused src/x86_64/Lis_signal_frame.c by Tommi Rantala · 13 years ago
  41. 23ecb97 IA64: avoid -Wunused-but-set-variable in src/ia64/init.h by Tommi Rantala · 13 years ago
  42. b4bde18 Apply UNW_ALIGN more in src/mi/mempool.c by Tommi Rantala · 13 years ago
  43. 5d0f376 Invert tdep_init() flag logic by Tommi Rantala · 13 years ago
  44. c2d6f85 Use __sync builtin atomics on all architectures if available by Tommi Rantala · 13 years ago
  45. 9a3565d Simplify `sos_alloc()' implementation by Tommi Rantala · 13 years ago
  46. 26fc156 Align `sos_memory' to MAX_ALIGN by Tommi Rantala · 13 years ago
  47. c36a14f Workaround non-power-of-two i386 sizeof(long double) in src/mi/mempool.c by Tommi Rantala · 13 years ago
  48. e6edad0 Use GCC __BIGGEST_ALIGNMENT__ for sos-pool MAX_ALIGN by Tommi Rantala · 13 years ago
  49. 0aa60f4 Remove unneeded `atomic_ops.h' inclusion in `dwarf.h' by Tommi Rantala · 13 years ago
  50. dc680c0 Pull attribute macros from `libunwind_i.h' to new header `compiler.h' by Tommi Rantala · 13 years ago
  51. 80e852c Do not allow the reference to the local var to outlive the local var scope. by Konstantin Belousov · 13 years ago
  52. d0cbc51 x86_64: stop unwinding when %rbp location is NULL by Konstantin Belousov · 13 years ago
  53. e891591 ppc32: fixup cross build failure by Tommi Rantala · 13 years ago
  54. e4b24be pkg-config file fixups by Arun Sharma · 13 years ago
  55. ef4d2e6 Merge ../libunwind.test1 by Arun Sharma · 13 years ago
  56. ea5e90f Create and install pkg-config .pc files by Alexander Toresson · 13 years ago
  57. ec262e1 siglongjmp documentation fix by Patrick Marlier · 13 years ago
  58. 9184535 ptrace: add more Debug to access_reg by Cody P Schafer · 13 years ago
  59. 3d6f747 ptrace: check for NULL arg. by Cody P Schafer · 13 years ago
  60. 10abb25 ptrace/access_reg: print out register name on "bad register" by Cody P Schafer · 13 years ago
  61. f8cfe83 configure: rename configure.in to configure.ac by Cody P Schafer · 13 years ago
  62. f796a6d ppc64: add FRAME_POINTER & NIP to regname. by Cody P Schafer · 13 years ago
  63. 0abc36e ppc64: be explicit in access_reg range check by Cody P Schafer · 13 years ago
  64. 64e8a3d UPT: Add reg offsets for ppc32/64 by Cody P Schafer · 13 years ago
  65. 43118f3 configure: use AC_ARG_ENABLE(arg, text, , custom-act) by Cody P Schafer · 13 years ago
  66. 00087cf configure: use AC_ARG_ENABLE's defaults when possible by Cody P Schafer · 13 years ago
  67. 09ecaf3 configure: avoid using a shell function in autoconf by Cody P Schafer · 13 years ago
  68. b45c27b ppc64: remove tests/ppc64-test-wchar by Cody P Schafer · 13 years ago
  69. 3430823 configure: use AS_HELP_STRING for configure args instead of manual formating by Cody P Schafer · 13 years ago
  70. 3a5d7ff build: make libunwind-coredump build optional by Cody P Schafer · 13 years ago
  71. 92af07e ppc32: ppc64: test altivec support by running the compiler. by Cody P Schafer · 13 years ago
  72. fa56db3 ppc32: add UNUSED attribute to dmy_ctxt by Cody P Schafer · 13 years ago
  73. 4ddca1a ppc32: remove unused dmy_vrregset by Cody P Schafer · 13 years ago
  74. 9d42e1c ppc32: ppc64: use AC_COMPILE_IFELSE to test __powerpc64__ macro for ppc64 by Cody P Schafer · 13 years ago
  75. d00b621 PATCH: fix build with --enable-msabi-support by ariel.burton@roguewave.com · 13 years ago
  76. 6ed1db2 Silence a compiler warning. by Arun Sharma · 13 years ago
  77. 58db35e Silence a compiler error. by Arun Sharma · 13 years ago
  78. c2f7574 Rename and share `ALIGN' macro from _UCD_internal.h by Tommi Rantala · 13 years ago
  79. ee06b32 Fix IA64 separate builddir cursor generation by Tommi Rantala · 13 years ago
  80. a6f2a7a Fix incorrect .debug_frame lookup with non-zero text segment vaddr by Tommi Rantala · 13 years ago
  81. 2aea391 ARM: invalidate proc info after non-dwarf unw_step() by Tommi Rantala · 13 years ago
  82. 21ad2c1 Implement _UCD_access_reg() for ARM by Tommi Rantala · 13 years ago
  83. 24a0c1f Provide manual page for `unw_backtrace()' by Tommi Rantala · 13 years ago
  84. eca102f Remove AC_FUNC_MEMCMP check from configure.in by Tommi Rantala · 13 years ago
  85. f93e1e9 Avoid LLVM -Wunused-value warning in src/dwarf/Gexpr.c by Tommi Rantala · 13 years ago
  86. 1c1dbbe Do not print garbage proc info in tests/Gtest-bt.c by Tommi Rantala · 13 years ago
  87. 8203c95 Change test-varargs to check libunwind backtracing by Tommi Rantala · 13 years ago
  88. ffbe299 Check correct variable for offset in tests/Gtest-init.cxx by Tommi Rantala · 13 years ago
  89. 6470a67 Rename `backtrace' to `do_backtrace' in tests/Gtest-init.cxx by Tommi Rantala · 13 years ago
  90. fce25d7 Eliminate one heap allocation in dwarf_find_debug_frame() by Tommi Rantala · 13 years ago
  91. 90d7bae Remove free() NULL pointer checks in load_debug_frame() error path by Tommi Rantala · 13 years ago
  92. a745ac2 PPC: return failure from the unw_get_proc_info() stub by Tommi Rantala · 13 years ago
  93. 8f94f1e PPC: add missing debug level in Debug() calls in Gstep.c by Tommi Rantala · 13 years ago
  94. 7feb6b8 HPPA: fix common_init() bitrot by Tommi Rantala · 13 years ago
  95. aed6c8b Check __builtin___clear_cache() at configuration time by Tommi Rantala · 13 years ago
  96. a15874f Annotate unused argument in mark_as_used() to avoid -Wextra compiler noise by Tommi Rantala · 13 years ago
  97. 7e5cab6 Add missing newline to debug message in _UCD_access_reg_linux.c by Tommi Rantala · 13 years ago
  98. e61c6f6 Fix function name duplication in Debug() output by Tommi Rantala · 13 years ago
  99. 18c26d4 Place `inline' at beginning of declaration of invalidate_edi() by Tommi Rantala · 13 years ago
  100. 39b8398 Flush icache with __builtin___clear_cache() in tests when compiling with GCC by Tommi Rantala · 13 years ago