aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
10 daysada: Create a pragma to emit a misplaced Storage_Size aspect errorViljar Indus1-2/+16
10 daysada: Remove useless statementsRonan Desplanques1-3/+0
10 daysada: Replace Preelaborable_Initialization pragmas with equivalent aspect specsDenis Mazzucato86-231/+231
10 daysada: Typo fix in commentMarc Poulhiès1-1/+1
10 daysada: Avoid marking a ghost pragma twiceViljar Indus1-6/+6
10 daysada: Avoid renamed declaration becoming both ignored and checkedViljar Indus1-4/+33
10 daysada: The policy of a generic can be different within a instantiationViljar Indus1-2/+4
10 daysada: Fix ghost policy change detection for procedure callsViljar Indus1-3/+10
10 daysada: Fix ghost policy detection for declarationsViljar Indus1-33/+20
10 daysada: Fix inheritance of Is_Primitive and legality check for nonoverridable as...Denis Mazzucato2-14/+230
10 daysada: Reject pragma Attach_Handler on procedures in protected bodiesPiotr Trojanek1-2/+4
10 daysada: Avoid performing policy checks on ignored ghost pragmasViljar Indus1-0/+7
10 daysada: Fix resolution of assertion levelsViljar Indus2-26/+9
10 daysada: Check restriction No_Secondary_Stack for overflow eliminationPiotr Trojanek1-0/+2
10 daysada: Add special handling for Runtime and Static in Policy_In_EffectViljar Indus1-4/+15
10 daysada: Fix crash with global No_Tasking and async delaysDenis Mazzucato2-6/+4
10 daysada: Compiler crash on container aggregate with constant element choiceGary Dismukes1-4/+2
10 daysada: Add default assertion level for assertionsViljar Indus2-0/+4
10 daysada: exp_ch6.adb: perform less checks in CodePeer_ModeGhjuvan Lacambre1-11/+18
10 daysada: Unsigned_Base_Range aspectJavier Miranda29-80/+830
10 daysada: Multiple levels of ghost codeViljar Indus28-838/+2654
10 daysc++: Fix mangling of _Float16 template args [PR121801]Matthias Kretz2-1/+27
11 daysx86: Enable SSE4.1 ceil/floor/trunc for -OsH.J. Lu3-5/+54
11 daysUse vpermil{ps,pd} instead of vperm{d,q} when permutation is in-lane.liuhongt7-14/+78
11 daysExclude fake cross-lane permutation from avx256_avoid_vec_perm.liuhongt4-3/+103
11 daysDaily bump.GCC Administrator6-1/+291
11 daysc: Update TLS model after processing a TLS variableH.J. Lu1-2/+14
11 daysAda: Make -fdump-ada-spec deal with pointers to anonymous structureEric Botcazou1-3/+23
11 daysTestsuite: Fix spurious of ACATS-4 test cxai033Eric Botcazou1-2/+2
11 daystestsuite: Another fixup for fixed-point/bitint-1.c testXi Ruoyao1-1/+1
11 daystree-optimization/121844 - IVOPTs and asm goto in latchRichard Biener2-6/+23
11 daysRISC-V: Add pattern for vector-scalar widening floating-point addPaul-Antoine Arras12-3/+74
11 daysRISC-V: Adjust tt-ascalon-d8 branch costAnton Blanchard1-1/+1
11 daystree-optimization/121830 - SLP cycle detection confused by nested cycleRichard Biener3-3/+16
11 daystree-optimization/121829 - bogus CFG with asm gotoRichard Biener2-15/+39
11 daysdoc: Document the -folding option for -fdump-tree-* [PR114892]Alex Coplan1-0/+3
11 days[AutoFDO] Check count initialization to fix ICE with AutoFDOKugan Vivekanandarajah1-1/+2
11 daysRISC-V: Add pattern for vector-scalar single-width floating-point reverse subPaul-Antoine Arras17-0/+234
11 daysRISC-V: Add pattern for vector-scalar single-width floating-point subPaul-Antoine Arras19-7/+239
11 daysRISC-V: Add pattern for vector-scalar single-width floating-point addPaul-Antoine Arras20-3/+236
11 daysRISC-V: Add pattern for vector-scalar widening floating-point multiplyPaul-Antoine Arras14-6/+139
11 daysRISC-V: Add patterns for vector-scalar IEEE floating-point maxPaul-Antoine Arras13-10/+32
11 daysdoc: Remove references to Binutils 2.7 requirementsGerald Pfeifer1-5/+1
11 daysFortran: Correct variable typespec in PDT specification exprs [PR84008]Paul Thomas2-0/+32
11 daysstrlen: Handle empty constructor as memset for combining with malloc to callo...Andrew Pinski4-5/+111
11 daysstrlen: Don't do the malloc+memset->calloc optimization in some cases [PR83022]Andrew Pinski5-0/+169
12 daysgcc: regenerate common.opt.urlsSam James1-0/+3
12 daysDaily bump.GCC Administrator4-1/+166
12 daysforwprop: Improve rejection of overlapping for copyprop of aggregates [PR121841]Andrew Pinski2-3/+30
12 daysgcc: introduce the dep_fusion passJeff Law1-3/+3