aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-07Remove VRP threader.Aldy Hernandez4-147/+5
2021-11-07Fortran: Diagnose all operands/arguments with constraint violationsSandra Loosemore10-77/+115
2021-11-07Fix inter-procedural EAF flags propagation with respect to !binds_to_current_...Jan Hubicka3-55/+203
2021-11-07rs6000: Replace the builtin expansion machineryBill Schmidt1-0/+1216
2021-11-07Implement intra-procedural dataflow in ipa-modref flags propagation.Jan Hubicka1-20/+224
2021-11-07Daily bump.GCC Administrator5-1/+49
2021-11-06Fix can_be_discarded_p wrt partitioned functions.Jan Hubicka2-2/+9
2021-11-06Fortran: error recovery on rank mismatch of array and its initializerHarald Anlauf3-1/+22
2021-11-06powerpc: Fix vsx_splat_v4si in 32 bit modeDavid Edelsohn1-2/+2
2021-11-06path oracle: Do not look at root oracle for killed defs.Aldy Hernandez2-0/+10
2021-11-06testsuite: Use posix_memalign on AIX for tsvcDavid Edelsohn1-1/+1
2021-11-06Cleanup back_threader::find_path_to_names.Aldy Hernandez1-41/+24
2021-11-06Daily bump.GCC Administrator9-1/+305
2021-11-05Fortran: fix simplification of array-valued parameter expressionsHarald Anlauf2-0/+19
2021-11-05Fix ice in insert_accessJan Hubicka3-0/+51
2021-11-05Avoid left shift of negative value in ipa-modref-tree.hJan Hubicka1-1/+6
2021-11-05Fortran: a symbol in a COMMON cannot be a coarrayHarald Anlauf2-0/+16
2021-11-05libstdc++: Fix inconsistent noexcept-specific for valarray begin/endJonathan Wakely1-4/+4
2021-11-05libstdc++: Fix pack expansions in tuple_size_v specializationsJonathan Wakely1-2/+2
2021-11-05Fortran: Missing error with IMPLICIT none (external) [PR100972]Bernhard Reutner-Fischer4-2/+32
2021-11-05Fortran: Delete unused decl in gfortran.hBernhard Reutner-Fischer4-22/+13
2021-11-05Fortran: Add more documentation for mixed-language programming [PR35276]Sandra Loosemore1-5/+17
2021-11-05testsuite, Darwin : Fix tsvc test build on Darwin.Iain Sandoe1-0/+7
2021-11-05Darwin : Make trampoline templates linker-visible.Iain Sandoe1-0/+2
2021-11-05Darwin, aarch64 : Ada fixes for hosted tools.Iain Sandoe2-5/+21
2021-11-05Darwin, aarch64 : Initial support for the self-host driver.Iain Sandoe3-1/+42
2021-11-05Darwin, crts: Fix a build warning.Iain Sandoe2-0/+3
2021-11-05libstdc++: Add [[unlikely]] attributes to std::random_device routinesJonathan Wakely1-2/+2
2021-11-05libstdc++: Add support for POWER9 DARN instruction to std::random_deviceJonathan Wakely3-6/+57
2021-11-05libsanitizer: update LOCAL_PATCHES.Martin Liska1-1/+1
2021-11-05libsanitizer: Apply local patchesH.J. Lu14-30/+85
2021-11-05libsanitizer: merge from master (78d3e0a4f1406b17cdecc77540e09210670fe9a9).Martin Liska21-101/+48
2021-11-05Remove def chain import assert from GORI.Andrew MacLeod2-3/+20
2021-11-05Abstract ranger cache update list.Andrew MacLeod2-33/+100
2021-11-05Amend split vector loop analysis into main and epilogue analysisRichard Biener1-38/+10
2021-11-05Support TI mode and soft float on PA64John David Anglin9-15/+483
2021-11-05x86: Make stringop_algs::stringop_strategy ctor constexpr [PR100246]Jakub Jelinek1-2/+3
2021-11-05contrib: testsuite-management: Update to be python3 compatibleBernhard Reutner-Fischer1-24/+20
2021-11-05AArch64: Fix PR103085Wilco Dijkstra3-2/+16
2021-11-05Move PREFERRED_DEBUGGING_TYPE define in pa64-hpux.h to pa.hJohn David Anglin2-1/+3
2021-11-05gcov-profile: Filter test only for some targets [PR102945]Martin Liska1-2/+1
2021-11-05Split vector loop analysis into main and epilogue analysisRichard Biener3-216/+212
2021-11-05ipa: Do not require RECORD_TYPE for ancestor jump functionsMartin Jambor1-2/+0
2021-11-05libstdc++: Add xfail to pretty printer tests that fail in C++20Jonathan Wakely4-26/+45
2021-11-05include: Allow for our md5.h to defer to the system headerGerald Pfeifer1-0/+6
2021-11-05doc: No longer generate old.htmlGerald Pfeifer1-3/+3
2021-11-05Reset when -gtoggle is used in gcc_options.Martin Liska2-0/+16
2021-11-05dwarf2out: Fix up CONST_WIDE_INT handling once more [PR103046]Jakub Jelinek1-15/+17
2021-11-05gcc: vx-common.h: fix test for VxWorks7Rasmus Villemoes1-1/+1
2021-11-05First refactor of vect_analyze_loopRichard Biener3-154/+160