aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-04-08lto: Add & ~CF_SET into lto-opts.cc [PR119625]Jakub Jelinek1-1/+1
2025-04-08gccrs: nr2.0: Adjust test macro6.rsOwen Avery2-2/+1
2025-04-08gccrs: nr2.0: Adjust test issue-2812.rsOwen Avery2-3/+2
2025-04-08gccrs: fix ICE segfault with empty feature gateMatty Kuhn3-0/+12
2025-04-08gccrs: Rename label getter to uncheckedPierre-Emmanuel Patry7-8/+11
2025-04-08gccrs: Rename label getter in ContinueExprPierre-Emmanuel Patry7-10/+13
2025-04-08gccrs: Change optional to expected for parse_loop_labelPierre-Emmanuel Patry2-7/+19
2025-04-08gccrs: Adapt testcase to name resolution 2.0Pierre-Emmanuel Patry1-0/+4
2025-04-08gccrs: Resolve labels within break or continue expressionsPierre-Emmanuel Patry3-11/+29
2025-04-08gccrs: Fix unresolved label error messagePierre-Emmanuel Patry2-6/+6
2025-04-08gccrs: Migrate error state to optionalsPierre-Emmanuel Patry31-266/+283
2025-04-08gccrs: Update ast visitor with proper check for looplabelPierre-Emmanuel Patry1-1/+2
2025-04-08gccrs: Remove unused error constructor and getterPierre-Emmanuel Patry1-5/+0
2025-04-08gccrs: Make loop label truly optionalPierre-Emmanuel Patry9-78/+77
2025-04-08gccrs: Visit loop label before predicate expressionPierre-Emmanuel Patry2-3/+1
2025-04-08gccrs: Add check for labelPierre-Emmanuel Patry2-3/+2
2025-04-08gccrs: Resolve labelsPierre-Emmanuel Patry6-20/+51
2025-04-08gccrs: Revert part of 44ffe1193269Pierre-Emmanuel Patry1-3/+1
2025-04-08gccrs: refactoring rust_error_at "redefined multiple times"Sri Ganesh Thota5-37/+41
2025-04-08gccrs: nr2.0: Improve test scriptOwen Avery1-14/+18
2025-04-08gccrs: nr2.0: Remove duplicate self visitOwen Avery2-3/+0
2025-04-08gccrs: Fix ICE for reserved lifetime namePhilip Herron2-1/+17
2025-04-08gccrs: hir: Add default qualifier to function, lower it properlyArthur Cohen7-11/+53
2025-04-08gccrs: feature: Add min_specialization featureArthur Cohen2-0/+5
2025-04-08gccrs: Fix ICE when hitting invalid types for genericsPhilip Herron9-2/+53
2025-04-08gccrs: Fix ICE on raw referencePhilip Herron10-22/+53
2025-04-08gccrs: Fix ICE on invalid match armsPhilip Herron2-2/+29
2025-04-08gccrs: Fix recusive type query and nullptr on type pathPhilip Herron13-218/+144
2025-04-08gccrs: Fix ICE when there are 2 functions named mainPhilip Herron10-22/+30
2025-04-08gccrs: Fix ICE when resolving lifetimes without namePhilip Herron2-2/+8
2025-04-08gccrs: Fix ICE when doing shift checks on const declPhilip Herron2-0/+12
2025-04-08gccrs: nr2.0: Handle global pathsOwen Avery5-51/+96
2025-04-08gccrs: Evaluate the enum's discriminant in a const contextRyutaro Okada2-0/+9
2025-04-08AArch64: Add OpenMP target compile error testsTejas Belagod4-0/+2353
2025-04-08AArch64: Diagnose OpenMP offloading when SVE types involved.Tejas Belagod3-3/+112
2025-04-08Add function to strip pointer type and get down to the actual pointee type.Tejas Belagod1-0/+11
2025-04-08gomp: Various fixes for SVE types [PR101018]Richard Sandiford4-11/+36
2025-04-08i386: Add PTA_AVX10_1_256 to PTA_DIAMONDRAPIDSHaochen Jiang1-5/+5
2025-04-08RISC-V: Disable unsupported vsext/vzext patterns for XTheadVector.Jin Ma3-3/+51
2025-04-08Daily bump.GCC Administrator7-1/+173
2025-04-07Update gcc sv.poJoseph Myers1-487/+307
2025-04-07c++: constinit and value-initialization [PR119652]Jason Merrill2-1/+20
2025-04-07aarch64, Darwin: Initial implementation of Apple cores [PR113257].Iain Sandoe3-3/+21
2025-04-07cobol: Address some iconv issues.Iain Sandoe1-1/+5
2025-04-07nvptx: Support '-mfake-ptx-alloca': defer failure to run-time 'alloca' usageThomas Schwinge2-8/+9
2025-04-07cobol: sed portability fixJakub Jelinek1-3/+1
2025-04-07cobol: Fix up make html for COBOL [PR119227]Jakub Jelinek1-6/+10
2025-04-07sra: Clear grp_same_access_path of acesses created by total scalarization (PR...Martin Jambor1-1/+1
2025-04-07sra: Avoid creating TBAA hazards (PR118924)Martin Jambor4-4/+57
2025-04-07tree-optimization/119640 - ICE with vectorized shift placementRichard Biener2-4/+24