aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-05-16Use more ARRAY_SIZE.Martin Liska55-121/+94
2022-05-16OpenMP, C++: Add template support for the has_device_addr clause.Marcel Vollweiler2-2/+10
2022-05-16Fix ubsan error in opts-global.ccMartin Liska1-1/+1
2022-05-16Add MIN/MAX folding from fold_cond_expr_with_comparison to match.pdRichard Biener1-0/+46
2022-05-16Fix ICE caused by wrong condition.liuhongt2-7/+13
2022-05-16Daily bump.GCC Administrator4-1/+57
2022-05-15i386: Remove constraints when used with constant integer predicates.Uros Bizjak5-249/+249
2022-05-15c++: hidden friend access [DR1699]Jason Merrill5-11/+27
2022-05-15c++: parsing injected-class-name as templateJason Merrill1-0/+3
2022-05-15c++: array {}-init [PR105589]Jason Merrill2-4/+14
2022-05-15Daily bump.GCC Administrator1-1/+1
2022-05-14Daily bump.GCC Administrator8-1/+727
2022-05-13c++: Add fixed test [PR81952]Marek Polacek1-0/+22
2022-05-13compiler: always sort interface parse methodsIan Lance Taylor4-52/+289
2022-05-13Improved V1TI (and V2DI) mode equality/inequality on x86_64.Roger Sayle3-2/+71
2022-05-13rs6000: Remove a few needless 'lp64' contraints.Paul A. Clarke8-11/+6
2022-05-13rs6000: Move g++.dg powerpc PR tests to g++.targetPaul A. Clarke13-19/+19
2022-05-13PR tree-optimization/83907: Improved memset handling in strlen pass.Roger Sayle3-6/+69
2022-05-13RISC-V: Implement C[LT]Z_DEFINED_VALUE_AT_ZEROPhilipp Tomsich6-91/+72
2022-05-13Check operand for type, not LHS.Andrew MacLeod2-2/+29
2022-05-13OpenMP/Fortran: Use firstprivat not alloc for ptr attach for arraysTobias Burnus1-3/+9
2022-05-13[AArch64] add barriers to ool __sync builtinsSebastian Pop7-6/+33
2022-05-13testsuite: btf: Fix btf-datasec-1.c for RISC-VPalmer Dabbelt1-0/+1
2022-05-13testsuite: opt: Fix const7.C for RISC-V.Jia-Wei Chen1-0/+1
2022-05-13Move VREL values to their own enumerated type.Andrew MacLeod7-348/+350
2022-05-13Return a bool result for union, and add performance improvements.Andrew MacLeod3-15/+94
2022-05-13Add a return value to intersect and speed it up.Andrew MacLeod2-24/+84
2022-05-13Fix return value in ranger_cache::get_global_range.Andrew MacLeod1-1/+1
2022-05-13Add relation between op1 & op2 to lhs_opN_relation API.Andrew MacLeod4-18/+68
2022-05-13c++: Local symbols do not get module manglingsNathan Sidwell2-1/+52
2022-05-13Export global ranges during the VRP block walk.Andrew MacLeod2-1/+25
2022-05-13Clear killing defs when resetting the path in path_oracle.Andrew MacLeod1-0/+1
2022-05-13Make range_from_dom more effective.Andrew MacLeod2-50/+98
2022-05-13Avoid visiting newly-created blocks in harden-conditionalsAlexandre Oliva1-197/+220
2022-05-13ada: gcc-if: build proper String_Pointer for Get_External_NameAlexandre Oliva1-1/+2
2022-05-13Introduce tests for hardbool Machine_Attribute for AdaAlexandre Oliva2-0/+68
2022-05-13arm: correctly handle misaligned MEMs on MVE [PR105463]Richard Earnshaw2-21/+73
2022-05-13arm: fix some issues in mve_vector_mem_operandRichard Earnshaw1-9/+10
2022-05-13xtensa: Reflect the 32-bit Integer Divide OptionTakayuki 'January June' Suwa1-0/+5
2022-05-13xtensa: Rename deprecated extv/extzv insn patterns to extvsi/extzvsiTakayuki 'January June' Suwa1-8/+8
2022-05-13Fix wrong SRA with VIEW_CONVERT_EXPR and reverse SSOEric Botcazou2-24/+57
2022-05-13[Ada] Fix incorrect call to inherited function with limited return typeEric Botcazou1-0/+1
2022-05-13[Ada] Storage_Model_Object fails to return object entityGary Dismukes1-1/+5
2022-05-13[Ada] Compiler crash on -gnata -O2Javier Miranda2-53/+88
2022-05-13[Ada] Only use alternate stack when neededArnaud Charlet1-4/+10
2022-05-13[Ada] Extend hardcfr testing (documentation)Alexandre Oliva2-32/+14
2022-05-13[Ada] CUDA: use binder to generate kernel-registration codeGhjuvan Lacambre9-6/+259
2022-05-13[Ada] Fix iterated component association for array aggregateMarc Poulhiès1-0/+24
2022-05-13[Ada] Simplify helper units for formal hashed sets/mapsYannick Moy4-156/+24
2022-05-13[Ada] Adapt body of formal sets and maps for SPARKYannick Moy7-196/+145