aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-30Daily bump.GCC Administrator9-1/+190
2022-06-29libgccjit: Fix bug where unary_op will return an integer type instead of the ...Antoni Boucher3-1/+92
2022-06-29compiler: check repeated const expressions in new scopeIan Lance Taylor5-92/+215
2022-06-29d: Fix error: aggregate value used where floating point was expectedIain Buclaw7-3/+178
2022-06-29jit: avoid calloc() poisoning on musl [PR106102]Sergei Trofimovich4-4/+7
2022-06-29Fortran: improve error recovery for EXTENDS_TYPE_OF() [PR106121]Harald Anlauf2-0/+24
2022-06-29c++: Rename macro location structsNathan Sidwell1-48/+25
2022-06-29d: Fix build on aarch64-suse-linuxIain Buclaw1-5/+5
2022-06-29nios2: Fix PIC function call slownessJoseph Myers1-1/+4
2022-06-29libgfortran: Switch some more __float128 uses to _Float128Jakub Jelinek4-75/+75
2022-06-29libgfortran: Fix up LIBGFOR_CHECK_FLOAT128 [PR106137]Jakub Jelinek3-6/+24
2022-06-29libsanitizer: cherry-pick 791e0d1bc85dMartin Liska1-0/+2
2022-06-29rtl-optimization/106082 - preserve EH note for no non-local gotoRichard Biener1-2/+4
2022-06-29tree-optimization/106112 - fix CSE from wider operationRichard Biener2-1/+17
2022-06-29testsuite/ix86: SSE2 is a prereq to _Float16 useJan Beulich2-0/+2
2022-06-29testsuite/ix86: prune MMX ABI warningJan Beulich1-0/+3
2022-06-29docs: remove removed param from documentationMartin Liska1-3/+0
2022-06-29LoongArch: Remove undefined behavior from code [PR 106097]Lulu Cheng1-5/+6
2022-06-29d: Add SIMD intrinsics module and compiler built-ins.Iain Buclaw15-17/+2355
2022-06-29Daily bump.GCC Administrator12-1/+250
2022-06-28libcpp: Update ucnid.h to Unicode 14Lewis Hyatt4-37/+22493
2022-06-28compiler: use package path with embedded builtin typeIan Lance Taylor2-9/+22
2022-06-28libgo: make runtime.Version return a meaningful stringIan Lance Taylor4-11/+3
2022-06-28d: Use create_tmp_var_raw and get_callee_fndeclIain Buclaw3-19/+7
2022-06-28d: Add `@simd` and `@simd_clones` attributes to compiler and libraryIain Buclaw4-0/+161
2022-06-28compiler: permit expressions of abstract bool to remain abstractIan Lance Taylor2-5/+6
2022-06-28testsuite: Add new target check for no_alignment_constraintsDimitar Dimitrov7-21/+43
2022-06-28Remove legacy EVRP code.Aldy Hernandez9-946/+31
2022-06-28Add TFLAGS to gcc's GCC_FOR_TARGETAlexandre Oliva3-5/+9
2022-06-28libstdc++: Fix filesystem build for WindowsJonathan Wakely1-5/+9
2022-06-28fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek31-133/+3576
2022-06-28Speedup loop splitting SSA updateRichard Biener1-3/+2
2022-06-28Use mark_block_for_update properly in insert_updated_phi_nodes_forRichard Biener1-9/+7
2022-06-28libstdc++: Improve directory iterator abstractions for openatJonathan Wakely3-43/+73
2022-06-28libstdc++: Do not optimize away storing pathname if it's neededJonathan Wakely1-1/+1
2022-06-28loongarch: exclude LARCH_PROLOGUE_TEMP from SIBCALL_REGS [PR 106096]Xi Ruoyao4-2/+111
2022-06-28Allow all types supported by ranger in loop-ch.Aldy Hernandez1-2/+1
2022-06-28middle-end/106053 - fold_sign_changed_comparison and large boolsRichard Biener2-1/+43
2022-06-28libgomp: fix typo in mold linker detectionMartin Liska3-3/+3
2022-06-28libstdc++: testsuite: Guard use of C99 std::log2Jonathan Wakely1-0/+2
2022-06-28MAINTAINERS: Add myself for write after approvalkonglin11-0/+1
2022-06-27rs6000: Simplify *rotl<mode>3_insert_4 by removing DImodeKewen Lin1-17/+8
2022-06-28Daily bump.GCC Administrator10-1/+382
2022-06-27c++: avoid <memory> poisoning on musl [PR106102]Sergei Trofimovich5-0/+5
2022-06-27Add 'final' and 'override' in various placesDavid Malcolm12-65/+71
2022-06-27i386: add 'final' and 'override' to scalar_chain vfunc implsDavid Malcolm1-8/+8
2022-06-27tree-switch-conversion.h: use final/override for cluster vfunc implsDavid Malcolm1-15/+17
2022-06-27expr.cc: use final/override on op_by_pieces_d vfuncsDavid Malcolm1-7/+7
2022-06-27Add 'final' and 'override' on dom_walker vfunc implsDavid Malcolm12-24/+24
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm146-552/+769