summaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)Author
2018-05-25PR c++/80485 - inline function non-zero address.Jason Merrill
2018-05-25re PR rtl-optimization/83628 (performance regression when accessing arrays on...Uros Bizjak
2018-05-25tree-ssa-alias.h (refs_may_alias_p): Add tbaa_p bool parameter, defaulted to ...Richard Biener
2018-05-25re PR target/85832 ([AVX512] possible shorter code when comparing with vector...Jakub Jelinek
2018-05-25tree-vect-data-refs.c (vect_find_stmt_data_reference): New function, combinin...Richard Biener
2018-05-25re PR tree-optimization/85720 (bad codegen for looped assignment of primitive...Bin Cheng
2018-05-25Fix a test-case (PR testsuite/85911).Martin Liska
2018-05-25tree-outof-ssa.c (tree-ssa.h, tree-dfa.h): Include header files.Bin Cheng
2018-05-25* tree-ssa-live.h (live_merge_and_clear): Delete.Bin Cheng
2018-05-25re PR c++/85912 (-fdump-lang-raw ICE on valid code)Richard Biener
2018-05-25[Ada] Improve performance of conversion from String to Long_FloatNicolas Roche
2018-05-25[Ada] Remove 2GB secondary stack limit for 64-bit processorsPatrick Bernardi
2018-05-25[Ada] Spurious error on fixed-point operation whose operands are expressionsEd Schonberg
2018-05-25[Ada] Spurious range check with Initialize_ScalarsHristian Kirtchev
2018-05-25[Ada] Remove "constant" attribute on Osint.Unknown_AttributesArnaud Charlet
2018-05-25[Ada] Membership test of class-wide interfaceJavier Miranda
2018-05-25[Ada] Fix expansion of quantified expressions as part of "others" associationsEd Schonberg
2018-05-25[Ada] Spurious secondary stack depletionHristian Kirtchev
2018-05-25[Ada] Document the '-U' option for gnatelimSergey Rybin
2018-05-25[Ada] Crash on classwide precondition on subprogram with stubEd Schonberg
2018-05-25[Ada] Fix for freezing of expression functionsJustin Squirek
2018-05-25[Ada] Strip too long expressions in debug routinesArnaud Charlet
2018-05-25[Ada] Disable the creation of the main task secondary stack by the binderPatrick Bernardi
2018-05-25[Ada] Implement stack unwinding for Linux on AArch64Doug Rupp
2018-05-25[Ada] Minor reformattingJustin Squirek
2018-05-25[Ada] Fix convention for iteration with multiple loop variablesPiotr Trojanek
2018-05-25[Ada] Minor reformattingHristian Kirtchev
2018-05-25[Ada] Strengthen checks for instantiation with interface typesEd Schonberg
2018-05-25[Ada] Rewrite Iterate_Call_Parameters in more assertive stylePiotr Trojanek
2018-05-25[Ada] Make Max_Sensible_Delay uniform across all Posix targetsDoug Rupp
2018-05-25[Ada] Checks on instantiations with formal derived types with interfacesEd Schonberg
2018-05-25[Ada] Fix handling of Loop_Entry for CodePeer/SPARKYannick Moy
2018-05-25[Ada] Support for C99 and C++ standard boolean typesEric Botcazou
2018-05-25[Ada] Do not print non ASCII characters in debug routinesArnaud Charlet
2018-05-25[Ada] Unbounded strings: inline Initialize and AdjustBob Duff
2018-05-25[Ada] Minor comment fixBob Duff
2018-05-25[Ada] Refine checks for uplevel referencesEd Schonberg
2018-05-25[Ada] Compiler loop on expression function and predicate in generic unitEd Schonberg
2018-05-25[Ada] Detect misplaced assertions between loop invariantsYannick Moy
2018-05-25[Ada] Document new switch --copy-environment for gnattestFedor Rybin
2018-05-25Add IFN_COND_{MUL,DIV,MOD,RDIV}Richard Sandiford
2018-05-25[AArch64] Add SVE support for integer divisionRichard Sandiford
2018-05-25Prefer open-coding vector integer divisionRichard Sandiford
2018-05-25Fold VEC_COND_EXPRs to IFN_COND_* where possibleRichard Sandiford
2018-05-25tree-vectorizer.h (STMT_VINFO_GROUP_*, GROUP_*): Remove.Richard Biener
2018-05-25Support SHF_EXCLUDE on non-x86 and with Solaris asRainer Orth
2018-05-25Add an "else" argument to IFN_COND_* functionsRichard Sandiford
2018-05-25Try harder to preserve operand ties in maybe_legitimize_operandsRichard Sandiford
2018-05-25re PR fortran/85839 ([F2018] warn for obsolescent features)Janus Weil
2018-05-25re PR fortran/85543 (ICE in update_current_proc_array_outer_dependency, at fo...Steven G. Kargl