aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-12-13testsuite: Fix various scan-assembler-symbol-section issuesRainer Orth5-23/+47
2020-12-13Tweak the way that is_a is implementedRichard Sandiford1-18/+63
2020-12-13Move iterator_range to a new iterator-utils.h fileRichard Sandiford2-17/+45
2020-12-13rtlanal: Remove noop_move_p REG_EQUAL conditionRichard Sandiford1-4/+0
2020-12-13vec: Silence clang warningRichard Sandiford1-1/+1
2020-12-13Daily bump.GCC Administrator4-1/+56
2020-12-12Fortran: Enable inquiry references in data statements [PR98022].Paul Thomas2-13/+94
2020-12-12match.pd: Add ~(X - Y) -> ~X + Y simplification [PR96685]Jakub Jelinek4-0/+163
2020-12-12widening_mul: Recognize another form of ADD_OVERFLOW [PR96272]Jakub Jelinek2-21/+111
2020-12-12openmp, openacc: Fix up handling of data regions [PR98183]Jakub Jelinek4-22/+43
2020-12-12Daily bump.GCC Administrator4-1/+39
2020-12-11c++: Avoid considering some conversion ops [PR97600]Jason Merrill3-1/+59
2020-12-11c++: Fix build with --enable-gather-detailed-mem-stats.Jason Merrill1-1/+1
2020-12-11c++: Final module preparationsNathan Sidwell7-4/+60
2020-12-11c++: Refactor final cleanupNathan Sidwell1-15/+6
2020-12-11Add missing varasm DECL_P check.Jim Wilson1-0/+1
2020-12-11Daily bump.GCC Administrator5-1/+537
2020-12-11compiler: encode user visible names if necessaryIan Lance Taylor5-59/+144
2020-12-11arm: Auto-vectorization for MVE clean condition for vand and vorr expandersChristophe Lyon2-10/+3
2020-12-11arc: Update ARC700 cache hazard detection.Claudiu Zissulescu1-29/+23
2020-12-11arc: Avoid generating brcc instructions with limmClaudiu Zissulescu1-0/+1
2020-12-11arc: Refurbish adc/sbc patternsClaudiu Zissulescu3-122/+29
2020-12-11c++: module test harnessNathan Sidwell1-0/+376
2020-12-11c++: cp_tree_equal tweaksNathan Sidwell3-4/+27
2020-12-11arm: Auto-vectorization for MVE: vorrChristophe Lyon7-17/+97
2020-12-11arc: Use separate predicated patterns for mpyd(u)Claudiu Zissulescu3-51/+67
2020-12-11x86: Update user interrupt handler stack frameH.J. Lu9-9/+233
2020-12-11c++: Module lang hook overridingNathan Sidwell5-1/+44
2020-12-11c++: name lookup API for modulesNathan Sidwell3-1/+443
2020-12-11c++: missing SFINAE with pointer subtraction [PR78173]Patrick Palka2-1/+10
2020-12-11arm: Improve documentation for effective target 'arm_softfloat'Andrea Corallo2-4/+3
2020-12-11arm: [testsuite] fix lob tests for -mfloat-abi=hardAndrea Corallo4-4/+4
2020-12-11testsuite/98244 - amend gcc.dg/vect/vect-live-6.cRichard Biener1-1/+1
2020-12-11testsuite/98242 - amend gcc.dg/vect/bb-slp-subgroups-3.cRichard Biener1-0/+1
2020-12-11testsuite/98240 - amend gcc.dg/vect/pr97678.cRichard Biener1-0/+2
2020-12-11testsuite/98239 - require vect_condition for gcc.dg/vect/bb-slp-69.cRichard Biener1-0/+1
2020-12-11expand: Fix up expand_doubleword_mod on 32-bit targets [PR98229]Jakub Jelinek2-2/+11
2020-12-11tree-optimization/98235 - limit SLP discoveryRichard Biener2-31/+77
2020-12-11expansion: Sign or zero extend on MEM_REF stores into SUBREG with SUBREG_PROM...Jakub Jelinek2-0/+57
2020-12-11ira.c: Fix ICE in ira-color [PR97092]Andrea Corallo2-2/+28
2020-12-11tree-optimization/95582 - fix vector pattern with bool conversionsRichard Biener1-1/+1
2020-12-11Fix feature check for HRESET/AVX_VNNI/UINTRHongyu1-10/+15
2020-12-11dojump: Fix up probabilities splitting in dojump.c comparison splitting [PR98...Jakub Jelinek2-6/+34
2020-12-10Reduce memory requirements for rangerAndrew MacLeod3-8/+39
2020-12-10Fix PR ada/98230Ed Schonberg2-2/+19
2020-12-10c++: Add make_temp_override generator functionsJason Merrill4-6/+38
2020-12-10c++: Add fixed test [PR91506]Marek Polacek1-0/+8
2020-12-10c++: modules & using-declsNathan Sidwell1-27/+149
2020-12-10c++: Name lookup for modulesNathan Sidwell4-56/+940
2020-12-10c++: modularize spelling suggestionsNathan Sidwell2-5/+74