aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-12ada: Make sure not to access past the end of bit-packed arraysEric Botcazou121-7939/+53704
2024-11-12ada: Fix assertion failure on null aggregate in generic with pragma Ada_2022Eric Botcazou1-1/+1
2024-11-12ada: Get rid of N_Unchecked_Expression nodeEric Botcazou18-125/+23
2024-11-12ada: Fix internal error on invalid prefix with assertions enabledEric Botcazou1-1/+1
2024-11-12ada: Fix assertion failure on illegal use of aspect Type_InvariantEric Botcazou1-4/+12
2024-11-12ada: Fix unexpected Program_Error raised in the parser on mismatched []Eric Botcazou1-1/+2
2024-11-12ada: Fix internal error on instantiation of package with a nested ghost packageEric Botcazou2-12/+17
2024-11-12ada: Fix premature finalization of anonymous access result from library functionEric Botcazou2-7/+25
2024-11-12ada: Accept SPARK.Big_Integers.Big_Integer where Big_Integer is acceptedPiotr Trojanek4-1/+26
2024-11-12ada: Make Interrupt and Attach Handlers Obsolescent in VXWorksViljar Indus3-1/+285
2024-11-12ada: Fix bogus error for delta aggregate as expression functionEric Botcazou1-0/+1
2024-11-12ada: Remove couple of irregular calls to Resolve_Aggr_ExprEric Botcazou1-32/+12
2024-11-12ada: Allow file mapping for System's specRonan Desplanques3-19/+34
2024-11-12ada: Fix markup typosRichard Kenner3-5/+5
2024-11-12ada: Remove use of overlays in implementation of System.Pack_N unitsEric Botcazou121-1432/+2453
2024-11-12ada: Remove obsolete ??? comment about Assignment_OK flagEric Botcazou1-4/+2
2024-11-12ada: Get rid of Kill_Range_Checks flag on entitiesEric Botcazou6-35/+11
2024-11-12ada: Improve message for misused implicitly-defined preprocessor symbol.Steve Baird1-2/+9
2024-11-12ada: Flatten Is_Build_In_Place_Aggregate_Return predicateEric Botcazou1-25/+10
2024-11-12ada: Set correct minimum stack size for aarch64-linuxJohannes Kliemann2-0/+83
2024-11-12ada: Detect sharing of external file in inconsistent read-write modesPiotr Trojanek5-6/+11
2024-11-12ada: Spurious error on abstract primitive with access formalssquirek1-1/+14
2024-11-12ada: Missing runtime tag check on mutably tagged objectssquirek1-2/+30
2024-11-12ada: GNAT Calendar Support for 64-bit Unix TimeDouglas B Rupp4-7/+146
2024-11-12ada: Fix internal error on nested iterated component associationsEric Botcazou3-77/+91
2024-11-12ada: Add documentation about GNAT LLVM to GNAT User's GuideRichard Kenner5-557/+801
2024-11-12ada: Fix compilation failure due to style warningEric Botcazou1-1/+1
2024-11-12ada: Rework GNATdll shared library relocation support.Pascal Obry1-152/+21
2024-11-12ada: The Library_Unit field was used for all sorts of different purposes, whi...squirek1-2/+2
2024-11-12ada: Elide the copy in aggregate returns for nonlimited typesEric Botcazou4-36/+48
2024-11-12ada: Add Ada coverage instrumentation supportRonan Desplanques1-0/+54
2024-11-12ada: Implement built-in-place expansion of container aggregatesEric Botcazou3-148/+285
2024-11-12ada: Remove obsolete workaround for back-end limitationEric Botcazou3-34/+0
2024-11-12ada: sem.adb.process_bodies_in_context: check if spec has lib body before useGhjuvan Lacambre1-18/+23
2024-11-12ada: Fix weird error in Ada.Numerics.Discrete_Random with Component_AlignmentEric Botcazou1-7/+6
2024-11-12ada: add xspack.py and corresponding templates.Marc Poulhiès3-0/+415
2024-11-12tree-optimization/117417 - ICE with complex load optimizationRichard Biener2-2/+18
2024-11-12rtl: Validate subreg info when optimizing vec_select.Tejas Belagod1-0/+1
2024-11-12Add X86_TUNE_AVX512_TWO_EPILOGUES, enable for Zen4 and Zen5Richard Biener2-0/+17
2024-11-12Add suggested_epilogue_mode to vector costsRichard Biener2-47/+92
2024-11-12tree-optimization/117484 - issue with SLP discovery of permuted .MASK_LOADRichard Biener4-13/+52
2024-11-12tree-optimization/117502 - VMAT_STRIDED_SLP vs VMAT_ELEMENTWISE when consider...Richard Biener2-1/+3
2024-11-12Match: Optimize log (x) CMP CST and exp (x) CMP CST operationsSoumya AR2-1/+54
2024-11-11c++: regenerate opt urlsJason Merrill1-2/+2
2024-11-12Daily bump.GCC Administrator10-1/+1399
2024-11-11c++: include libcody in TAGSJason Merrill1-2/+3
2024-11-11c++: rename -fmodules-ts to -fmodulesJason Merrill3-32/+32
2024-11-11opts: fix narrowing warningJason Merrill2-4/+4
2024-11-11c++: Fix another crash with invalid new operators [PR117463]Simon Martin4-14/+20
2024-11-11c++: Add __builtin_operator_{new,delete} supportJakub Jelinek10-15/+310