[ARM] PR rtl-optimization/68664 Implement TARGET_SCHED_CAN_SPECULATE_INSN hook
[platform/upstream/linaro-gcc.git] / libbacktrace /
2018-07-19 Denis KhalikovPR other/86198 10/182010/2
2018-07-19 Denis KhalikovPR other/67165 54/181154/2
2018-07-19 Denis KhalikovPR sanitizer/77631 53/181153/2
2018-07-19 Denis Khalikovlibbacktrace: backport from mainline. 52/181152/2
2018-07-19 Denis KhalikovRevert Tizen version of PR sanitizer/77631. 51/181151/3
2017-08-30 Denis KhalikovPR sanitizer/77631 56/134256/16
2017-01-09 Yvan RouxMerge branches/gcc-6-branch rev 244220.
2016-08-22 Yvan RouxMerge branches/gcc-6-branch rev 239654.
2016-06-15 Yvan RouxMerge branches/gcc-6-branch rev 237469.
2016-04-27 gccadminUpdate ChangeLog and version files for release
2016-03-02 chefmaxlibbacktrace/
2016-02-06 danglin * mmap.c (MAP_FAILED): Define if not defined.
2016-01-04 jakub Update copyright years.
2015-12-18 andrisSpecify that DJGPP do not have mmap even when sys/mman...
2015-12-10 danglin PR 68115/libfortran
2015-09-17 dje2015-09-17 Ian Lance Taylor <iant@google.com>
2015-09-11 ian * Makefile.am (backtrace.lo): Depend on internal.h.
2015-09-08 hp * backtrace.c: #include <sys/types.h>.
2015-09-08 ian PR other/67457
2015-09-08 ian PR other/67457
2015-08-31 uweigand * configure.ac: For spu-*-* targets, set have_fcntl...
2015-08-27 uweigand * configure.ac: Remove [disable-shared] argument to...
2015-08-25 hp * configure.ac: Only compile with -fPIC if the target
2015-08-24 uweigand * configure.ac: Set have_mmap to no on spu-*-* targets.
2015-08-13 ian * dwarf.c (read_function_entry): Add vec_inlined param...
2015-06-12 msebor2015-06-11 Martin Sebor <msebor@redhat.com>
2015-05-29 gingoldlibbacktrace: add support of PE/COFF
2015-05-13 haubilibbacktrace: Bump to automake 1.11.6
2015-01-26 dokoMove wrong ChangeLog entry from the toplevel ChangeLog to
2015-01-24 doko2015-01-24 Matthias Klose <doko@ubuntu.com>
2015-01-05 jakub Update copyright years.
2014-11-21 hjlAlways use PIC option with -shared in libtool
2014-11-11 dmalcolmMerger of dmalcolm/jit branch from git
2014-11-11 fxcouderttoplevel:
2014-10-23 ian * internal.h (backtrace_atomic_load_pointer) [no atomi...
2014-05-09 ian * mmap.c (backtrace_free): If freeing a large aligned...
2014-04-02 mrsMerge in trunk.
2014-03-07 ian * sort.c (backtrace_qsort): Use middle element as...
2014-03-07 ian * sort.c: New file.
2014-02-10 mrsMerge in trunk.
2014-02-07 ian PR target/58710
2014-01-03 mrsMerge in trunk.
2014-01-02 rsandifoUpdate copyright years in libbacktrace/
2013-12-13 mrsMerge in trunk.
2013-12-06 jakub * elf.c (ET_DYN): Undefine and define again.
2013-12-05 ian * alloc.c (backtrace_vector_finish): Add error_callbac...
2013-12-04 rsandifoMerge with trunk.
2013-11-28 ian * dwarf.c (find_address_ranges): New static function...
2013-11-20 rsandifoMerge from trunk.
2013-11-19 jakub * backtrace.h (backtrace_syminfo_callback): Add symsiz...
2013-11-19 jakub * atomic.c: Include sys/types.h.
2013-11-19 ian * configure.ac: Check for support of __atomic extensions.
2013-11-18 jakub * elf.c (SHN_UNDEF): Define.
2013-11-18 jakub * elf.c (phdr_callback): Process info->dlpi_addr ...
2013-11-18 rsandifoMerge from trunk.
2013-11-16 ian * backtrace.h (backtrace_create_state): Correct commen...
2013-11-16 ian * backtrace.h (backtrace_syminfo): Update comment...
2013-10-20 mrsMerge in trunk.
2013-10-18 ian * elf.c (elf_add): Don't get the wrong offsets if...
2013-10-15 dmalcolmAdd --enable-host-shared configuration option
2013-09-20 mrsMerge in trunk.
2013-09-20 amodra * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove...
2013-07-23 amonakov * elf.c (elf_syminfo): Loop over the elf_syminfo_data...
2013-07-23 amonakov * elf.c (backtrace_initialize): Pass elf_fileline_fn to
2013-03-25 ian * alloc.c: #include <sys/types.h>.
2013-01-31 ian * dwarf.c (read_function_info): Permit fvec parameter...
2013-01-25 ian PR other/56076
2013-01-17 ian * dwarf.c (struct unit): Add filename and abs_filename...
2013-01-14 rsandifoUpdate copyright years in libbacktrace.
2013-01-01 ian PR bootstrap/54834
2013-01-01 ian PR other/55536
2012-12-12 danglin * mmapio.c: Define MAP_FAILED if not defined.
2012-12-11 jakub PR bootstrap/54926
2012-12-07 jakub PR bootstrap/54926
2012-11-20 ian * dwarf.c (read_attribute): Always clear val.
2012-11-13 ian PR other/55312
2012-11-12 ian * configure.ac: Check for getexecname.
2012-10-29 ian * mmap.c (backtrace_vector_release): Correct last...
2012-10-29 ian * mmap.c (backtrace_vector_release): Make sure freed...
2012-10-26 ian PR other/55087
2012-10-26 ian PR target/55061
2012-10-24 ian PR target/55061
2012-10-11 ian * configure.ac: Do not use dl_iterate_phdr on Solaris 10.
2012-10-10 ian * elf.c: Rename all Elf typedefs to start with b_elf...
2012-10-10 hp * elf.c (elf_add_syminfo_data): Add casts to avoid...
2012-10-10 ian * dwarf.c (dwarf_fileline): Add cast to avoid warning.
2012-10-09 ian Add support for tracing through shared libraries.
2012-10-04 gerald * btest.c (f23): Avoid uninitialized variable warning.
2012-10-04 ian * dwarf.c: If the system header files do not declare...
2012-10-03 ian * dwarf.c (read_uleb128): Fix overflow test.
2012-10-02 uros * gcc/ChangeLog: Fix whitespace.
2012-10-02 uros PR other/54761
2012-09-29 ian PR other/54749
2012-09-28 ian PR bootstrap/54732
2012-09-27 ian PR other/54726
2012-09-19 ian * configure.ac: Only use GCC_CHECK_UNWIND_GETIPINFO...
2012-09-19 ian * configure.ac (GCC_HEADER_STDINT): Invoke.
2012-09-19 ian PR bootstrap/54623
2012-09-18 ian * posix.c (O_BINARY): Define if not defined.
2012-09-18 ian * btest.c (test1, test2, test3, test4): Add the unused...
next