]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2019-01-17  vries[libbacktrace] Return struct dwarf_data pointer from...
2019-01-17  vries[libbacktrace] Read .gnu_debugaltlink
2019-01-16  rediFix failing filesystem tests on mingw targets
2019-01-16  ian syscall: mark C syscall functions noescape
2019-01-16  vries[libbacktrace] Factor out read_referenced_name_from_attr
2019-01-16  ibuclaw[D] Fix failing EH execution test on i386.
2019-01-16  dmalcolmFix ICE due to "combine" creating unreachable EH blocks...
2019-01-16  tnfchris2019-01-16 Tamar Christina <tamar.christina@arm.com>
2019-01-16  tnfchrisFix PR88046 on AArch64 and Arm bare metal targets.
2019-01-16  paolo/cp
2019-01-16  mpolacek PR c++/78244 - narrowing conversion in template not...
2019-01-16  uros * config/alpha/alpha.c (alpha_gimplify_va_arg):
2019-01-16  rearnsha__builtin_<add/sub>_overflow issues on AArch64 (redux...
2019-01-16  rearnsha__builtin_<add/sub>_overflow issues on AArch64 (redux)
2019-01-16  jakub PR c/51628
2019-01-16  tnfchrisFix Arm big-endian regressions.
2019-01-16  marxinExtend locations where to seach for Fortran pre-include.
2019-01-16  linkwAdd self to maintainers list.
2019-01-16  drepperPR libstdc++/88738 treat shared_ptr and unique_ptr...
2019-01-16  vries[libbacktrace] Unify function name preference handling
2019-01-16  luoxhuAdd myself
2019-01-16  gccadminDaily bump.
2019-01-15  iangcc/:
2019-01-15  dmalcolmFix ICE on class-template argument deduction (PR c...
2019-01-15  ian runtime: add padding to FFI type of struct ending...
2019-01-15  ibuclaw[D] Move building of typeof(null) values to a common...
2019-01-15  tkoenig2019-01-15 Thomas Koenig <tkoenig@gcc.gnu.org>
2019-01-15  tkoenig2019-01-15 Thomas Koenig <tkoenig@gcc.gnu.org>
2019-01-15  ian compiler, runtime: panic on uncomparable map key...
2019-01-15  kargl2019-01-15 Steven G. Kargl <kargl@gcc.gnu.org>
2019-01-15  pault2019-01-15 Paul Thomas <pault@gcc.gnu.org>
2019-01-15  mpolacek PR c++/88866
2019-01-15  jason * g++.dg/ext/utf-cvt-char8_t.C: Pass -fsigned-char.
2019-01-15  rsandifoPR inline-asm/52813 revisited
2019-01-15  rguenth2019-01-15 Richard Biener <rguenther@suse.de>
2019-01-15  rguenth2019-01-15 Richard Biener <rguenther@suse.de>
2019-01-15  rediUpdate value of __cpp_lib_shared_ptr_arrays macro
2019-01-15  rediFix more missing or incorrect feature test macros
2019-01-15  rediFix missing or incorrect feature test macros
2019-01-15  redi * doc/xml/manual/status_cxx2020.xml: Update P1123R0...
2019-01-15  vries[nvptx] Handle assignment to gang-level reduction variable
2019-01-15  prathamesh34922019-01-15 Richard Biener <rguenther@suse.de>
2019-01-15  paolo/cp
2019-01-15  jakub PR tree-optimization/88775
2019-01-15  akLower sampling rate for autofdo bootstrap
2019-01-15  gccadminDaily bump.
2019-01-14  mpolacek PR c++/88825 - ICE with bogus function return type...
2019-01-14  jakub * c-cppbuiltin.c (c_cpp_builtin): Define __cpp_guarant...
2019-01-14  mpolacek PR c++/88830 - ICE with abstract class.
2019-01-14  jason Implement P0482R5, char8_t: A type for UTF-8 character...
2019-01-14  mseborPR target/88638 - FAIL: fsf-nsstring-format-1.s on...
2019-01-14  marxinFix location of tls_wrapper_fn (PR gcov-profile/88263).
2019-01-14  mseborgcc/ChangeLog:
2019-01-14  rguenth2019-01-14 Richard Biener <rguenther@suse.de>
2019-01-14  jakub PR rtl-optimization/88796
2019-01-14  jakubUndo undesirable part of r267850 2019-01-11 commit.
2019-01-14  ibuclaw[D] Merge upstream dmd cd2034cd7
2019-01-14  jvdelisle2019-01-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2019-01-14  gccadminDaily bump.
2019-01-13  dominiq2019-01-13 Dominique d'Humieres <dominiq@gcc.gnu...
2019-01-13  tkoenig2019-01-13 Thomas Koenig <tkoenig@gcc.gnu.org>
2019-01-13  hjlC-family: Replace "may may" with "may" in warning message
2019-01-13  tkoenig2019-01-13 Thomas Koenig <tkoenig@gcc.gnu.org>
2019-01-13  kargl2019-01-12 Steven G. Kargl <kargl@gcc.gnu.org>
2019-01-13  gccadminDaily bump.
2019-01-12  jvdelisle2019-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2019-01-12  vries[nvptx] Enable setting vector length using -fopenacc...
2019-01-12  vries[nvptx] Enable setting vector length using -fopenacc-dim
2019-01-12  vries[nvptx] Add vector_length 64 test-cases
2019-01-12  vries[nvptx] Force vl32 if calling vector-partitionable...
2019-01-12  vries[nvptx] Don't emit barriers for empty loops -- test...
2019-01-12  vries[nvptx] Enable large vectors -- reduction testcases
2019-01-12  vries[nvptx] Enable large vectors -- test-cases
2019-01-12  vries[nvptx] Update insufficient launch message for variable...
2019-01-12  vries[nvptx] Enable large vectors
2019-01-12  paolo/cp
2019-01-12  paolo/cp
2019-01-12  ian * config/i386/gnu.h (TARGET_THREAD_SSP_OFFSET): Define.
2019-01-12  ibuclawDocument merge process for dmd, druntime and phobos.
2019-01-12  pault2019-01-12 Paul Thomas <pault@gcc.gnu.org>
2019-01-12  hubicka * params.def (inline-unit-growth): Set to 40.
2019-01-12  jakub * tree-ssa-loop-ivopts.c (find_inv_vars): Fix a commen...
2019-01-12  pault2019-01-12 Paul Thomas <pault@gcc.gnu.org>
2019-01-12  vries[nvptx] Apply vector-partitionable routines workaround...
2019-01-12  vries[nvptx] Allow default vl to be overridden in nvptx_goac...
2019-01-12  vries[nvptx] Verify dimension limits after applying defaults
2019-01-12  vries[openacc] Add used parameter to TARGET_GOACC_VALIDATE_DIMS
2019-01-12  jakub PR libfortran/88807
2019-01-12  jakubRemove svn:executable property from a couple of text...
2019-01-12  gccadminDaily bump.
2019-01-12  rediPR libstdc++/88811 fix typo introduced in r266569
2019-01-11  rediDocument C++20 library status
2019-01-11  rediP0357R3 reference_wrapper for incomplete types
2019-01-11  rediP0972R0 <chrono> zero(), min(), and max() should be...
2019-01-11  kargl2019-01-11 Steven G. Kargl <kargl@gcc.gnu.org>
2019-01-11  rediFix location of __cpp_lib_erase_if macro
2019-01-11  mpolacek PR c++/88692, c++/87882 - -Wredundant-move false posit...
2019-01-11  ian compiler: pad structs ending with zero-sized field
2019-01-11  jason PR c++/88312 - pack expansion of decltype.
2019-01-11  jason PR c++/88613 - ICE with use of const var in lambda.
next