aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-01-27Add deref_mut lang_item mappingsPhilip Herron1-0/+7
2022-01-25Merge #892bors[bot]2-2/+76
2022-01-25Remove bad assertion when resolving segmentsPhilip Herron2-2/+76
2022-01-24Remove hack to handle forward declared itemsPhilip Herron7-158/+163
2022-01-24Update GCC/Rust files per 'contrib/update-copyright.py --this-year' [#764]Thomas Schwinge192-192/+192
2022-01-24Merge commit '490e23032baaece71f2ec09fa1805064b150fbc2' [#247]Thomas Schwinge10946-269734/+525978
2022-01-22MethodResolution should respect the autoderef cyclePhilip Herron25-690/+1002
2022-01-21Merge #883bors[bot]11-95/+44
2022-01-21Merge #885bors[bot]2-12/+5
2022-01-21Merge #880bors[bot]1-2/+8
2022-01-21Improve error message for failure in Method resolutionPhilip Herron2-12/+5
2022-01-21Merge #881 #882bors[bot]5-2/+49
2022-01-21Extract AsyncConstStatus to be a shared enum between AST and HIRPhilip Herron11-95/+44
2022-01-21Add Mappings::iterate_trait_items helperPhilip Herron2-0/+22
2022-01-21Add TraitItemKind to HIR TraitItemsPhilip Herron3-2/+27
2022-01-21Covariant types should respect the get_name to pretty print the ir symbolsPhilip Herron1-2/+8
2022-01-20Record correct location when compiling ADT typesDavid Faust2-1/+15
2022-01-17Enable -Wuninitialized + -ftrivial-auto-var-init for address taken variables.Qing Zhao5-60/+141
2022-01-17c++: Fix cp_genericize_target_expr for TARGET_EXPRs created for global initia...Jakub Jelinek2-2/+30
2022-01-17diagnostic: avoid repeating include pathJason Merrill4-4/+40
2022-01-17OpenMP: allow requires dynamic_allocatorsAndrew Stubbs4-4/+5
2022-01-17middle-end/101292 - invalid memory access with warning controlRichard Biener2-2/+6
2022-01-17Change kind of integer literal to fix a testcase.Hafiz Abid Qadeer1-1/+1
2022-01-17widening_mul, i386: Improve spaceship expansion on x86 [PR103973]Jakub Jelinek52-26/+1220
2022-01-17Bump gcc/BASE-VER to 12.0.1 now that we are in stage4.Richard Biener1-1/+1
2022-01-17Fortran: remove new files introduced by mistakeFrancois-Xavier Coudert1-42/+0
2022-01-17Make the tests working.Martin Liska2-3/+3
2022-01-17Rename test-cases that are not executed.Martin Liska4-0/+0
2022-01-17Add check_effective_target_pytest3.Martin Liska2-5/+16
2022-01-17Start using check-MAINTAINERS.py instead of legacy maintainers-verify.sh.Martin Liska2-7/+23
2022-01-17Fix test warnings.Martin Liska1-10/+12
2022-01-16rs6000: Use known constant for GET_MODE_NUNITS and similarKewen Lin2-29/+12
2022-01-17rs6000: Split pattern for TI to V1TI move [PR103124]Haochen Gui2-0/+28
2022-01-17Daily bump.GCC Administrator3-1/+70
2022-01-17Fortran: xfail signaling NaN testcases on x87Francois-Xavier Coudert3-4/+50
2022-01-16Fortran: allow IEEE_VALUE to correctly return signaling NaNsFrancois-Xavier Coudert3-4/+86
2022-01-16libstdc++: Ignore deprecated warnings [PR104037]Jonathan Wakely1-0/+1
2022-01-16testsuite: Enrich tests with variants failing on the branch.Mikael Morin6-4/+20
2022-01-16[i386] GLC tuning: Break false dependency for dest register.wwwhhhyyy10-8/+427
2022-01-16Daily bump.GCC Administrator5-1/+129
2022-01-15Add -Wdangling-pointer [PR63272].Martin Sebor18-61/+2043
2022-01-15Add -Wuse-after-free [PR80532].Martin Sebor21-25/+1615
2022-01-15Fortran: fix ICE and wrong code with TRANSFER and CHARACTER(kind=4)Harald Anlauf3-4/+130
2022-01-15i386: Improve and optimize ix86_expand_sse_movccUros Bizjak2-78/+62
2022-01-15Daily bump.GCC Administrator9-1/+320
2022-01-14ada: Fix up handling of ghost units [PR104027]Andrew Pinski1-0/+5
2022-01-14analyzer: fix ICE when combining taint states has_ub and has_lbDavid Malcolm2-5/+66
2022-01-14analyzer: fix ICE in taint checker on unary ops [PR104029]David Malcolm3-1/+221
2022-01-14Fortran: always reject alternate return specifier as argument of intrinsicsHarald Anlauf2-1/+16
2022-01-14Fix reverse scalar storage order issues in IPA-SRAEric Botcazou6-29/+105