summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rename `rs-race' to `Lrs-race'Tommi Rantala2012-09-282-133/+135
* Cleanup dynamically allocated memory before exit in testsTommi Rantala2012-09-285-0/+16
* Remove unneeded `config.h' inclusion in Gtest-nomallocTommi Rantala2012-09-281-4/+0
* Rename `test-varargs' to `Ltest-varargs'Tommi Rantala2012-09-282-2/+3
* Annotate potentially unused variable in tests/test-coredump-unwind.cTommi Rantala2012-09-281-1/+3
* Annotate potentially unused variable in tests/Gtest-trace.cTommi Rantala2012-09-281-1/+5
* Annotate potentially unused variable in tests/Gtest-bt.cTommi Rantala2012-09-281-1/+5
* Workaround volatileness warning in tests/ia64-test-setjmp.cTommi Rantala2012-09-281-1/+2
* Avoid -Wunused-value warning in tests/Gia64-test-stack.cTommi Rantala2012-09-281-2/+3
* Clear out `ip' to avoid -Wuninitialized warning in tests/test-coredump-unwind.cTommi Rantala2012-09-281-1/+1
* Default to non-verbose mode in Ltest-cxx-exceptionsTommi Rantala2012-09-281-6/+8
* HPPA: kludge out unused variable in unw_get_save_loc() stubTommi Rantala2012-09-281-1/+1
* HPPA: properly check dwarf_get() return value in unw_step()Tommi Rantala2012-09-281-1/+1
* PPC: remove unused `PAGE_START' macro from Ginit.cTommi Rantala2012-09-282-10/+0
* Remove unused src/x86_64/Lis_signal_frame.cTommi Rantala2012-09-281-5/+0
* IA64: avoid -Wunused-but-set-variable in src/ia64/init.hTommi Rantala2012-09-281-6/+4
* Apply UNW_ALIGN more in src/mi/mempool.cTommi Rantala2012-09-281-2/+2
* Invert tdep_init() flag logicTommi Rantala2012-09-2833-61/+58
* Use __sync builtin atomics on all architectures if availableTommi Rantala2012-09-282-6/+20
* Simplify `sos_alloc()' implementationTommi Rantala2012-09-283-28/+30
* Align `sos_memory' to MAX_ALIGNTommi Rantala2012-09-282-1/+4
* Workaround non-power-of-two i386 sizeof(long double) in src/mi/mempool.cTommi Rantala2012-09-281-1/+5
* Use GCC __BIGGEST_ALIGNMENT__ for sos-pool MAX_ALIGNTommi Rantala2012-09-281-1/+8
* Remove unneeded `atomic_ops.h' inclusion in `dwarf.h'Tommi Rantala2012-09-281-8/+0
* Pull attribute macros from `libunwind_i.h' to new header `compiler.h'Tommi Rantala2012-09-283-34/+69
* Do not allow the reference to the local var to outlive the local var scope.Konstantin Belousov2012-09-211-1/+1
* x86_64: stop unwinding when %rbp location is NULLKonstantin Belousov2012-09-211-0/+6
* ppc32: fixup cross build failureTommi Rantala2012-09-212-2/+3
* pkg-config file fixupsArun Sharma2012-09-213-3/+3
* Merge ../libunwind.test1Arun Sharma2012-09-1519-92/+307
|\
| * Create and install pkg-config .pc filesAlexander Toresson2012-09-157-0/+64
| * siglongjmp documentation fixPatrick Marlier2012-09-152-2/+2
| * ptrace: add more Debug to access_regCody P Schafer2012-09-151-5/+21
| * ptrace: check for NULL arg.Cody P Schafer2012-09-151-0/+5
| * ptrace/access_reg: print out register name on "bad register"Cody P Schafer2012-09-151-2/+2
| * configure: rename configure.in to configure.acCody P Schafer2012-09-151-0/+0
| * ppc64: add FRAME_POINTER & NIP to regname.Cody P Schafer2012-09-151-0/+3
| * ppc64: be explicit in access_reg range checkCody P Schafer2012-09-151-2/+2
| * UPT: Add reg offsets for ppc32/64Cody P Schafer2012-09-151-2/+147
| * configure: use AC_ARG_ENABLE(arg, text, , custom-act)Cody P Schafer2012-09-151-12/+8
| * configure: use AC_ARG_ENABLE's defaults when possibleCody P Schafer2012-09-151-4/+2
| * configure: avoid using a shell function in autoconfCody P Schafer2012-09-151-15/+14
| * ppc64: remove tests/ppc64-test-wcharCody P Schafer2012-09-152-25/+3
| * configure: use AS_HELP_STRING for configure args instead of manual formatingCody P Schafer2012-09-151-6/+6
| * build: make libunwind-coredump build optionalCody P Schafer2012-09-153-3/+20
| * ppc32: ppc64: test altivec support by running the compiler.Cody P Schafer2012-09-151-14/+7
| * ppc32: add UNUSED attribute to dmy_ctxtCody P Schafer2012-09-151-1/+1
| * ppc32: remove unused dmy_vrregsetCody P Schafer2012-09-151-1/+0
| * ppc32: ppc64: use AC_COMPILE_IFELSE to test __powerpc64__ macro for ppc64Cody P Schafer2012-09-151-7/+7
| * PATCH: fix build with --enable-msabi-supportariel.burton@roguewave.com2012-09-152-0/+2