aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
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