aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-04Daily bump.GCC Administrator9-1/+156
2022-05-03Update gcc sv.poJoseph Myers1-422/+282
2022-05-03c++: make finish_non_static_data_member SFINAE enabled [PR105351]Patrick Palka4-13/+32
2022-05-03testsuite: libgcc function name for PRUDimitar Dimitrov3-3/+3
2022-05-03testsuite: Skip cases for default_packed targetsDimitar Dimitrov2-2/+4
2022-05-03testsuite: Annotate Wattributes-8.c for default_packedDimitar Dimitrov1-2/+4
2022-05-03testsuite: Mark that PRU lowers DI alu ops by itselfDimitar Dimitrov1-1/+1
2022-05-03testsuite: Skip gcc.dg/Wno-frame-address.c for PRUDimitar Dimitrov1-1/+1
2022-05-03PR tree-optimization/102950: Improved EVRP for signed BIT_XOR_EXPR.Roger Sayle3-1/+102
2022-05-03Objective-C, NeXT: Adjust symbol marking to match host tools.Iain Sandoe2-2/+6
2022-05-03[PR105324] libstdc++: testsuite: pr105324 requires FP from_charAlexandre Oliva1-0/+2
2022-05-03i386: Optimize _mm_storeu_si16 w/o SSE4 [PR105079]Uros Bizjak3-1/+32
2022-05-03dfp.m4: Add missing license headerChristophe Lyon1-0/+18
2022-05-03middle-end/105083 - check prerequesites in scev_initializeRichard Biener2-3/+4
2022-05-03middle-end/105461 - opts processing of -fvar-trackingRichard Biener2-2/+17
2022-05-03Fixup OPTION_SET_P usage in finish_optionsRichard Biener1-4/+7
2022-05-03tree-optimization/105394 - vector lowering of comparesRichard Biener1-1/+4
2022-05-02OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr.Marcel Vollweiler15-1/+661
2022-05-02testsuite: vect: update unaligned messageAlexandre Oliva1-1/+1
2022-05-03Daily bump.GCC Administrator7-1/+132
2022-05-02c++: improve template-id locationJason Merrill2-13/+17
2022-05-02c++: also note name used in enclosing classJason Merrill5-18/+86
2022-05-02x86: Add missing .note.GNU-stack to assembly sourceH.J. Lu8-0/+8
2022-05-02Fortran: Add location info to OpenMP tree nodesSandra Loosemore1-0/+11
2022-05-02c++: uses_template_parms cleanupsMarek Polacek2-20/+15
2022-05-02Assume a call is expensive when it mismatchesRichard Biener1-2/+5
2022-05-02tree-optimization/104240 - SLP discovery with swapped comparisonsRichard Biener2-1/+32
2022-05-02libstdc++: Don't use std::tolower in <charconv> [PR103911]Patrick Palka1-6/+5
2022-05-02libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]Patrick Palka2-1/+2
2022-05-02expand: Throw away non-external decls without varpool nodes [PR105415]Jakub Jelinek2-1/+28
2022-05-02gcov: Fix first time gcov info dumpSebastian Huber1-1/+4
2022-05-02tree-optimization/105437 - BB vect with extern defs of throwing stmtsRichard Biener2-0/+31
2022-05-02Use CASE_CONVERT in a few more casesRichard Biener5-11/+5
2022-05-02system.h: Include <initializer_list> in system.h unconditionallyJakub Jelinek1-0/+1
2022-05-02libgcov: add ATTRIBUTE_UNUSED for dump_stringMartin Liska1-0/+1
2022-05-02Daily bump.GCC Administrator2-1/+10
2022-05-01rs6000: "Y" is DS-form, not DQ-formSegher Boessenkool1-1/+1
2022-05-01Denormalize VR_VARYING to VR_RANGE before passing it to set_range_info_raw.Aldy Hernandez1-1/+10
2022-05-01Daily bump.GCC Administrator4-1/+21
2022-04-30gengtype: remove "tree_exp" special attributePatrick Palka2-37/+2
2022-04-30c-family: attribute ((aligned, mode)) [PR100545]Jason Merrill4-4/+27
2022-04-30Daily bump.GCC Administrator7-1/+371
2022-04-29c++: reorganize friend template matching [PR91618]Jason Merrill3-61/+49
2022-04-29c++: alias CTAD and member alias templates [PR104470]Jason Merrill4-6/+47
2022-04-29c++: lambda capture dependent type [PR82980]Jason Merrill1-4/+3
2022-04-29c++: tidy auto deductionJason Merrill1-3/+2
2022-04-29c++: pedwarn for empty unnamed enum in decl [PR67048]Marek Polacek2-1/+10
2022-04-29c++: check completeness after auto deduction [PR80351]Jason Merrill9-5/+119
2022-04-29Fix exchanged period and letter in gfortan.texi.Thomas Koenig1-1/+1
2022-04-29ipa: Release body of clone_of when removing its last clone (PR 100413)Martin Jambor2-1/+69