aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-09-02tree-optimization/106809 - compile time hog in VNRichard Biener2-27/+58
2022-09-02RISC-V: Implement TARGET_COMPUTE_MULTILIBKito Cheng4-2/+387
2022-09-02Add TARGET_COMPUTE_MULTILIB hook to override multi-lib result.Kito Cheng7-36/+119
2022-09-02[Ada] Adjust previous change to Expand_Subtype_From_ExprEric Botcazou1-1/+1
2022-09-02[Ada] Error on return of object whose full view has undefaulted discriminantsGary Dismukes1-1/+1
2022-09-02[Ada] Fix crash on declaration of overaligned array with constraintsEric Botcazou2-16/+12
2022-09-02[Ada] Extend No_Dependence restriction to code generation (continued)Eric Botcazou3-3/+7
2022-09-02[Ada] Add loop variants to Ada.Strings.Search and Ada.Strings.MapsClaire Dross2-0/+7
2022-09-02[Ada] Fix proof of runtime unit System.Exp_ModClaire Dross1-0/+10
2022-09-02[Ada] Fix proof of runtime unit System.Wid_*Claire Dross1-1/+15
2022-09-02[Ada] Recover proof of Scaled_Divide in System.Arith_64Yannick Moy2-122/+211
2022-09-02[Ada] Update documentation about non-symbolic tracebackEric Botcazou4-1428/+1486
2022-09-02[Ada] Fix proof of runtime unit System.Value* and System.Image*Claire Dross24-1547/+1853
2022-09-02pdp11: no debugging infoMartin Liska1-1/+2
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska86-6555/+211
2022-09-02ipa: Fix throw in multi-versioned functions [PR106627]Simon Rainer3-0/+30
2022-09-02Daily bump.GCC Administrator6-1/+262
2022-09-01i386: Replace long with long long for 64-bit integerH.J. Lu1-2/+2
2022-09-01AArch64: Fix bootstrap failure due to dump_printf_loc format attribute uses [...Tamar Christina1-1/+2
2022-09-01c++: Remove unused declarationMarek Polacek1-1/+0
2022-09-01c: C2x removal of unprototyped functionsJoseph Myers7-25/+70
2022-09-01vect: Try to remove single-vector permutes from SLP graphRichard Sandiford3-25/+61
2022-09-01i386: Fix conversion of move to/from AX_REG into xchg [PR106707]Uros Bizjak2-2/+21
2022-09-01Convert ranger uses of real_inf to dconst[n]inf.Aldy Hernandez3-37/+18
2022-09-01Add global REAL_VALUE_TYPE infinities to real.*.Aldy Hernandez2-0/+7
2022-09-01Remove cycle checking from compute_control_dep_chainRichard Biener1-13/+7
2022-09-01Some predicate analysis TLCRichard Biener1-7/+14
2022-09-01c++: set TYPE_STRING_FLAG for char8_tJason Merrill1-1/+5
2022-09-01Implement ranger folder for __builtin_signbit.Aldy Hernandez2-0/+32
2022-09-01Add signbit property to frange to better model signed zeros.Aldy Hernandez5-34/+204
2022-09-01Fix up dump_printf_loc format attribute and adjust uses [PR106782]Jakub Jelinek9-44/+62
2022-09-01libcpp: Add -Winvalid-utf8 warning [PR106655]Jakub Jelinek18-3/+776
2022-09-01Make frange selftests work on !HONOR_NANS systems.Aldy Hernandez2-9/+32
2022-09-01middle-end: Add MULT_EXPR recognition for cond scalar reductionkonglin13-0/+55
2022-09-01rs6000/test: Fix typo in pr86731-fwrapv-longlong.c [PR106682]Kewen Lin1-1/+1
2022-08-31rs6000: Don't ICE when we disassemble an MMA variable [PR101322]Peter Bergner2-1/+23
2022-09-01RISC-V: Add vector registers in TARGET_CONDITIONAL_REGISTER_USAGEzhongjuzhe1-0/+9
2022-09-01RISC-V: Add csrr vlenb instruction.zhongjuzhe2-22/+69
2022-09-01RISC-V: Add RVV constraints.zhongjuzhe1-0/+20
2022-09-01RISC-V: Fix comment in riscv.hzhongjuzhe1-1/+1
2022-09-01RISC-V: Fix riscv_vector_chunks configuration according to TARGET_MIN_VLENzhongjuzhe2-7/+8
2022-09-01Daily bump.GCC Administrator5-1/+153
2022-08-31c: C2x attributes fixes and updatesJoseph Myers11-18/+60
2022-08-3132-bit PA-RISC with HP-UX: remove deprecated portsMartin Liska12-319/+8
2022-08-31testsuite: Fix warning regression due to std::string changes [PR106795]Jonathan Wakely1-1/+1
2022-08-31Support --disable-fixincludes.Martin Liska3-19/+27
2022-08-31aarch64: Update sizeless tests for recent GNU C changesRichard Sandiford4-8/+8
2022-08-31Avoid fatal fails in predicate::init_from_control_depsRichard Biener1-64/+55
2022-08-31tree-optimization/90994 - fix uninit diagnostics with EHRichard Biener2-5/+48
2022-08-31Stream out endpoints for frange.Aldy Hernandez2-14/+12