aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-05-25[Ada] Strengthen checks for instantiation with interface typesEd Schonberg2-8/+58
2018-05-25[Ada] Rewrite Iterate_Call_Parameters in more assertive stylePiotr Trojanek2-3/+12
2018-05-25[Ada] Make Max_Sensible_Delay uniform across all Posix targetsDoug Rupp17-160/+229
2018-05-25[Ada] Checks on instantiations with formal derived types with interfacesEd Schonberg4-0/+96
2018-05-25[Ada] Fix handling of Loop_Entry for CodePeer/SPARKYannick Moy2-3/+21
2018-05-25[Ada] Support for C99 and C++ standard boolean typesEric Botcazou5-13/+60
2018-05-25[Ada] Do not print non ASCII characters in debug routinesArnaud Charlet2-2/+14
2018-05-25[Ada] Unbounded strings: inline Initialize and AdjustBob Duff4-0/+8
2018-05-25[Ada] Minor comment fixBob Duff2-1/+5
2018-05-25[Ada] Refine checks for uplevel referencesEd Schonberg2-6/+34
2018-05-25[Ada] Compiler loop on expression function and predicate in generic unitEd Schonberg5-6/+48
2018-05-25[Ada] Detect misplaced assertions between loop invariantsYannick Moy2-2/+12
2018-05-25[Ada] Document new switch --copy-environment for gnattestFedor Rybin2-0/+12
2018-05-25Add IFN_COND_{MUL,DIV,MOD,RDIV}Richard Sandiford16-11/+189
2018-05-25[AArch64] Add SVE support for integer divisionRichard Sandiford8-0/+161
2018-05-25Prefer open-coding vector integer divisionRichard Sandiford4-8/+42
2018-05-25Fold VEC_COND_EXPRs to IFN_COND_* where possibleRichard Sandiford19-11/+786
2018-05-25tree-vectorizer.h (STMT_VINFO_GROUP_*, GROUP_*): Remove.Richard Biener7-254/+279
2018-05-25Support SHF_EXCLUDE on non-x86 and with Solaris asRainer Orth7-52/+142
2018-05-25Add an "else" argument to IFN_COND_* functionsRichard Sandiford7-57/+113
2018-05-25Try harder to preserve operand ties in maybe_legitimize_operandsRichard Sandiford2-9/+73
2018-05-25re PR fortran/85839 ([F2018] warn for obsolescent features)Janus Weil6-0/+62
2018-05-25re PR fortran/85543 (ICE in update_current_proc_array_outer_dependency, at fo...Steven G. Kargl4-2/+21
2018-05-25Daily bump.GCC Administrator1-1/+1
2018-05-24re PR fortran/85780 (ICE in resolve_fl_procedure, at fortran/resolve.c:12504)Steven G. Kargl4-1/+16
2018-05-24re PR fortran/85779 (ICE in gfc_typename, at fortran/misc.c:156)Steven G. Kargl6-2/+38
2018-05-24re PR fortran/85895 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3518)Steven G. Kargl5-1/+33
2018-05-24sse.md (cvtusi2<ssescalarmodesuffix>64<round_name>): Add {q} suffix to insn m...Uros Bizjak5-5/+15
2018-05-24msp430.c (TARGET_WARN_FUNC_RETURN): Define.Jozef Lawrynowicz2-0/+16
2018-05-24fold-const.c (tree_nonzero_bits): New function.Roger Sayle9-0/+233
2018-05-24PR c++/85842 - -Wreturn-type, constexpr if and generic lambda.Jason Merrill3-0/+30
2018-05-24Check ifunc_resolver only on FUNCTION_DECLH.J. Lu2-1/+9
2018-05-24Pedwarn on a non-standard position of a C++ attribute.Ville Voutilainen5-2/+20
2018-05-24re PR target/85903 (FAIL: gcc.target/i386/avx512dq-vcvtuqq2pd-2.c)Uros Bizjak2-5/+8
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini22-64/+103
2018-05-24[AArch64, Falkor] Falkor address costs tuningLuis Machado2-1/+23
2018-05-24PR c++/85864 - literal template and default template arg.Jason Merrill3-0/+29
2018-05-24re PR c++/85847 (unexpected expression of kind template_id_expr)Marek Polacek4-8/+30
2018-05-24[Ada] Simplify routines with a local Result variablePiotr Trojanek3-18/+16
2018-05-24[Ada] Fix irregular output with -gnatR3Eric Botcazou4-40/+56
2018-05-24[Ada] Minor clean-ups in gigiEric Botcazou2-24/+33
2018-05-24[Ada] Wrong renaming of variant record equalityJavier Miranda4-110/+187
2018-05-24[Ada] Add a new Is_Activation_Record flag on IN parametersEd Schonberg4-8/+51
2018-05-24[Ada] Improve GNATprove messages on unproved checksYannick Moy2-8/+66
2018-05-24[Ada] Missing error on illegal access to discriminantJavier Miranda5-4/+48
2018-05-24[Ada] Infinite loop in the compiler when warning on redundant constructsEd Schonberg2-1/+13
2018-05-24[Ada] Minor fix grammar in comment of N_Defining_IdentifierPiotr Trojanek2-1/+5
2018-05-24[Ada] Quadratic compile time with tagged typesJustin Squirek16-425/+428
2018-05-24[Ada] Spurious error due to lingering limited viewHristian Kirtchev2-149/+306
2018-05-24[Ada] Handle version 2 of Windows unwinding information structuresEric Botcazou3-77/+111