aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
8 daysc++: pack indexing is a non-deduced context [PR121795]Patrick Palka3-2/+25
8 daysRISC-V: Support vnclip idiom testcase [PR120378]Edwin Lu4-0/+84
8 daysMatch: Support SAT_TRUNC variant NARROW_CLIPEdwin Lu2-0/+58
8 dayssparc: Compile TLS LD tests with -fPICH.J. Lu7-7/+7
8 daysdiagnostics: handle fatal_error in SARIF output [PR120063]David Malcolm5-3/+71
8 daysdiagnostics: fix crash-handling inside nested diagnostics [PR121876]David Malcolm9-3/+276
8 daystestsuite: fix typo in name of plugin test fileDavid Malcolm3-4/+4
8 days[RISC-V] Adjust ABI specification in recently added Andes testsJeff Law32-32/+32
8 daysc++/modules: Fix missed unwrapping of STAT_HACK in ADL [PR121893]Nathaniel Shead3-1/+33
8 daysipa-free-lang-data: Don't walk into DECL_CHAIN when finding decls/types [PR12...Nathaniel Shead5-5/+23
8 daysMinor tweaks to ipa-pure-const.ccEric Botcazou1-7/+5
8 daysmiddle-end: Use addhn for compression instead of inclusive OR when reducing c...Tamar Christina9-4/+205
8 daysAarch64: Add support for addhn vectorizer optabs for Adv.SIMDTamar Christina2-0/+97
8 daysmiddle-end: clear the user unroll flag if the cost model has overriden itTamar Christina2-5/+8
8 daysDaily bump.GCC Administrator6-1/+445
9 daysdoc: Correct the return type of float comparisonTrevor Gross1-24/+30
9 daysFortran: fix assignment to allocatable scalar polymorphic component [PR121616]Harald Anlauf2-0/+98
9 dayspr107421.f90: Require PIE and pass -fPIE for non-x86 targetsH.J. Lu1-0/+4
9 daystestsuite: Add tests for PR c/107419 and PR c++/107393H.J. Lu3-0/+50
9 daysc++: Don't upgrade TLS model if TLS model isn't set.H.J. Lu2-3/+16
9 daysAArch64: Add isfinite expander [PR 66462]Wilco Dijkstra2-0/+48
9 daystree-optimization/121595 - new fabs(a+0.0) -> fabs(a) patternMatteo Nicoli3-0/+28
9 daystestsuite: LoongArch: Enable 16B atomic tests if the test machine supports LS...Xi Ruoyao9-2/+32
9 daysLoongArch: Fix the semantic of 16B CASXi Ruoyao1-41/+63
9 daysLoongArch: Fix the "%t" modifier handling for (const_int 0)Xi Ruoyao1-2/+1
9 daystree-optimization/121703 - UBSAN error with moving from uninit dataRichard Biener1-2/+2
9 daysRISC-V: Suppress cross CC sibcall optimization from vectorTsukasa OI4-0/+84
9 daystree-optimization/121829 - bogus CFG with asm gotoRichard Biener2-1/+32
9 daysDeal with prior EH/abormal cleanup when fixing up noreturn callsRichard Biener2-0/+22
9 daysada: add BACKLOG_MAX OS constantMarc Poulhiès3-2/+5
9 daysada: Minor comment tweaksMarc Poulhiès2-2/+3
9 daysada: Give a warning for huge imported objectsEric Botcazou1-25/+36
9 daysada: Get rid of TYPE_ALIGN_OK flag in gcc-interfaceEric Botcazou6-19/+41
9 daysada: Fix crash on reference to aliased object of packed array type with -gEric Botcazou1-0/+2
9 daysada: Implement overflow checking for unsigned typesEric Botcazou2-32/+79
9 daysada: Perform predicate check before, not after, parameter copy back.Steve Baird1-1/+5
9 daysada: Create a ghost region for pragma annotateViljar Indus1-0/+9
9 daysada: Check instantces of ghost iterator functionsViljar Indus1-6/+25
9 daysada: Update coding styleViljar Indus1-6/+5
9 daysada: Ignore ghost policy errors inside aspect IterableViljar Indus1-0/+29
9 daysada: Check ghost level dependencies inside assignmentsViljar Indus1-0/+39
9 daysada: Tune description of Ghost_Assertion_LevelPiotr Trojanek1-2/+2
9 daysada: Apply ghost regions for assigmnents correctlyViljar Indus1-76/+56
9 daysada: Compiler crash on container aggregate association with nonstatic key choiceGary Dismukes1-1/+3
9 daysada: Fix visibility bug related to target nameBob Duff2-16/+3
9 daysada: Fix regression in Root_Type -- adjustmentBob Duff1-5/+1
9 daysada: Fix regression in Root_TypeBob Duff1-7/+10
9 daysada: Crash on b3a1004 with assertions enabledJavier Miranda3-4/+18
9 daysada: Fix argument type of read() and write() on windowsTonu Naks2-4/+7
9 daysada: Allow implicit packing of arrays when larger than neededBob Duff2-25/+24