aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 McIntosh2-1/+3
2020-09-16Daily bump.GCC Administrator8-1/+163
2020-09-15analyzer: fix ICE when merging constraints w/o transitivity [PR96650]David Malcolm5-1/+129
2020-09-15libgomp/target.c: Silence -Wuninitialized warningTobias Burnus1-2/+2
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 Burnus15-58/+405
2020-09-15tree-optimization/94234 - Fold plusminus_mult expr with multi-use operandsFeng Xue3-11/+60
2020-09-15Daily bump.GCC Administrator11-1/+367
2020-09-14doc: fix spelling of -fprofile-reproducibilitySergei Trofimovich1-4/+5
2020-09-14libbacktrace: support MiniDebugInfoIan Lance Taylor9-166/+2913
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
2020-09-14analyzer: add -param=analyzer-max-constraints=David Malcolm2-0/+7
2020-09-14analyzer: fix constraint explosion on many-cased switch [PR96653]David Malcolm2-33/+1105
2020-09-14analyzer: add regression test for leak false positiveDavid Malcolm1-0/+34
2020-09-14analyzer: fix ICE on setjmp with non-pointer-type [PR97029]David Malcolm3-1/+12
2020-09-14Fix dangling references in thunks at -O0Eric Botcazou6-6/+52
2020-09-14Rename mffgpr/mftgpr insn types and remove Power6 references.Pat Haugen7-71/+37
2020-09-14arm: Fix up gcc.target/arm/lto/pr96939_* FAILJakub Jelinek2-30/+3
2020-09-14libgccjit: Regenerate documentation for new entry point.Andrea Corallo1-516/+564
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek31-157/+583
2020-09-14[libgomp, nvptx] Add __sync_compare_and_swap_16Tom de Vries2-0/+19
2020-09-14Daily bump.GCC Administrator2-1/+6
2020-09-13Improve costs for DImode shifts of interger constants.John David Anglin1-12/+21
2020-09-13Daily bump.GCC Administrator5-1/+70
2020-09-12d: Return promoted types in d_type_promotes_to when linkage is not DIain Buclaw4-3/+113
2020-09-12d: Build TYPE_DECLs for non-numeric enum types.Iain Buclaw3-11/+24
2020-09-12Add new shrpsi instruction variands to gcc/config/pa/pa.md.John David Anglin1-21/+119
2020-09-12Add preliminary support for 128-bit integer typesEric Botcazou6-2/+40
2020-09-12Fix small inconsistency in new predicateEric Botcazou1-6/+2
2020-09-12Minor tweak to line debug infoEric Botcazou1-0/+6
2020-09-12Accept absolute address clause for array of UNC nominal subtypeEric Botcazou1-0/+13
2020-09-12Daily bump.GCC Administrator9-1/+397
2020-09-11PowerPC: rename some functions.Michael Meissner1-24/+69
2020-09-11i386: Fix array index in expanderNathan Sidwell1-1/+1
2020-09-11libstdc++: only pull in bits/align.h if C++11 or laterThomas Rodgers1-1/+1
2020-09-11c++: Concepts and local externsNathan Sidwell2-4/+48