aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-08-14Enable math functions linking with static library for LTOXiong Hu Luo5-10/+109
2019-08-14Daily bump.GCC Administrator1-1/+1
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford69-128/+293
2019-08-13Protect some checks of DECL_FUNCTION_CODERichard Sandiford13-32/+59
2019-08-13Optimise constant IFN_WHILE_ULTsRichard Sandiford14-33/+518
2019-08-13re PR fortran/88072 (gfortran crashes with an internal compiler error)Steven G. Kargl2-1/+7
2019-08-13re PR fortran/88072 (gfortran crashes with an internal compiler error)Steven G. Kargl4-3/+45
2019-08-13[Darwin] There is no need to distinguish PIC/non-PIC symbol stubs.Iain Sandoe14-26/+46
2019-08-13re PR fortran/90563 (Out of bounds error when compiling with -Wextra)Thomas Koenig1-2/+5
2019-08-13re PR fortran/90563 (Out of bounds error when compiling with -Wextra)Thomas Koenig4-2/+35
2019-08-13re PR fortran/89647 (Host associated procedure unable to be used as binding t...Steven G. Kargl4-2/+66
2019-08-13i386.md (ix86_expand_vector_extract): Use vec_extr path for TARGET_MMX_WITH_S...Uros Bizjak3-6/+75
2019-08-13re PR fortran/87993 (ICE in gfc_constructor_first, at fortran/constructor.c:234)Steven G. Kargl4-0/+24
2019-08-13Improve documentation of target hooks for libc functionsJonathan Wakely3-4/+10
2019-08-13Fix PR other/91396 static linke error with -fvtable-verifyCaroline Tice2-2/+8
2019-08-13PR c/80619 - bad fix-it hint for GCC %lu directive with int argument: %wuMartin Sebor5-2/+104
2019-08-13re PR fortran/90561 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2747)Thomas Koenig4-1/+26
2019-08-13PR c++/90473 - wrong code with nullptr in default argument.Marek Polacek5-4/+35
2019-08-13* cp-tree.h (DECL_MUTABLE_P): Use FIELD_DECL_CHECK.Marek Polacek2-2/+6
2019-08-13Adjust placement of protoype for tablejump_casesi_patternOlivier Hainque2-1/+5
2019-08-13Handle casesi dispatch tablejumps in create_trace_edges (as well)Olivier Hainque9-4/+83
2019-08-13[AArch64] Fix PR81800Wilco Dijkstra4-1/+29
2019-08-13[AArch64] Improve SVE constant movesRichard Sandiford19-175/+506
2019-08-13[AArch64] Increase default function alignmentWilco Dijkstra2-1/+6
2019-08-13MSP430: Read MCU data from external fileJozef Lawrynowicz40-11/+604
2019-08-13[AArch64] Use simd_immediate_info for SVE predicate constantsRichard Sandiford4-22/+53
2019-08-13[AArch64] Make simd_immediate_info INDEX explicitRichard Sandiford2-42/+78
2019-08-13MSP430: Consolidate handling of hard-coded MCU dataJozef Lawrynowicz18-1511/+988
2019-08-13[AArch64] Make aarch64_classify_vector_mode use a switch statementRichard Sandiford2-26/+65
2019-08-13[AArch64] Add a "y" constraint for V0-V7Richard Sandiford9-3/+107
2019-08-13[AArch64] Make <perm_insn> the complete mnemonicRichard Sandiford5-14/+28
2019-08-13PR fortran/91414: Improved PRNGJanne Blomqvist5-11/+22
2019-08-13[Ada] Remove unused component in record typeEric Botcazou3-12/+10
2019-08-13[Ada] Build full derivation for private concurrent typeEric Botcazou8-40/+116
2019-08-13[Ada] Legality rule on ancestors of type extensions in generic bodiesEd Schonberg4-46/+122
2019-08-13[Ada] Fix spurious instantiation error on private record typeEric Botcazou7-156/+90
2019-08-13[Ada] Wrong dispatching call in type with aspect Implicit_DereferenceJavier Miranda6-0/+91
2019-08-13[Ada] Do not remove side-effects in an others_clause with function callsEd Schonberg4-0/+46
2019-08-13[Ada] Add GNAT.Branch_Prediction to ImpunitEric Botcazou2-0/+6
2019-08-13[Ada] Small cleanup and improvement in inlining machineryEric Botcazou6-58/+68
2019-08-13[Ada] Fix bogus style check failure with pragma Style_Checks (Off)Eric Botcazou2-0/+6
2019-08-13[Ada] Protect analysis of Indexing aspect against cascaded errorsArnaud Charlet2-2/+9
2019-08-13[Ada] Add conformance check on actual subp. in instance of child unitEd Schonberg2-1/+16
2019-08-13[Ada] Do full name qualification of local exception names for LLVMGary Dismukes2-0/+6
2019-08-13[Ada] Compiler may blow up on array aggregates whose size is very largeGary Dismukes4-9/+32
2019-08-13[Ada] Show Bit_Order and Scalar_Storage_Order in -gnatR4 outputJustin Squirek2-2/+15
2019-08-13[Ada] Implement pragma Max_Entry_Queue_LengthJustin Squirek8-10/+52
2019-08-13[Ada] Avoid crash in GNATprove_Mode on allocator inside typeYannick Moy5-3/+39
2019-08-13[Ada] Avoid crash in GNATprove due to inlining inside typeYannick Moy2-0/+14
2019-08-13[Ada] Spurious error on nested instantiationEric Botcazou10-65/+210