platform/upstream/gcc.git
2019-07-04 Ed Schonberg[Ada] Bug in composition of equality for variant records
2019-07-04 Justin Squirek[Ada] Missing actual for generated initialization procedure
2019-07-04 Bob Duff[Ada] Do not create a master unless Tasking_Allowed
2019-07-04 Hristian Kirtchev[Ada] Assertion failure on Default_Initial_Condition
2019-07-04 Ed Schonberg[Ada] Spurious error on 'First in a generic context
2019-07-04 Piotr Trojanek[Ada] Minor typo fixes
2019-07-04 Yannick Moy[Ada] Synchronized object definition in SPARK updated
2019-07-04 Yannick Moy[Ada] Fix crash in SPARK ownership checking
2019-07-04 Justin Squirek[Ada] Hang on expansion of library-level instantiation
2019-07-04 Ed Schonberg[Ada] Unnesting: handle conditional expressions
2019-07-04 Yannick Moy[Ada] Skip code not in SPARK for ownership analysis
2019-07-04 Hristian Kirtchev[Ada] Minor reformatting
2019-07-04 Yannick Moy[Ada] Better error messages for ownership errors in...
2019-07-04 Arnaud Charlet[Ada] CCG: reduce generated temporaries
2019-07-04 Piotr Trojanek[Ada] Keep assertions in internal units enabled for...
2019-07-04 Arnaud Charlet[Ada] CCG: restrict folding for boolean tests
2019-07-04 Arnaud Charlet[Ada] Reduce emitted code size in CCG for aggregate...
2019-07-04 Dmitriy Anisimkov[Ada] GNAT.Sockets: fix socket timeout on recent Window...
2019-07-04 Thomas Quinot[Ada] Get_Scos: Remove bogus, dead code
2019-07-04 Ed Schonberg[Ada] Spurious dimensionality error on aggregate with...
2019-07-04 Richard Bienertree-ssa-sccvn.h (vn_reference_lookup): Add last_vuse_p...
2019-07-04 Jakub Jelinekre PR tree-optimization/91063 (ICE in set_vinfo_for_stm...
2019-07-04 Prathamesh... re PR target/88833 ([SVE] Redundant moves for WHILELO...
2019-07-04 Jakub Jelinekre PR tree-optimization/91069 (Miscompare of 453.povray...
2019-07-04 Jakub Jelinekomp-low.c (lower_omp_scan): Call lower_omp on stmt...
2019-07-04 Jakub Jelinekre PR tree-optimization/91074 (c-c++-common/gomp/scan...
2019-07-04 Jakub Jelinekre PR rtl-optimization/90756 (g++ ICE in convert_move...
2019-07-04 Ian Lance Taylorcompiler: optimize 0,1,2-case select statement
2019-07-04 Chenghua Xu[MIPS][Testsuite] Specify msa-fmadd.c abis.
2019-07-04 Ian Lance Taylorcompiler: fix indentation of select statement AST dump
2019-07-04 GCC AdministratorDaily bump.
2019-07-03 Ian Lance Taylorcompiler: set varargs lowered for imported call expressions
2019-07-03 Jonathan WakelyPR libstdc++/91067 fix missing exports for filesystem...
2019-07-03 Dennis Zhang[AArch64] Remove constraint strings from define_expand...
2019-07-03 Iain Sandoe[Darwin] Revise pie,no-pie and rdynamic driver specs.
2019-07-03 Iain Sandoe[Darwin] Some TLC for older Darwin versions.
2019-07-03 Michael Meissneraltivec.md (altivec_mov<mode>, [...]): Change the RTL...
2019-07-03 Wilco DijkstraFix store merging tests on Arm
2019-07-03 Ian Lance Taylorcompiler: include transitive imports in the type descri...
2019-07-03 Mark WielaardPR debug/90981 Empty .debug_addr crashes -gdwarf-5...
2019-07-03 Richard Bienerre PR tree-optimization/91069 (Miscompare of 453.povray...
2019-07-03 Martin LiskaAdd dbgcnt for gimple_match and generic_match.
2019-07-03 Martin LiskaRename SINGE_VALUE to TOPN_VALUES counters.
2019-07-03 Martin LiskaSupport N values in libgcov for single value counter...
2019-07-03 Eric Botcazoudwarf2out.c (add_scalar_info): Add back refererence...
2019-07-03 Richard Bienergimple-pretty-print.c (dump_ternary_rhs): Fix BIT_INSER...
2019-07-03 Sylvia Taylor[aarch64]: force frame pointer setup before tlsdesc...
2019-07-03 Andrea CoralloFix ChangeLog date for last commit
2019-07-03 Andrea CoralloAdd myself to MAINTAINERS
2019-07-03 Martin LiskaAdd zstd support for LTO bytecode compression.
2019-07-03 Martin LiskaAdd .gnu.lto_.lto section.
2019-07-03 Martin LiskaRemove another bunch of dead assignment.
2019-07-03 Martin LiskaHandle '\0' in strcmp in RTL expansion (PR tree-optimiz...
2019-07-03 Martin LiskaAdd to same comdate group only if set (PR middle-end...
2019-07-03 Martin LiskaFix use-after-scope in host-mingw32.c (PR target/88056).
2019-07-03 Martin LiskaAdd -fprofile-note option.
2019-07-03 Jakub Jelinekre PR tree-optimization/91033 (ICE in vect_analyze_loop...
2019-07-03 Bob Duff[Ada] Document new flags in GNATpp
2019-07-03 Hristian Kirtchev[Ada] Forced elaboration order in Elaboration order...
2019-07-03 Bob Duff[Ada] Crash on anonymous access-to-class-wide with...
2019-07-03 Yannick Moy[Ada] Suppress warnings in generic instantiations with...
2019-07-03 Johannes Kanig[Ada] New routine to access file on command line
2019-07-03 Ed Schonberg[Ada] Crash on front-end inlining of subp. with aspect...
2019-07-03 Justin Squirek[Ada] Incorrect expansion on renamings of formal parameters
2019-07-03 Yannick Moy[Ada] Refine pointer support in SPARK
2019-07-03 Hristian Kirtchev[Ada] Spurious visibility error in inlined function
2019-07-03 Gary Dismukes[Ada] Minor editorial corrections and reformatting
2019-07-03 Bob Duff[Ada] Improve warnings about infinite loops
2019-07-03 Bob Duff[Ada] Document default new-line behavior for GNATpp
2019-07-03 Hristian Kirtchev[Ada] ABE checks v3.0, foundations of Elaboration order...
2019-07-03 Yannick Moy[Ada] SPARK pointer support extended to local borrowers...
2019-07-03 Ed Schonberg[Ada] Spurious error with static predicate in generic...
2019-07-03 Hristian Kirtchev[Ada] Minor reformatting
2019-07-03 Bob Duff[Ada] Style check for mixed-case identifiers
2019-07-03 Eric Botcazou[Ada] Extend -gnatw.z warning to array types
2019-07-03 Bob Duff[Ada] Spell "laid" correctly
2019-07-03 Ed Schonberg[Ada] Spurious error on dynamic predicate in a generic...
2019-07-03 Eric Botcazou[Ada] Fix bogus error on array with overaligned scalar...
2019-07-03 Ed Schonberg[Ada] Make loop labels unique for front-end inlined...
2019-07-03 Hristian Kirtchev[Ada] Update the section on resolving elaboration circu...
2019-07-03 Arnaud Charlet[Ada] Add a gnatbind option to generate C code
2019-07-03 Arnaud Charlet[Ada] Do not consider inlined subprograms when generati...
2019-07-03 Justin Squirek[Ada] Missing consistency check for constant modifier
2019-07-03 Arnaud Charlet[Ada] Clarify wording on documentation for No_Multiple_...
2019-07-03 Ed Schonberg[Ada] Spurious error on predicate of subtype in generic
2019-07-03 Eric Botcazou[Ada] Document that boolean types with convention C...
2019-07-03 Javier Miranda[Ada] Exp_Attr: remove dead code
2019-07-03 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCA...
2019-07-03 Jakub Jelinekgimplify.c (gimplify_scan_omp_clauses): For inscan...
2019-07-03 Jakub Jelinekomp-expand.c (expand_omp_for_static_nochunk, [...]...
2019-07-03 Ian Lance Taylorcompiler: rework type and package tracking in exporter
2019-07-03 Joern Renneckere PR testsuite/91065 (gcc.dg/plugin/start_unit_plugin...
2019-07-03 GCC AdministratorDaily bump.
2019-07-02 Jeff Lawre PR tree-optimization/90883 (Generated code is worse...
2019-07-02 Qing Zhaore PR preprocessor/90581 (provide an option to adjust...
2019-07-02 Iain Sandoe[PATCH, Ada, Darwin, PPC] PPC Darwin has stack check...
2019-07-02 Aaron Sawdeyoptabs.def (movmem_optab): Add movmem back for memmove().
2019-07-02 Cherry Zhangcompiler: use builtin memset for non-pointer memclr
2019-07-02 Uros Bizjakmmx.md (mmx_pack<s_trunsuffix>swb): Use TARGET_SSE2...
2019-07-02 Andrew StubbsFix amdgcn regrename ICE.
next