platform/upstream/gcc.git
2019-08-01 Marek PolacekPR c++/90805 - detect narrowing in case values.
2019-08-01 Edward Smith... Implement C++20 p0202 - Add Constexpr Modifiers to...
2019-08-01 Wilco DijkstraFix pr89330_0.C test
2019-08-01 Richard Bienertree-ssa-pre.c (has_abnormal_preds): Remove global...
2019-08-01 Bernd EdlingerMake-lang.in (lto.install-common): Remove unnecessary...
2019-08-01 Kito ChengRISC-V: Fix testcase on rv64
2019-08-01 GCC AdministratorDaily bump.
2019-07-31 Paolo Carlinidecl2.c (delete_sanity): Improve diagnostic locations...
2019-07-31 Maxim BlinovRISC-V: Raise error on unexpected ISA string at end.
2019-07-31 Jonathan WakelyQualify call to prevent ADL
2019-07-31 Jason MerrillPR c++/90538 - multiple expansions of capture packs
2019-07-31 Jason MerrillFix copy_node of TEMPLATE_INFO.
2019-07-31 Alexander Monakovipa-devirt: make qsort helpers static
2019-07-31 Peter Bergnerre PR target/91050 (-mdejagnu-cpu=<cpu> does not affect...
2019-07-31 Jonathan WakelyImplement "P0631R4 Math Constants" for C++20
2019-07-31 Jonathan WakelyAdd Doxygen comments to <bit> header
2019-07-31 Jonathan WakelyPR libstdc++/91308 fix constraints on unique_ptr assignment
2019-07-31 Richard Bienerre PR tree-optimization/91280 (ICE in get_constraint_fo...
2019-07-31 Jakub Jelinekre PR c/91192 (non-deterministic ICE on invalid)
2019-07-31 Richard Bienerre PR tree-optimization/91293 (Wrong code with -O3...
2019-07-31 Matt Thomasconfig.gcc (hppa*-*-netbsd*): New target.
2019-07-31 Jakub Jelinekre PR tree-optimization/91201 (SIMD not generated for...
2019-07-31 Andrew StubbsRemove amdgcn expcnt waits.
2019-07-31 Richard Bienervr-values.h (vr_values::swap_vr_value): New.
2019-07-31 Martin LiskaMark necessary 2nd and later args for delete op.
2019-07-31 Richard Bienerre PR tree-optimization/91178 (Infinite recursion in...
2019-07-31 Jakub Jelinekre PR tree-optimization/91201 (SIMD not generated for...
2019-07-31 Sudakshina Das[GCC, AArch64] Enable Transactional Memory Extension
2019-07-31 Joel Hutton[Arm][CMSE]Add warn_unused_return attribute to cmse...
2019-07-31 Richard Bienerre PR tree-optimization/91257 (Compile-time and memory...
2019-07-31 Jakub Jelinekre PR middle-end/91301 (ICE in omp_add_variable on...
2019-07-31 Richard SandifordMake lra use per-alternative earlyclobber info
2019-07-31 GCC AdministratorDaily bump.
2019-07-30 Martin SeborPR testsuite/91258 - g++.dg/ubsan/vla-1.C and gcc.dg...
2019-07-30 Steven G. Karglre PR fortran/91296 (ICE when passing complex number...
2019-07-30 Uros Bizjakalpha.c (alpha_option_override): Quote a C type.
2019-07-30 Wilco DijkstraAdjust literal pool offset in Thumb-2 movsi patterns
2019-07-30 Martin LiskaUse edge->indirect_unknown_callee in cgraph_edge::make_...
2019-07-30 Richard Bienerre PR tree-optimization/91257 (Compile-time and memory...
2019-07-30 Martin LiskaDeduce automatically number of cores for -flto option.
2019-07-30 Richard Bienerre PR tree-optimization/91257 (Compile-time and memory...
2019-07-30 Martin LiskaMark 2nd argument of delete operator as needed (PR...
2019-07-30 Richard SandifordHandle IFN_COND_MUL in tree-ssa-math-opts.c
2019-07-30 Richard Bienerre PR tree-optimization/91291 (gcc.dg/20020312-2.c...
2019-07-30 Jakub Jelinekre PR middle-end/91282 (gcc.dg/type-convert-var.c FAILs)
2019-07-30 Jakub Jelinekre PR middle-end/91216 (OpenMP ICE starting with r265930)
2019-07-30 Jakub Jelinekre PR target/91150 (wrong code with -O -mavx512vbmi...
2019-07-30 GCC AdministratorDaily bump.
2019-07-29 Uros Bizjaki386.md (movstrict<mode>): Use register_operand predica...
2019-07-29 Jozef LawrynowiczMSP430: Disallow use of code/data regions in the small...
2019-07-29 Jozef LawrynowiczAllow both upper and lower case 'r' in register names
2019-07-29 Richard SandifordAdd PR number
2019-07-29 Richard SandifordFix inchash handling of wide_ints (PR91242)
2019-07-29 Thomas Koenigre PR fortran/90813 (gfortran.dg/proc_ptr_51.f90 fails...
2019-07-29 Kyrylo Tkachov[arm] Make ACLE builtins use arm_* namespace for expanders
2019-07-29 Jonathan WakelyPR libstdc++/51333 Define recursive_init_error construc...
2019-07-29 Richard Bienerre PR tree-optimization/91257 (Compile-time and memory...
2019-07-29 Richard Bienerre PR tree-optimization/91257 (Compile-time and memory...
2019-07-29 Martin LiskaFix ICE seen in tree-ssa-dce.c for new/delete pair.
2019-07-29 Richard Bienerre PR middle-end/91267 (SEGV in value_range_base::equal_p)
2019-07-29 Richard SandifordPrevent tree-ssa-dce.c from deleting stores at -Og
2019-07-29 Richard SandifordDon't run DSE at -Og
2019-07-29 Richard SandifordPrevent -Og from deleting stores to write-only variables
2019-07-29 Richard SandifordAdd dg test for matching function bodies
2019-07-29 Richard SandifordGeneralise VEC_DUPLICATE folding for variable-length...
2019-07-29 Richard SandifordImplement more rtx vector folds on variable-length...
2019-07-29 Jan Hubickare PR c++/91222 (507.cactuBSSN_r build fails in warn_ty...
2019-07-29 GCC AdministratorDaily bump.
2019-07-28 Martin LiskaRelease cgraph_{node,edge} via ggc_free (PR ipa/89330).
2019-07-28 Rainer OrthFix g++.dg/lto/pr89330 on Solaris
2019-07-28 Alan Modra[RS6000] rs6000_output_mi_thunk tidy
2019-07-28 Alan Modra[RS6000] PR91135, __linux__ not defined with -mcall...
2019-07-28 Alan Modra[RS6000] Make assembler command line cpu match default...
2019-07-28 Gerald Pfeiferdocumentation_hacking.xml: Fix broken reference to...
2019-07-28 Gerald Pfeifer* doc/include/gpl_v3.texi (Copying): Use https for...
2019-07-28 GCC AdministratorDaily bump.
2019-07-27 Iain Sandoe[Darwin, PPC, testsuite] Fix fail for bmi2-bzhi64-1a.c
2019-07-27 GCC AdministratorDaily bump.
2019-07-26 Iain Sandoe[Darwin, testsuite] Handle Darwin's size command.
2019-07-26 Jonathan WakelyDefine __cpp_lib_endian feature test macro
2019-07-26 Tamar ChristinaAArch64: Make processing less fragile in config.gcc
2019-07-26 Tamar ChristinaAdd rules to strip away unneeded type casts in expressions
2019-07-26 Martin Jambor[PR 89330] Remove non-useful speculations from new_edges
2019-07-26 François Dumont2019-07-26 François Dumont <fdumont@gcc.gnu.org>
2019-07-26 GCC AdministratorDaily bump.
2019-07-25 Jonathan WakelyRelocate std::endian from <type_traits> to <bit>
2019-07-25 Martin SeborWstringop-overflow-14.c: Disable for stricly aligned...
2019-07-25 Martin Seborre PR tree-optimization/91183 (strlen of a strcpy resul...
2019-07-25 Vladimir Makarovre PR rtl-optimization/91223 (ICE: in curr_insn_transfo...
2019-07-25 Iain Sandoe[Darwin, testsuite] Address PR91087 - XFAIL parts of...
2019-07-25 Thomas Koenigre PR fortran/65819 (overzealous checking in gfc_check_...
2019-07-25 Eric Botcazoustmt.c (expand_case): Try to narrow the index type...
2019-07-25 Eric Botcazoucif-code.def (NEVER_CALL): New code.
2019-07-25 Wilco DijkstraFix low reg issue in Thumb-2 movsi patterns
2019-07-25 Jan Hubicka* ipa-devirt.c (add_type_duplicate): Fix return value.
2019-07-25 Richard Bienertree-vrp.c (extract_range_from_multiplicative_op):...
2019-07-25 Kyrylo Tkachov[arm][committed] Clean up code iterator usage in satsi...
2019-07-25 Richard Bienergimple-loop-versioning.cc (loop_versioning::prune_loop_...
2019-07-25 Martin LiskaExtend DCE to remove unnecessary new/delete-pairs ...
2019-07-25 Martin LiskaCome up with function_decl_type and use it in tree_func...
next