aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-28json: add dump overload for easier debuggingDavid Malcolm2-0/+11
2024-07-28c++: parse error with -std=c++14 -fconcepts [PR116071]Jason Merrill2-3/+25
2024-07-28c++: Mostly concepts related formatting fixesJakub Jelinek3-174/+175
2024-07-28[rtl-optimization/116037] Explicitly track if a destination was skipped in ex...Jeff Law2-9/+69
2024-07-28testsuite: Fix up pr116034.c test for big/pdp endian [PR116061]Jakub Jelinek1-2/+3
2024-07-28libstdc++: Fix <ostream> and <istream> for -std=gnu++14 -fconcepts [PR116070]Jonathan Wakely2-2/+2
2024-07-28libstdc++: Fix std::vector<bool> for -std=gnu++14 -fconcepts [PR116070]Jonathan Wakely1-1/+1
2024-07-28libstdc++: Remove duplicate include header from ranges_algobase.hMichael Levine1-1/+0
2024-07-28aarch64: Extend aarch64_feature_flags to 128 bitsAndrew Carlotti5-17/+33
2024-07-28Add new bbitmap<N> classAndrew Carlotti1-0/+236
2024-07-28aarch64: Use constructor explicitly in get_flags_offAndrew Carlotti1-2/+3
2024-07-28aarch64: Add bool conversion to TARGET_* macrosAndrew Carlotti5-131/+79
2024-07-28aarch64: Add explicit bool cast to return valueAndrew Carlotti1-1/+1
2024-07-28aarch64: Decouple feature flag option storage typeAndrew Carlotti3-10/+16
2024-07-28aarch64: Define aarch64_get_{asm_|}isa_flagsAndrew Carlotti3-23/+26
2024-07-28aarch64: Introduce aarch64_isa_mode typeAndrew Carlotti4-77/+94
2024-07-28aarch64: Eliminate a temporary variable.Andrew Carlotti1-5/+4
2024-07-28aarch64: Move AARCH64_NUM_ISA_MODES definitionAndrew Carlotti2-5/+5
2024-07-28aarch64: Remove unused global aarch64_tune_flagsAndrew Carlotti1-4/+0
2024-07-28c++: add fixed testcase [PR109997]Jason Merrill1-0/+4
2024-07-28optabs/rs6000: Rename iorc and andc to iorn and andnAndrew Pinski7-40/+44
2024-07-28modula2: Improve error message to include symbol name.Gaius Mulley1-1/+1
2024-07-28modula2: Add GNU flex as a build and install prerequisite.Gaius Mulley1-0/+4
2024-07-28tree-optimization/116057 - wrong code with CCP and vector CTORsRichard Biener2-0/+31
2024-07-28Revert "aarch64: Fuse CMP+CSEL and CMP+CSET for -mcpu=neoverse-v2"Kyrylo Tkachov5-90/+1
2024-07-28aarch64: Fuse CMP+CSEL and CMP+CSET for -mcpu=neoverse-v2Jennifer Schmitz5-1/+90
2024-07-28libstdc++: Rename tests [PR12048]Jonathan Wakely4-0/+0
2024-07-28libstdc++: Stop copying all data files into test directoryJonathan Wakely1-5/+0
2024-07-28libstdc++: Use dg-additional-files in some non-I/O testsJonathan Wakely12-0/+24
2024-07-28libstdc++: Use dg-additional-files in some algorithm testsJonathan Wakely8-0/+8
2024-07-28libstdc++: Add file-io-diff to replace @diff@ markup in I/O testsJonathan Wakely20-57/+131
2024-07-28libstdc++: Use dg-additional-files in some I/O testsJonathan Wakely37-6/+48
2024-07-28libstdc++: Replace @require@ markup in some I/O testsJonathan Wakely57-208/+117
2024-07-28libstdc++: Clean up @diff@ markup in some I/O testsJonathan Wakely28-109/+24
2024-07-28[MAINTAINERS] Update email and move to DCOMatthew Malcomson1-1/+2
2024-07-28RISC-V: Disable Zba optimization pattern if XTheadMemIdx is enabledChristoph Müllner3-1/+56
2024-07-28x86: Don't enable APX_F in 32-bit modeLingling Kong4-2/+32
2024-07-28Internal-fn: Only allow modes describe types for internal fn[PR115961]Pan Li2-0/+64
2024-07-28[PR rtl-optimization/115877][6/n] Add testcase from pr115877Jeff Law1-0/+20
2024-07-28Daily bump.GCC Administrator8-1/+345
2024-07-28Output CodeView type information for rvalue referencesMark Harmstone2-5/+11
2024-07-28Output CodeView type information for referencesMark Harmstone2-0/+45
2024-07-28RISC-V: Fix snafu in SI mode splitters patchVineet Gupta1-1/+1
2024-07-28doc: add missing @option for musttailMarek Polacek1-2/+2
2024-07-28Add documentation for musttail attributeAndi Kleen1-2/+23
2024-07-28Add tests for C/C++ musttail attributesAndi Kleen14-0/+327
2024-07-28C: Implement musttail attribute for returnsAndi Kleen3-16/+64
2024-07-28C++: Support clang compatible [[musttail]] (PR83324)Andi Kleen6-4/+63
2024-07-28c++: normalizing ttp constraints [PR115656]Patrick Palka4-6/+19
2024-07-28c++: missing SFINAE during alias CTAD [PR115296]Patrick Palka2-1/+20