aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-12-14aarch64: Add support for Cortex-A78CPrzemyslaw Wirkus3-2/+3
2020-12-13-fgo-dump-spec: skip typedefs that match struct tagNikhil Benesch2-2/+37
2020-12-14Daily bump.GCC Administrator4-1/+291
2020-12-13VAX: Unify push operation selectionMaciej W. Rozycki1-13/+6
2020-12-13VAX: Check the correct operand for constant 0 push operationMaciej W. Rozycki2-1/+28
2020-12-13VAX: Handle subtracting from self with QMATH DImode add/subMaciej W. Rozycki1-4/+6
2020-12-13VAX: Handle constant 0 with QMATH DImode add/subMaciej W. Rozycki1-0/+13
2020-12-13VAX: Remove unused register allocation from QMATH DImode add/sub handlerMaciej W. Rozycki1-1/+0
2020-12-13VAX: Fix lower bound adjustment with `casesi'Maciej W. Rozycki1-1/+1
2020-12-13widening_mul: Fix a > ~b to .ADD_OVERFLOW optimization [PR98256]Jakub Jelinek2-6/+25
2020-12-13Revert "Arm: Add NEON and MVE RTL patterns for Complex Addition, Multiply and...Tamar Christina8-216/+208
2020-12-13varasm: Reject soft frame or arg pointer registers for register vars [PR92469]Jakub Jelinek4-4/+54
2020-12-13Arm: Add NEON and MVE RTL patterns for Complex Addition, Multiply and FMA.Tamar Christina8-208/+216
2020-12-13Arm: Add support for auto-vectorization using HF mode.Tamar Christina2-0/+16
2020-12-13middle-end: Support complex AdditionTamar Christina43-21/+2078
2020-12-13middle-end: Refactor and expose some vectorizer helper functions.Tamar Christina4-9/+32
2020-12-13Show coarrays on parse tree dump, implement debug for array references.Thomas Koenig1-0/+36
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