summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Protect some checks of DECL_FUNCTION_CODERichard Sandiford2019-08-1313-32/+59
* Optimise constant IFN_WHILE_ULTsRichard Sandiford2019-08-1314-33/+518
* re PR fortran/88072 (gfortran crashes with an internal compiler error)Steven G. Kargl2019-08-132-1/+7
* re PR fortran/88072 (gfortran crashes with an internal compiler error)Steven G. Kargl2019-08-134-3/+45
* [Darwin] There is no need to distinguish PIC/non-PIC symbol stubs.Iain Sandoe2019-08-1314-26/+46
* re PR fortran/90563 (Out of bounds error when compiling with -Wextra)Thomas Koenig2019-08-131-2/+5
* re PR fortran/90563 (Out of bounds error when compiling with -Wextra)Thomas Koenig2019-08-134-2/+35
* re PR fortran/89647 (Host associated procedure unable to be used as binding t...Steven G. Kargl2019-08-134-2/+66
* i386.md (ix86_expand_vector_extract): Use vec_extr path for TARGET_MMX_WITH_S...Uros Bizjak2019-08-133-6/+75
* re PR fortran/87993 (ICE in gfc_constructor_first, at fortran/constructor.c:234)Steven G. Kargl2019-08-134-0/+24
* Improve documentation of target hooks for libc functionsJonathan Wakely2019-08-133-4/+10
* Fix PR other/91396 static linke error with -fvtable-verifyCaroline Tice2019-08-132-2/+8
* PR c/80619 - bad fix-it hint for GCC %lu directive with int argument: %wuMartin Sebor2019-08-135-2/+104
* test_summary: Do not escape "=".Uros Bizjak2019-08-132-1/+5
* re PR fortran/90561 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2747)Thomas Koenig2019-08-134-1/+26
* PR c++/90473 - wrong code with nullptr in default argument.Marek Polacek2019-08-135-4/+35
* * cp-tree.h (DECL_MUTABLE_P): Use FIELD_DECL_CHECK.Marek Polacek2019-08-132-2/+6
* Add my name to MAINTAINERS.Mark Eggleston2019-08-132-0/+5
* Adjust placement of protoype for tablejump_casesi_patternOlivier Hainque2019-08-132-1/+5
* Handle casesi dispatch tablejumps in create_trace_edges (as well)Olivier Hainque2019-08-139-4/+83
* [AArch64] Fix PR81800Wilco Dijkstra2019-08-134-1/+29
* [AArch64] Improve SVE constant movesRichard Sandiford2019-08-1319-175/+506
* [AArch64] Increase default function alignmentWilco Dijkstra2019-08-132-1/+6
* MSP430: Read MCU data from external fileJozef Lawrynowicz2019-08-1340-11/+604
* [AArch64] Use simd_immediate_info for SVE predicate constantsRichard Sandiford2019-08-134-22/+53
* [AArch64] Make simd_immediate_info INDEX explicitRichard Sandiford2019-08-132-42/+78
* MSP430: Consolidate handling of hard-coded MCU dataJozef Lawrynowicz2019-08-1318-1511/+988
* [AArch64] Make aarch64_classify_vector_mode use a switch statementRichard Sandiford2019-08-132-26/+65
* [AArch64] Add a "y" constraint for V0-V7Richard Sandiford2019-08-139-3/+107
* [AArch64] Make <perm_insn> the complete mnemonicRichard Sandiford2019-08-135-14/+28
* PR fortran/91414 Bugfix for previous commitJanne Blomqvist2019-08-131-1/+4
* PR fortran/91414: Improved PRNGJanne Blomqvist2019-08-137-125/+149
* [Ada] Remove unused component in record typeEric Botcazou2019-08-133-12/+10
* [Ada] Build full derivation for private concurrent typeEric Botcazou2019-08-138-40/+116
* [Ada] Legality rule on ancestors of type extensions in generic bodiesEd Schonberg2019-08-134-46/+122
* [Ada] Fix spurious instantiation error on private record typeEric Botcazou2019-08-137-156/+90
* [Ada] Wrong dispatching call in type with aspect Implicit_DereferenceJavier Miranda2019-08-136-0/+91
* [Ada] Do not remove side-effects in an others_clause with function callsEd Schonberg2019-08-134-0/+46
* [Ada] Add GNAT.Branch_Prediction to ImpunitEric Botcazou2019-08-132-0/+6
* [Ada] Small cleanup and improvement in inlining machineryEric Botcazou2019-08-136-58/+68
* [Ada] Fix bogus style check failure with pragma Style_Checks (Off)Eric Botcazou2019-08-132-0/+6
* [Ada] Protect analysis of Indexing aspect against cascaded errorsArnaud Charlet2019-08-132-2/+9
* [Ada] Add conformance check on actual subp. in instance of child unitEd Schonberg2019-08-132-1/+16
* [Ada] Do full name qualification of local exception names for LLVMGary Dismukes2019-08-132-0/+6
* [Ada] Compiler may blow up on array aggregates whose size is very largeGary Dismukes2019-08-134-9/+32
* [Ada] Show Bit_Order and Scalar_Storage_Order in -gnatR4 outputJustin Squirek2019-08-132-2/+15
* [Ada] Implement pragma Max_Entry_Queue_LengthJustin Squirek2019-08-138-10/+52
* [Ada] Avoid crash in GNATprove_Mode on allocator inside typeYannick Moy2019-08-135-3/+39
* [Ada] Avoid crash in GNATprove due to inlining inside typeYannick Moy2019-08-132-0/+14
* [Ada] Spurious error on nested instantiationEric Botcazou2019-08-1310-65/+210