aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Improve constant folding of vector lowering with vector boolsRichard Biener2-14/+4
2020-09-03Preliminary work on support for 128bits integersArnaud Charlet3-0/+12
2020-09-03Look at fullest view when checking for static types in unnestingArnaud Charlet3-13/+96
2020-09-03Optimize memory broadcast for constant vector under AVX512.liuhongt19-23/+848
2020-09-03Adjust testcase.liuhongt6-12/+25
2020-09-03Daily bump.GCC Administrator5-1/+206
2020-09-02d: __vectors unsupported in hardware should be rejected at compile-time.Iain Buclaw55-1960/+2076
2020-09-02d: Only test with default permutation flags for runnable tests.Iain Buclaw1-12/+17
2020-09-02d: Move all runnable tests in gdc.dg to gdc.dg/tortureIain Buclaw37-53/+90
2020-09-02c++: Stop defining true, false and bool as macros in <stdbool.h>Jonathan Wakely2-7/+6
2020-09-02testsuite: Add missing <exception> header to testcaseJonathan Wakely1-0/+1
2020-09-02MSP430: Fix -mlarge documentation to indicate size_t is a 20-bit typeJozef Lawrynowicz1-1/+1
2020-09-02MSP430: Skip gcc.dg/pr55940.c in the small memory modelJozef Lawrynowicz1-0/+1
2020-09-02fortran: Fix o'...' boz to integer/real conversions [PR96859]Jakub Jelinek2-4/+29
2020-09-02hppa: Improve hppa_rtx_costs for shifts by constants.Roger Sayle1-0/+21
2020-09-02bpf: use the default asm_named_section target hookJose E. Marchesi1-17/+0
2020-09-02bpf: use elfos.hJose E. Marchesi2-37/+10
2020-09-02Daily bump.GCC Administrator7-1/+120
2020-09-01Use the determined lower bound of the range of offsets in a PLUS_EXPR.Martin Sebor4-8/+129
2020-09-01c++: Allow new char[4]{"foo"} [PR77841]Marek Polacek2-0/+12
2020-09-01rs6000: MMA built-in dies with incorrect sharing of tree nodes errorPeter Bergner2-7/+62
2020-09-01analyzer: fix false NULL deref warning after previous deref [PR96792]David Malcolm2-0/+48
2020-09-01vec: use inexact growth where possible.Martin Liska4-40/+13
2020-09-01vec: default exect = false in grow functions.Martin Liska1-5/+5
2020-09-01PR middle-end/90597: gcc_assert ICE in layout_typeRoger Sayle1-2/+3
2020-09-01Fortran : ICE on invalid code PR95398Mark Eggleston2-1/+56
2020-09-01rtl-optimization/96812 - remap dependence info on RTL loop unrollingRichard Biener5-11/+75
2020-09-01openmp: Check for PARM_DECL before using C_ARRAY_PARAMETER or DECL_ARRAY_PARA...Jakub Jelinek3-2/+11
2020-09-01Correct Changelog for fix to PR96806Feng Xue2-2/+2
2020-09-01test/rs6000: Add Power9 and up as vect_len targetKewen Lin2-1/+21
2020-09-01Daily bump.GCC Administrator6-1/+218
2020-08-31rs6000, remove improperly defined and unsupported builtins.Carl Love1-4/+0
2020-08-31analyzer: handle __builtin___memset_chk [PR96798]David Malcolm2-0/+15
2020-08-31analyzer: gather builtin/internal fn handling into switch statementsDavid Malcolm1-8/+40
2020-08-31analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860]David Malcolm5-14/+45
2020-08-31c++: Implement P1009: Array size deduction in new-expressions.Marek Polacek11-10/+209
2020-08-31analyzer: fix ICE on RANGE_EXPR in CONSTRUCTORs [PR96763]David Malcolm3-35/+115
2020-08-31analyzer: fix ICE on casting float to pointer [PR96764]David Malcolm4-11/+44
2020-08-31PR tree-optimization/96818 - cast label range to type of switch operandAldy Hernandez3-0/+44
2020-08-31d: Fix ICEs in the front-end when pointer size is 16-bit.Iain Buclaw5-43/+41
2020-08-31tree-optimization/96854 - testcase for SLP reduction of two-operatorRichard Biener1-0/+20
2020-08-31testsuite: Fix aarch64/strcmpopt_6.c for -Wstringop-overreadChristophe Lyon1-1/+1
2020-08-31Refine expander vec_unpacku_float_hi_v16si/vec_unpacku_float_lo_v16siliuhongt3-2/+53
2020-08-31tree-cfg: Improve gimple switch verificationJakub Jelinek1-11/+8
2020-08-31ipa/96806 - Fix ICE in ipa-cp due to integer addition overflowFeng Xue2-4/+57
2020-08-31varasm: Optimize memory broadcast for constant vector under AVX512 [PR54201]Jakub Jelinek1-1/+180
2020-08-30testsuite: Update some vect cases for partial vectorsKewen Lin12-13/+109
2020-08-31Daily bump.GCC Administrator4-1/+72
2020-08-30Use get_size_range instead of get_range to obtain range of valid sizes.Martin Sebor2-2/+195
2020-08-30 2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>José Rui Faustino de Sousa2-1/+90