aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-08-30Avoid division by zero via constant_multiple_pRichard Biener1-2/+4
2024-08-30Do not bother with reassociation in SLP discovery for single-laneRichard Biener1-0/+2
2024-08-30c++: Allow standard attributes after closing square bracket in new-type-id [P...Jakub Jelinek3-8/+41
2024-08-30Check avx upper register for parallel.liuhongt2-13/+49
2024-08-30Daily bump.GCC Administrator7-1/+748
2024-08-29SARIF output: implement embedded URLs in messages (§3.11.6; PR other/116419)David Malcolm7-96/+636
2024-08-29pretty-print: reimplement pp_format with a new struct pp_tokenDavid Malcolm14-535/+1483
2024-08-29pretty-print: move class chunk_info into its own headerDavid Malcolm5-44/+74
2024-08-29Use std::unique_ptr for optinfo_itemDavid Malcolm47-88/+137
2024-08-29Fortran: fix ICE with use with rename of namelist member [PR116530]Harald Anlauf2-1/+29
2024-08-29hppa: Fix handling of unscaled index addresses on HP-UXJohn David Anglin1-12/+8
2024-08-29expand: Allow widdening optab when expanding popcount==1 [PR116508]Andrew Pinski2-2/+47
2024-08-29ada: Fix assertion failure on private limited with clauseEric Botcazou1-0/+1
2024-08-29ada: Fix internal error on concatenation of discriminant-dependent componentEric Botcazou1-1/+9
2024-08-29ada: Missing legality check when type completedSteve Baird2-4/+30
2024-08-29ada: Fix missing finalization for call to function returning limited viewEric Botcazou1-3/+5
2024-08-29ada: Print Insertion_Sloc in dmsgViljar Indus1-0/+5
2024-08-29ada: Use the same warning character in continuation messagesViljar Indus4-6/+6
2024-08-29ada: Restructure continuation message for pretty printingViljar Indus1-1/+6
2024-08-29ada: Improve Inspection_Point warningViljar Indus1-9/+10
2024-08-29ada: Avoid creating continuation messages without an intended parentViljar Indus4-5/+12
2024-08-29ada: Parse the attributes of continuation messages correctlyViljar Indus2-5/+25
2024-08-29ada: Use consistent type continuations messagesViljar Indus3-8/+8
2024-08-29ada: Extract line fitting algorithmViljar Indus2-85/+96
2024-08-29ada: Ensure validity checks for private scalar typesPiotr Trojanek2-2/+3
2024-08-29ada: Display actual line length in line length checkViljar Indus1-1/+3
2024-08-29ada: Proper handling for iterator associations in array aggregatesGary Dismukes1-1/+61
2024-08-29ada: First controlling parameter aspectJavier Miranda3-40/+211
2024-08-29ada: Update documentation for conditional when constructsJustin Squirek3-158/+157
2024-08-29Allow subregs around constant displacements [PR116516]Richard Sandiford2-4/+34
2024-08-29Make some smallest_int_mode_for_size calls cope with failureRichard Sandiford2-10/+12
2024-08-29AVR: target/115830 - Make better use of SREG.N and SREG.Z.Georg-Johann Lay16-260/+1675
2024-08-29c++: don't remove labels during coro-early-expand-ifns [PR105104]Arsen Arsenović2-26/+40
2024-08-29AVR: Outsource code for avr-specific passes to new avr-passes.cc.Georg-Johann Lay6-2120/+2222
2024-08-29testsuite: Fix up refactored scanltranstree.exp functions [PR116522]Alex Coplan1-1/+1
2024-08-29RISC-V: Fix subreg of VLS modes larger than a vector [PR116086].Robin Dapp7-0/+385
2024-08-28i386: Support wide immediate constants in STV.Roger Sayle1-1/+27
2024-08-29Write LF_MFUNC_ID types for CodeView struct member functionsMark Harmstone1-13/+137
2024-08-29Record member functions in CodeView struct definitionsMark Harmstone2-11/+528
2024-08-29Record static data members in CodeView structsMark Harmstone1-47/+136
2024-08-29Handle scoping in CodeView LF_FUNC_ID typesMark Harmstone1-2/+137
2024-08-29Handle namespaced names for CodeViewMark Harmstone3-16/+83
2024-08-29Daily bump.GCC Administrator7-1/+364
2024-08-28c++: wrong error due to std::initializer_list opt [PR116476]Marek Polacek2-1/+26
2024-08-28PR modula2/116181 remove ODR warnings from library interface filesGaius Mulley18-1124/+1649
2024-08-28expand: Add debug dump on the cost for `popcount==1` expandAndrew Pinski1-0/+5
2024-08-28doc: Add Dhruv Matani to ContributorsJonathan Wakely1-0/+3
2024-08-28AVR: Overhaul the avr-ifelse RTL optimization pass.Georg-Johann Lay17-229/+1275
2024-08-28Add gcc ka.poJoseph Myers1-0/+83090
2024-08-28c++: ICE with ()-init and TARGET_EXPR eliding [PR116424]Marek Polacek2-7/+27