aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-09-08MSP430: Use enums to handle -mcpu= valuesJozef Lawrynowicz7-37/+80
2020-09-08Fix description of FINDLOC result.Thomas Koenig1-1/+2
2020-09-08Daily bump.GCC Administrator4-1/+181
2020-09-07PR fortran/96711 - ICE with NINT() for integer(16) resultHarald Anlauf2-2/+43
2020-09-07lra: Avoid cycling on certain subreg reloads [PR96796]Richard Sandiford2-10/+99
2020-09-07vec: Revert "dead code removal in tree-vect-loop.c" and add a comment.Andrea Corallo1-4/+13
2020-09-07doc: Update documentation on MODE_PARTIAL_INT subregsJozef Lawrynowicz1-12/+18
2020-09-07MSP430: Don't override default ISA when MCU name is unrecognizedJozef Lawrynowicz2-9/+12
2020-09-07Darwin, testsuite : Update pubtypes tests.Iain Sandoe3-3/+3
2020-09-07Darwin : Update libc function availability.Iain Sandoe1-1/+2
2020-09-07aarch64: Remove redundant mult patternsAlex Coplan2-286/+0
2020-09-07aarch64: Don't emit invalid zero/sign-extend syntaxAlex Coplan6-16/+137
2020-09-07improve SLP vect dumpingRichard Biener1-0/+29
2020-09-07gcc: Make strchr return value pointers constMartin Storsjö1-1/+1
2020-09-07Fortran: Fixes for pointer function call as variable (PR96896)Tobias Burnus3-3/+61
2020-09-07Adjust testcase.liuhongt1-0/+1
2020-09-07lto: Stream edge goto_locus [PR94235]Jakub Jelinek2-17/+15
2020-09-07code generate live lanes in basic-block vectorizationRichard Biener7-119/+332
2020-09-07fortran: Fix argument types in derived types proceduresFrancois-Xavier Coudert1-1/+1
2020-09-07fortran: Fix arg types of _gfortran_is_extension_ofFrancois-Xavier Coudert1-0/+6
2020-09-07Adjust testcase.liuhongt1-1/+1
2020-09-07Daily bump.GCC Administrator3-1/+19
2020-09-06fortran: Add comment about previous commitFrancois-Xavier Coudert1-0/+2
2020-09-06fortran: Fix function arg types for class objectsFrancois-Xavier Coudert1-1/+1
2020-09-06fortran: caf_fail_image expects no argumentFrancois-Xavier Coudert2-3/+2
2020-09-06Daily bump.GCC Administrator1-1/+1
2020-09-05Daily bump.GCC Administrator5-1/+128
2020-09-04d: Fix ICE in create_tmp_var, at gimple-expr.c:482Iain Buclaw3-15/+14
2020-09-04c++: Use iloc_sentinel in mark_use.Jason Merrill1-3/+1
2020-09-04tree-optimization/96920 - another ICE when vectorizing nested cyclesRichard Biener6-67/+144
2020-09-04vec: dead code removal in tree-vect-loop.cAndrea Corallo1-11/+4
2020-09-04arm: Improve immediate generation for thumb-1 with -mpurecode [PR96769]Christophe Lyon2-15/+35
2020-09-04rename widest_irange to int_range_max.Aldy Hernandez4-71/+71
2020-09-04tree-optimization/96931 - clear ctrl-altering flag more aggressivelyRichard Biener2-2/+39
2020-09-04lto: Remove stream_input_location_nowJakub Jelinek2-19/+4
2020-09-04lto: Ensure we force a change for file/line/column after clear_line_infoJakub Jelinek2-0/+13
2020-09-04bpf: generate indirect calls for xBPFDavid Faust3-3/+29
2020-09-03test/rs6000: Replace test targets p8 and p9+Kewen Lin3-23/+3
2020-09-04Daily bump.GCC Administrator5-1/+197
2020-09-03sra: Avoid SRAing if there is an aout-of-bounds access (PR 96820)Martin Jambor2-2/+19
2020-09-03[PATCH, rs6000] Fix vector long long subtype (PR96139)Will Schmidt4-2/+92
2020-09-03c++: Fix another PCH hash_map issue [PR96901]Jakub Jelinek2-1/+6
2020-09-03PR fortran/96890 - Wrong answer with intrinsic IALLHarald Anlauf1-0/+22
2020-09-03c++: Fix P0960 in member init list and array [PR92812]Marek Polacek13-47/+239
2020-09-03c++: Disable -frounding-math during manifestly constant evaluation [PR96862]Jakub Jelinek2-0/+22
2020-09-03lto: Cache location_ts including BLOCKs in GIMPLE streaming [PR94311]Jakub Jelinek8-69/+200
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