aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-09-16analyzer: bulk merger/processing of runs of nodes at CFG join pointsDavid Malcolm5-3/+310
2020-09-16analyzer: add program_point::get_nextDavid Malcolm3-20/+35
2020-09-16analyzer: show program point in -Wanalyzer-too-complexDavid Malcolm1-0/+1
2020-09-16analyzer: getchar has no side-effectsDavid Malcolm2-0/+24
2020-09-16use E_*mode instead of just *modeAlexandre Oliva1-2/+2
2020-09-16rs6000: Add rs6000_cfun_pcrel_pBill Schmidt5-24/+35
2020-09-16Detect conflicts between incompatible uses of the same attribute (PR c/78666).Martin Sebor5-33/+248
2020-09-16preprocessor: Fix ICE with too long line in fmtwarn [PR96935]Marek Polacek2-0/+11
2020-09-16Work harder to avoid -Wuninitialized for objects of empty structs (PR middle-...Martin Sebor2-0/+28
2020-09-16c++: local-scope OMP UDR reductions have no template headNathan Sidwell4-33/+42
2020-09-16Fix pessimization in EH cleanup passEric Botcazou2-7/+32
2020-09-16c++: Avoid confusing 'nested' nameNathan Sidwell1-9/+7
2020-09-16Fortran: OpenMP - fix simd with (last)private (PR97061)Tobias Burnus2-14/+85
2020-09-16c++: Break out actual instantiation from instantiate_declNathan Sidwell1-148/+157
2020-09-16vec: don't select partial vectors when unnecessaryAndrea Corallo8-58/+80
2020-09-16rtl_data: Add sp_is_clobbered_by_asmH.J. Lu4-7/+39
2020-09-16testsuite/97066 - minor change to bypass plusminus-with-convert ruleFeng Xue2-2/+2
2020-09-16IBM Z: Fix *vec_tf_to_v1tf constraintsIlya Leoshkevich1-1/+1
2020-09-16C-SKY: Refine target name for elf target testJojo R1-1/+1
2020-09-16C-SKY: Set use_gcc_stdint=wrap for elf targetJojo R1-0/+1
2020-09-16remove STMT_VINFO_NUM_SLP_USESRichard Biener5-67/+41
2020-09-16C-SKY: Support multilib for mfloat-abi=.Jojo R2-9/+12
2020-09-16arm: Avoid unused parameter warningJakub Jelinek1-2/+2
2020-09-16options, lto: Optimize streaming of optimization nodesJakub Jelinek1-7/+10
2020-09-16store-merging: Consider also overlapping stores earlier in the by bitpos sort...Jakub Jelinek3-10/+222
2020-09-16C-SKY: Fix wrong ld name with option -mfloat-abi=hard.Jojo R1-1/+1
2020-09-15rs6000: Remove useless insns fed into lvx/stvx [PR97019]Kewen Lin2-54/+176
2020-09-16C-SKY: Support -mfloat-abi=hard.Jojo R6-20/+200
2020-09-15rs6000: Fix misnamed built-inBill Schmidt1-1/+1
2020-09-15libgo: additional type/const references in sysinfo.cThan McIntosh1-1/+1
2020-09-16Daily bump.GCC Administrator6-1/+138
2020-09-15analyzer: fix ICE when merging constraints w/o transitivity [PR96650]David Malcolm5-1/+129
2020-09-15rtlanal: fix subreg handling in set_noop_p ()Ilya Leoshkevich1-0/+4
2020-09-15make swap argument of vect_get_and_check_slp_defs readonlyRichard Biener1-5/+5
2020-09-15c++: Partially revert: local externs in templates do not get template headNathan Sidwell1-5/+9
2020-09-15tree-optimization/94234 - add plusminus-with-convert patternFeng Xue2-0/+57
2020-09-15gcc.target/i386/pr78904-4a.c: Compile with -mtune=genericH.J. Lu1-1/+1
2020-09-15bb-reorder: Fix for ICEs caused by 69ca5f3a9882Segher Boessenkool1-0/+4
2020-09-15Allow more BB vectorizationRichard Biener3-30/+98
2020-09-15arm: Fix testisms introduced with fix for pr target/95646Andre Vieira2-8/+5
2020-09-15Retune mask <->integer cost for non-AVX512 micro-architecture.liuhongt1-44/+44
2020-09-15i386: Fix up vector mul and div with broadcasts in -masm=intel modeJakub Jelinek2-2/+20
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus10-20/+53
2020-09-15tree-optimization/94234 - Fold plusminus_mult expr with multi-use operandsFeng Xue3-11/+60
2020-09-15Daily bump.GCC Administrator9-1/+267
2020-09-14doc: fix spelling of -fprofile-reproducibilitySergei Trofimovich1-4/+5
2020-09-14c++: Use VAR_OR_FUNCTION_DECL_P.Marek Polacek1-2/+1
2020-09-14bpf: use the expected instruction for NOPsJose E. Marchesi2-1/+20
2020-09-14Darwin, X86, testsuite: Fix pr87767 tests for Darwin.Iain Sandoe8-1/+8
2020-09-14c++: local externs in templates do not get template headNathan Sidwell1-20/+27