]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2019-06-15  segherrs6000: New iterator CCEITHER
2019-06-15  gccadminDaily bump.
2019-06-14  anlauf2019-06-14 Harald Anlauf <anlauf@gmx.de>
2019-06-14  iainsDarwin, opts processing - Initial tidy.
2019-06-14  kargl2019-06-14 Steven G. Kargl <kargl@gcc.gnu.org>
2019-06-14  hjlUpdate preferred_stack_boundary only when expanding...
2019-06-14  jbUse __builtin_mul_overflow in xmallocarray
2019-06-14  hjli386: Update SSE <-> integer move costs
2019-06-14  mpolacek PR c++/90884 - stray note with -Wctor-dtor-privacy.
2019-06-14  rearnsha[NetBSD] Add support for the Arm EABI.
2019-06-14  rediDisable -Wctor-dtor-privacy warnings for some standard...
2019-06-14  rediAdd __cpp_lib_bind_front macro to <version> header
2019-06-14  jason PR c++/85552 - wrong instantiation of dtor for DMI.
2019-06-14  rguenth2019-06-14 Richard Biener <rguenther@suse.de>
2019-06-14  fxuePR ipa/90401
2019-06-14  mseborPR tree-optimization/90662 - strlen of a string in...
2019-06-14  gccadminDaily bump.
2019-06-13  hubicka PR bootstrap/90873
2019-06-13  uros * ChangeLog: Fix my last entry.
2019-06-13  uros * config/i386/i386.md (SWIM1248s): Rename from SWIM1248x.
2019-06-13  law PR tree-optimization/77820
2019-06-13  iainsDarwin, Driver - Improve processing of macosx-version...
2019-06-13  kargl2019-06-13 Steven G. Kargl <kargl@gcc.gnu.org>
2019-06-13  iainsDarwin, testsuite - Fix pr71694 fail for m32.
2019-06-13  kargl2019-06-13 Steven G. Kargl <kargl@gcc.gnu.org>
2019-06-13  kargl2019-06-13 Steven G. Kargl <kargl@gcc.gnu.org>
2019-06-13  iainsDarwin, testsuite - Adjust two tests that fail on newer...
2019-06-13  paolo2019-06-13 Paolo Carlini <paolo.carlini@oracle.com>
2019-06-13  iainstestsuite - Require alias support for pr90760.
2019-06-13  hubicka PR tree-optimize/90869
2019-06-13  rguenth2019-06-13 Richard Biener <rguenther@suse.de>
2019-06-13  jakub * config/nvptx/nvptx.c (nvptx_sese_number, nvptx_sese_...
2019-06-13  jakub * g++.dg/tree-ssa/ssa-dse-1.C: Don't match exact numbe...
2019-06-13  rguenth2019-06-13 Richard Biener <rguenther@suse.de>
2019-06-13  aldyhRevamp value_range::may_contain_p.
2019-06-13  claziss[ARC] Add documentation naked, ilink and firq
2019-06-13  paolo/cp
2019-06-13  rguenth2019-06-13 Richard Biener <rguenther@suse.de>
2019-06-13  fxuePR tree-optimization/89713 - Assume loop with an exit...
2019-06-13  kugangcc/ChangeLog:
2019-06-13  kugangcc/ChangeLog:
2019-06-13  kugangcc/ChangeLog:
2019-06-13  mpolacek PR c++/87410
2019-06-13  gccadminDaily bump.
2019-06-12  mpolacek PR c++/66999 - 'this' captured by reference.
2019-06-12  jakub * io.c (check_format): Use G_(...) instead of _(....
2019-06-12  mpolacek PR c++/90825 - endless recursion when evaluating sizeof.
2019-06-12  kargl2019-06-12 Steven G. Kargl <kargl@gcc.gnu.org>
2019-06-12  mseborTweak tests to avoid fallout from MEM_REF changes on...
2019-06-12  mpolacek PR c++/90736 - bogus error with alignof.
2019-06-12  rediFix incorrect __cpp_lib_parallel_algorithm macro defini...
2019-06-12  dimitarAdd myself to MAINTAINERS
2019-06-12  dimitartestsuite: Mark testsuite that PRU has different
2019-06-12  dimitartestsuite: Mark that PRU uses all function pointer...
2019-06-12  dimitartestsuite: Mark that PRU has one-cycle jumps
2019-06-12  dimitartestsuite: Define PRU stack usage
2019-06-12  dimitartestsuite: Remove PRU from test cases requiring hosted...
2019-06-12  dimitartestsuite: Add check for unsupported TI ABI PRU feature...
2019-06-12  dimitartestsuite: Add check for overflowed IMEM region to...
2019-06-12  dimitartestsuite: Add PRU tests
2019-06-12  dimitarInitial TI PRU libgcc port
2019-06-12  dimitarFix ChangeLog dates for last commit
2019-06-12  dimitarInitial TI PRU GCC port
2019-06-12  kargl2019-06-12 Steven G. Kargl <kargl@gcc.gnu.org>
2019-06-12  mseborUpdate last ChangeLog entry.
2019-06-12  mseborPR middle-end/90676 - default GIMPLE dumps lack information
2019-06-12  mseborPR tree-optimization/90662 - strlen of a string in...
2019-06-12  vries[nvptx] Assert fork has at most one join in nvptx_find_par
2019-06-12  rediImprove static_assert messages for std::variant
2019-06-12  rediSimplify std::scoped_lock destructor
2019-06-12  rediReplace std::to_string for integers with optimized...
2019-06-12  marxinDisable hash-table sanitization for mem stats maps.
2019-06-12  aldyhRemove value_range_constant_singleton in favor of value...
2019-06-12  jakub PR target/90811
2019-06-12  ktkachov[arm] Implement usadv16qi and ssadv16qi standard names
2019-06-12  marxinRemove wrong assert about single value profiler.
2019-06-12  jakub PR c/90760
2019-06-12  gccadminDaily bump.
2019-06-11  mbelivearemoved extra .com, fixed e-mail.
2019-06-11  law * config/mips/mips.c (mips_final_postscan_insn): Modif...
2019-06-11  mbelivea* MAINTAINERS (Write After Approval): Add myself.
2019-06-11  iainsDarwin, testsuite - Fix PR 65364 (uninit-19.c).
2019-06-11  meissnerDo not enable -mpcrel by default at the current time
2019-06-11  jakub PR target/90811
2019-06-11  emsr2019-06-09 Edward Smith-Rowland <3dw4rd@verizon.net>
2019-06-11  glisseAllow conversions in X/[ex]4 < Y/[ex]4
2019-06-11  mpolacek PR c++/90449 - add -Winaccessible-base option.
2019-06-11  rguenth2019-06-11 Richard Biener <rguenther@suse.de>
2019-06-11  jakub PR c++/90810
2019-06-11  glissefold_real_zero_addition_p for vectors
2019-06-11  jason * gdbhooks.py (TreePrinter.to_string): Recognize ggc_f...
2019-06-11  nickcImport these changes from the binutils/gdb repository:
2019-06-11  rguenth2019-06-11 Richard Biener <rguenthe@suse.de>
2019-06-11  jakub PR bootstrap/90819
2019-06-11  marxinDisable htable sanitization in pt.c (PR c++/87847).
2019-06-11  jakub * libgcov-merge.c (__gcov_merge_single): Revert previo...
2019-06-11  gccadminDaily bump.
2019-06-10  uros * config/i386/i386.md (absneg fp_reg splitter): Fix...
2019-06-10  ian compiler: support inlining functions that use index...
2019-06-10  ian compiler: make heap expression's write barrier...
next