aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-12-10param: Add missing . in description.Martin Liska1-1/+1
2021-12-10PR ipa/103601: ICE compiling CSiBE in ipa-modref's insert_kill.Roger Sayle2-1/+37
2021-12-10amdgcn: Change offload variable table discoveryAndrew Stubbs1-32/+19
2021-12-10pr103523: Check for PLUS/MINUS supportJoel Hutton2-4/+17
2021-12-10d: Merge upstream dmd 3982604c5, druntime bc58b1e9, phobos 12329adb6.Iain Buclaw111-3822/+5909
2021-12-10x86: Update -mtune=tremontCui,Lili1-2/+1
2021-12-10d: Align methods to MINIMUM_METHOD_BOUNDARY.Iain Buclaw1-0/+3
2021-12-10Daily bump.GCC Administrator8-1/+312
2021-12-09Limit inlining functions called onceJan Hubicka3-17/+46
2021-12-09Extend the offset and size of merged object references [PR103215].Martin Sebor8-46/+664
2021-12-09Avoid expecting nonzero size for access none void* arguments [PR101751].Martin Sebor3-2/+70
2021-12-09pch: Fix aarch64 build [PR71934]Jakub Jelinek1-1/+1
2021-12-09Leverage VX_CPU_PREFIX in aarch64-vxworks.hOlivier Hainque1-1/+2
2021-12-09Add a new dump function.Martin Sebor2-26/+94
2021-12-09Refactor compute_objsize_r into helpers.Martin Sebor2-355/+423
2021-12-09Introduce access_ref::merge_ref.Martin Sebor2-84/+147
2021-12-09Pass GIMPLE statement to compute_objsize.Martin Sebor3-9/+14
2021-12-09Move bndrng from access_ref to access_data.Martin Sebor3-61/+79
2021-12-09Use the recursive form of compute_objsize [PR 103143].Martin Sebor2-1/+20
2021-12-09c++: Handle auto(x) in parameter-declaration-clause [PR103401]Marek Polacek10-25/+116
2021-12-09Provide vxworks alternate stdint.h during the buildOlivier Hainque4-52/+14
2021-12-09Darwin, PCH: Rework hooks for relocatable implementation [PR71934].Iain Sandoe1-49/+36
2021-12-09pch: Fix up Darwin and HPUX pch_use_address hooks [PR71934]Jakub Jelinek2-4/+4
2021-12-09pch: Add support for relocation of the PCH data [PR71934]Jakub Jelinek32-72/+268
2021-12-09D: fix UBSANMartin Liska1-1/+2
2021-12-08[PR103097] tolerate reg-stack cross-block malformed asmsAlexandre Oliva2-3/+32
2021-12-08[PR103302] skip multi-word pre-move clobber during lraAlexandre Oliva2-1/+48
2021-12-08[PR103024,PR103530] support throwing compares and non-boolean typesAlexandre Oliva3-4/+109
2021-12-09Daily bump.GCC Administrator7-1/+313
2021-12-09d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.Iain Buclaw191-3141/+7386
2021-12-08Fortran: avoid NULL pointer dereference on missing or bad dummy argumentsHarald Anlauf2-0/+18
2021-12-08Darwin: Amend pie options when linking mdynamic-no-pic.Iain Sandoe1-2/+6
2021-12-08pru: Fixup flags for .pru_irq_map sectionDimitar Dimitrov2-0/+27
2021-12-08bpf: avoid potential NULL pointer dereferenceDavid Faust1-1/+1
2021-12-08Fortran: dimensions of an array have to be non-negativeHarald Anlauf2-2/+20
2021-12-08Use -fopt-info in unswitch pass.Martin Liska8-76/+126
2021-12-08testsuite: Use attribute "noipa" in sibcall testsHans-Peter Nilsson6-14/+14
2021-12-09OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro...Chung-Lin Tang9-81/+562
2021-12-08nvptx: Use cvt to perform sign-extension of truncationRoger Sayle6-0/+111
2021-12-08nvptx: Add test-case gcc.target/nvptx/exttrunc-1.cRoger Sayle1-0/+20
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang19-114/+1237
2021-12-08dwarf: Multi-register CFI address support.Andrew Stubbs3-70/+284
2021-12-08Add combine splitter to transform vpcmpeqd/vpxor/vblendvps to vblendvps for ~op0Haochen Jiang2-0/+46
2021-12-07[PR103149] detach values through mem only if general regs won't doAlexandre Oliva2-6/+75
2021-12-08Daily bump.GCC Administrator5-1/+132
2021-12-07Fortran: perform array subscript checks only for valid INTEGER boundsHarald Anlauf2-0/+16
2021-12-07c++: Fix decltype-bitfield1.C on i?86Marek Polacek1-24/+24
2021-12-07testsuite: Fix check_effective_target_rop_ok [PR103556, PR103586]Peter Bergner1-2/+1
2021-12-07Fortran: catch failed simplification of bad stride expressionHarald Anlauf2-5/+12
2021-12-07Fortran: add check for type of upper bound in case rangeHarald Anlauf2-0/+19