aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-25PR c++/85815 - reference to member of enclosing template.Jason Merrill5-7/+31
2018-05-25Fix test case failures for pdp11 target.Paul Koning5-2/+14
2018-05-25CWG 616, 1213 - value category of subobject references.Jason Merrill3-7/+29
2018-05-25re PR tree-optimization/85712 (ICE in all_phi_incrs_profitable_1 at gcc/gimpl...Bill Schmidt2-0/+11
2018-05-25* inclhack.def (vxworks_iolib_include_unistd): New fix.Rasmus Villemoes2-0/+20
2018-05-25PR c++/80485 - inline function non-zero address.Jason Merrill3-4/+24
2018-05-25re PR libstdc++/85768 (FreeBSD bootstrap fails due to undefined reference to ...François Dumont2-2/+9
2018-05-25re PR rtl-optimization/83628 (performance regression when accessing arrays on...Uros Bizjak4-70/+36
2018-05-25tree-ssa-alias.h (refs_may_alias_p): Add tbaa_p bool parameter, defaulted to ...Richard Biener4-46/+65
2018-05-25re PR target/85832 ([AVX512] possible shorter code when comparing with vector...Jakub Jelinek7-9/+128
2018-05-25tree-vect-data-refs.c (vect_find_stmt_data_reference): New function, combinin...Richard Biener5-199/+193
2018-05-25re PR tree-optimization/85720 (bad codegen for looped assignment of primitive...Bin Cheng5-10/+61
2018-05-25Fix a test-case (PR testsuite/85911).Martin Liska2-1/+6
2018-05-25tree-outof-ssa.c (tree-ssa.h, tree-dfa.h): Include header files.Bin Cheng6-233/+330
2018-05-25* tree-ssa-live.h (live_merge_and_clear): Delete.Bin Cheng2-12/+4
2018-05-25re PR c++/85912 (-fdump-lang-raw ICE on valid code)Richard Biener2-4/+6
2018-05-25[Ada] Improve performance of conversion from String to Long_FloatNicolas Roche2-5/+13
2018-05-25[Ada] Remove 2GB secondary stack limit for 64-bit processorsPatrick Bernardi7-20/+69
2018-05-25[Ada] Spurious error on fixed-point operation whose operands are expressionsEd Schonberg4-2/+38
2018-05-25[Ada] Spurious range check with Initialize_ScalarsHristian Kirtchev2-1/+9
2018-05-25[Ada] Remove "constant" attribute on Osint.Unknown_AttributesArnaud Charlet4-31/+31
2018-05-25[Ada] Membership test of class-wide interfaceJavier Miranda5-2/+29
2018-05-25[Ada] Fix expansion of quantified expressions as part of "others" associationsEd Schonberg2-0/+23
2018-05-25[Ada] Spurious secondary stack depletionHristian Kirtchev4-120/+431
2018-05-25[Ada] Document the '-U' option for gnatelimSergey Rybin2-1/+25
2018-05-25[Ada] Crash on classwide precondition on subprogram with stubEd Schonberg3-1/+24
2018-05-25[Ada] Fix for freezing of expression functionsJustin Squirek2-1/+13
2018-05-25[Ada] Strip too long expressions in debug routinesArnaud Charlet2-0/+12
2018-05-25[Ada] Disable the creation of the main task secondary stack by the binderPatrick Bernardi2-1/+6
2018-05-25[Ada] Implement stack unwinding for Linux on AArch64Doug Rupp2-0/+11
2018-05-25[Ada] Minor reformattingJustin Squirek2-1/+7
2018-05-25[Ada] Fix convention for iteration with multiple loop variablesPiotr Trojanek2-2/+8
2018-05-25[Ada] Minor reformattingHristian Kirtchev11-64/+82
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