aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-07-28RISC-V: xtheadmemidx: Fix mode test for pre/post-modify addressingChristoph Müllner2-4/+18
2024-07-28cp+coroutines: teach convert_to_void to diagnose discarded co_awaitsArsen Arsenović5-1/+91
2024-07-28cp/coroutines: do not rewrite parameters in unevaluated contextsArsen Arsenović2-0/+36
2024-07-28[committed] Trivial testcase adjustmentJeff Law1-1/+1
2024-07-28tree-optimization/116083 - improve behavior when SLP discovery limit is reachedRichard Biener1-14/+12
2024-07-28rtl-ssa: Define INCLUDE_ARRAYRichard Sandiford15-0/+15
2024-07-28doc: Document -O1 as the preferred level for large machine-generated codeSam James1-0/+5
2024-07-28tree-optimization/116081 - typedef vs. non-typedef in vectorizationRichard Biener1-1/+1
2024-07-28tree-optimization/116079 - store motion and clobbersRichard Biener2-0/+22
2024-07-28tree-optimization/116081 - typedef vs. non-typedef in vectorizationRichard Biener1-1/+1
2024-07-28RISC-V: Error early with V and no M extension.Robin Dapp18-20/+60
2024-07-28RISC-V: Allow LICM hoist POLY_INT configuration code sequenceJuzhe-Zhong4-4/+76
2024-07-28rtl-ssa: Fix split_clobber_group tree insertion [PR116044]Richard Sandiford2-30/+39
2024-07-28SVE Intrinsics: Change return type of redirect_call to gcall.Jennifer Schmitz3-5/+5
2024-07-28Maintain complex constraint vector order during PTA solvingRichard Biener1-12/+61
2024-07-28i386: Adjust rtx cost for imulq and imulw [PR115749]Lingling Kong2-8/+24
2024-07-28Daily bump.GCC Administrator7-1/+775
2024-07-28diagnostics: SARIF output: tweak output for UNKNOWN_LOCATIONDavid Malcolm1-8/+115
2024-07-28diagnostics: add selftests for SARIF outputDavid Malcolm6-8/+264
2024-07-28diagnostics: SARIF output: add "annotations" property (§3.28.6)David Malcolm5-1/+110
2024-07-28diagnostics: SARIF output: add "{start,end}TimeUtc" properties (§§3.20.7-8)David Malcolm2-0/+33
2024-07-28diagnostics: SARIF output: add "arguments" property (§3.20.2)David Malcolm7-11/+132
2024-07-28diagnostics: SARIF output: add "workingDirectory" property (§3.20.19)David Malcolm2-5/+11
2024-07-28diagnostics: SARIF output: potentially add escaped renderings of source (§3....David Malcolm12-85/+615
2024-07-28diagnostics: JSON output: use std::unique_ptr throughoutDavid Malcolm1-60/+62
2024-07-28diagnostics: SARIF output: use std::unique_ptr throughoutDavid Malcolm3-337/+337
2024-07-28json: support std::unique_ptr in array::append and object::setDavid Malcolm11-6/+58
2024-07-28diagnostics: output formats: use references for non-null pointersDavid Malcolm6-123/+122
2024-07-28diagnostics: SARIF output: add sarif_object subclasses throughoutDavid Malcolm2-215/+399
2024-07-28gcov: reduce use of naked "new" for json outputDavid Malcolm1-2/+2
2024-07-28analyzer: reduce use of naked "new" for json dumpsDavid Malcolm9-47/+39
2024-07-28json: add array::append_stringDavid Malcolm5-9/+17
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-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