summaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)Author
2020-10-27The free transformation.Gary Oblock
2020-10-26Two minor fixes.Gary Oblock
2020-10-25Added structure assignment transformation.Gary Oblock
2020-10-23Created make_transformed_ref out of code the the transformationGary Oblock
2020-10-22The last real unit test bug was fixed. One unit test requires a newGary Oblock
2020-10-21Fix in declaration processing in modify_decl_core.Gary Oblock
2020-10-20Almost every unit test is working now. Added changesGary Oblock
2020-10-15Added a routine to help determine the number of times a functionGary Oblock
2020-10-13A change in how to recognize that a function is part of theGary Oblock
2020-10-12Fix for unit tests 01_09a and 06_05.Gary Oblock
2020-10-12Minor fixes for old unit test failures. Note, multilevel indirectionGary Oblock
2020-10-09The changes fro v1. They were to performance qualificationGary Oblock
2020-10-08ipa-dloErick Ochoa
2020-10-08Updating everythingErick Ochoa
2020-09-03test/rs6000: Replace test targets p8 and p9+Kewen Lin
2020-09-04Daily bump.GCC Administrator
2020-09-03sra: Avoid SRAing if there is an aout-of-bounds access (PR 96820)Martin Jambor
2020-09-03[PATCH, rs6000] Fix vector long long subtype (PR96139)Will Schmidt
2020-09-03c++: Fix another PCH hash_map issue [PR96901]Jakub Jelinek
2020-09-03PR fortran/96890 - Wrong answer with intrinsic IALLHarald Anlauf
2020-09-03c++: Fix P0960 in member init list and array [PR92812]Marek Polacek
2020-09-03c++: Disable -frounding-math during manifestly constant evaluation [PR96862]Jakub Jelinek
2020-09-03lto: Cache location_ts including BLOCKs in GIMPLE streaming [PR94311]Jakub Jelinek
2020-09-03Improve constant folding of vector lowering with vector boolsRichard Biener
2020-09-03Preliminary work on support for 128bits integersArnaud Charlet
2020-09-03Look at fullest view when checking for static types in unnestingArnaud Charlet
2020-09-03Optimize memory broadcast for constant vector under AVX512.liuhongt
2020-09-03Adjust testcase.liuhongt
2020-09-03Daily bump.GCC Administrator
2020-09-02d: __vectors unsupported in hardware should be rejected at compile-time.Iain Buclaw
2020-09-02d: Only test with default permutation flags for runnable tests.Iain Buclaw
2020-09-02d: Move all runnable tests in gdc.dg to gdc.dg/tortureIain Buclaw
2020-09-02c++: Stop defining true, false and bool as macros in <stdbool.h>Jonathan Wakely
2020-09-02testsuite: Add missing <exception> header to testcaseJonathan Wakely
2020-09-02MSP430: Fix -mlarge documentation to indicate size_t is a 20-bit typeJozef Lawrynowicz
2020-09-02MSP430: Skip gcc.dg/pr55940.c in the small memory modelJozef Lawrynowicz
2020-09-02fortran: Fix o'...' boz to integer/real conversions [PR96859]Jakub Jelinek
2020-09-02hppa: Improve hppa_rtx_costs for shifts by constants.Roger Sayle
2020-09-02bpf: use the default asm_named_section target hookJose E. Marchesi
2020-09-02bpf: use elfos.hJose E. Marchesi
2020-09-02Daily bump.GCC Administrator
2020-09-01Use the determined lower bound of the range of offsets in a PLUS_EXPR.Martin Sebor
2020-09-01c++: Allow new char[4]{"foo"} [PR77841]Marek Polacek
2020-09-01rs6000: MMA built-in dies with incorrect sharing of tree nodes errorPeter Bergner
2020-09-01analyzer: fix false NULL deref warning after previous deref [PR96792]David Malcolm
2020-09-01vec: use inexact growth where possible.Martin Liska
2020-09-01vec: default exect = false in grow functions.Martin Liska
2020-09-01PR middle-end/90597: gcc_assert ICE in layout_typeRoger Sayle
2020-09-01Fortran : ICE on invalid code PR95398Mark Eggleston
2020-09-01rtl-optimization/96812 - remap dependence info on RTL loop unrollingRichard Biener