aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-09lower-bitint: Attempt not to emit always true conditions in handle_cast [PR11...Jakub Jelinek2-4/+47
2024-02-09testsuite: Pattern does not match when using --specs=nano.specsTorbjörn SVENSSON1-1/+1
2024-02-09Daily bump.GCC Administrator6-1/+206
2024-02-08libstdc++: Fix comment typo in std::atomic<std::shared_ptr<T>>Jonathan Wakely1-1/+1
2024-02-08libstdc++: Add comment to gslice::operator=(const gslice&) [PR100147]Jonathan Wakely1-0/+2
2024-02-08RISC-V: Fix rvv intrinsic pragma tests dejagnu selectorEdwin Lu3-3/+3
2024-02-08libstdc++: Guard tr2::bases and tr2::direct_bases with __has_builtinJonathan Wakely1-1/+4
2024-02-08arm: testsuite: fix issues relating to fp16 alternative testingRichard Earnshaw21-28/+37
2024-02-08c++: NTTP type CTAD w/ tmpl from current inst [PR113649]Patrick Palka2-2/+35
2024-02-08ranger: Grow BBs in relation oracle as needed [PR113735]Aldy Hernandez2-0/+20
2024-02-08AVR: Tidy up gen-avr-mmcu-specs.ccGeorg-Johann Lay1-67/+66
2024-02-08x86: Update constraints for APX NDD instructionsH.J. Lu18-92/+712
2024-02-08testsuite: address Jakub's comments on vect-early-break_1-PR113808.f90Tamar Christina1-1/+1
2024-02-08AVR: target/113824 - Fix multilib set for ATA5795.Georg-Johann Lay2-4/+4
2024-02-08middle-end: don't cache restart_loop in vectorizable_live_operations [PR113808]Tamar Christina2-3/+23
2024-02-08AVR: Always define __AVR_PM_BASE_ADDRESS__ in specs provided the core has it.Georg-Johann Lay1-6/+14
2024-02-08Revert part of vect_analyze_early_break_dependences changesRichard Biener1-5/+1
2024-02-08testsuite: fix pointer conversion error in testcase vect-early-break_110-pr11...Tamar Christina1-1/+1
2024-02-08AVR: Rename device-specs %_misc to %_rodata_in_ram.Georg-Johann Lay2-8/+5
2024-02-08RISC-V: Bugfix for RVV overloaded intrinsic ICE in function checkerPan Li2-4/+29
2024-02-08c: Fix boolean conversion of floating constant as integer constant expression...Joseph Myers5-1/+33
2024-02-07c++: class nttp ICEJason Merrill2-2/+26
2024-02-08Daily bump.GCC Administrator6-1/+507
2024-02-07Update gcc zh_CN.poJoseph Myers1-396/+270
2024-02-07libstdc++: Work around modules issue causing hello-1 ICE [PR113710]Patrick Palka1-0/+5
2024-02-07tree-optimization/113796 - if-conversion and rangesRichard Biener2-16/+41
2024-02-07PR target/113690: Remove TImode REG_EQUAL notes in STV.Roger Sayle2-22/+32
2024-02-07AArch64: Update system register database.Victor Do Nascimento3-0/+204
2024-02-07gccrs: Fix macro parsing for trait items.Kushal Pal1-18/+19
2024-02-07gccrs: Remove obsolete classes and functions.Kushal Pal30-1302/+0
2024-02-07gccrs: Parse trait functions as `AST::Function`.Kushal Pal1-125/+2
2024-02-07gccrs: Fix inconsistent formatting.Kushal Pal1-1/+1
2024-02-07gccrs: Add missing visitors for AST::Function.Kushal Pal5-0/+196
2024-02-07gccrs: Add checks for Trait functionsKushal Pal1-7/+11
2024-02-07gccrs: Use AssociatedItem in place of TraitItemKushal Pal5-16/+17
2024-02-07gccrs: fix bug in pattern check for tuplesPhilip Herron2-2/+15
2024-02-07gccrs: Add testcase to show issue is already fixedPhilip Herron1-0/+12
2024-02-07gccrs: Move the Implementation of implitem lowering into its own file.Nobel Singh3-396/+439
2024-02-07gccrs: refactor inference variable computation into a seperate methodPhilip Herron3-33/+44
2024-02-07gccrs: remove similar hack in type paths as we had in path expressionsPhilip Herron1-16/+0
2024-02-07gccrs: remove old generics hack to reuse generic symbols from previous segPhilip Herron4-19/+30
2024-02-07gccrs: Fix ICE accessing empty vector without checkPhilip Herron2-1/+33
2024-02-07gccrs: add test cases to prove type inference is workingPhilip Herron2-0/+40
2024-02-07gccrs: add testcase to prove issue has already been fixedPhilip Herron1-0/+28
2024-02-07gccrs: Set the default ABI to C for extern blocks and extern functionsNobel Singh1-2/+2
2024-02-07gccrs: TyTy: Store reference to type before any substitutionsJakub Dupak2-2/+11
2024-02-07gccrs: TyTy: Store region constraintsJakub Dupak12-53/+151
2024-02-07gccrs: Typecheck: add regions (lifetimes) to TyTyJakub Dupak18-177/+585
2024-02-07gccrs: HIR: Add mising getterJakub Dupak1-0/+5
2024-02-07gccrs: TyTy: Region (lifetime) representationJakub Dupak1-0/+110