]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-01-12  Tamar Christinamiddle-end: fill in reduction PHI for all alt exits...
2024-01-12  Tamar Christinamiddle-end: thread through existing LCSSA variable...
2024-01-12  Tamar Christinamiddle-end: maintain LCSSA form when peeled vector...
2024-01-12  Tamar Christinamiddle-end: make memory analysis for early break more...
2024-01-12  Jason Merrillc++: cand_parms_match and reversed candidates
2024-01-12  Iain SandoeObjective-C, Darwin: Fix a regression in handling bad...
2024-01-12  Iain SandoeDarwin, powerpc: Fix bootstrap.
2024-01-12  Georg-Johann LayAVR: Work around "sequence of 3 consecutive punctuation...
2024-01-12  Richard BienerBump BASE-VER to 14.0.1 now that we are in stage4.
2024-01-12  Jakub Jelinekvarasm: Fix up process_pending_assemble_externals ...
2024-01-12  Richard Sandifordaarch64: Rework uxtl->zip optimisation [PR113196]
2024-01-12  Richard SandifordKeep track of the FUNCTION_BEG note
2024-01-12  Richard Sandifordaarch64: Use a global map to detect duplicated overload...
2024-01-12  Richard Sandifordaarch64: Use a separate group for SME builtins [PR112989]
2024-01-12  Juzhe-ZhongRISC-V: Adjust scalar_to_vec cost
2024-01-12  Jakub Jelineklower-bitint: Fix up handling of unsigned INTEGER_CSTs...
2024-01-12  Jakub Jelineksra: Punt for too large _BitInt accesses [PR113330]
2024-01-12  Jakub Jelineklower-bitint: Fix a typo in a condition [PR113323]
2024-01-12  Jakub Jelineklower-bitint: Fix up handling of uninitialized large...
2024-01-12  Jakub Jelineklower-bitint: Fix handling of casts on arches with...
2024-01-12  Guillaume Gomez[PATCH] libgccjit: Add support for function attributes...
2024-01-12  Ilya Leoshkevichrs6000: Fix ASAN linker errors for Power ELF V1 ABI...
2024-01-12  Jakub Jelinektestsuite: Fix up preprocessor conditions in bitint...
2024-01-12  Jonathan Wakelylibstdc++: Fix std::runtime_format deviations from...
2024-01-12  Jonathan Wakelylibstdc++: Implement C++23 P1951R1 (Default Args for...
2024-01-12  Jonathan Wakelylibstdc++: Fix incorrect PR number in comment
2024-01-12  Jakub Jelineklibgcc: Use may_alias attribute in bitint handlers
2024-01-12  Richard Bienermiddle-end/113344 - is_truth_type_for vs GENERIC tcc_co...
2024-01-12  Haochen Jiangi386: Remove redundant move in vnni pattern
2024-01-12  Haochen Jiangi386: Add AVX10.1 related macros
2024-01-12  Juzhe-ZhongRISC-V: Enhance a testcase
2024-01-12  Richard Bienertarget/112280 - properly guard permute query
2024-01-12  Sandra Loosemorelibgcc, nios2: Fix exception handling on nios2 with...
2024-01-12  liuhongtUpdate documents for fcf-protection=
2024-01-12  Pan LiRISC-V: Update the comments of riscv_v_ext_mode_p ...
2024-01-12  Feng WangRISC-V: Modify ABI-name length of vfloat16m8_t
2024-01-12  Li WeiLoongArch: Redundant sign extension elimination optimiz...
2024-01-12  Li WeiLoongArch: Redundant sign extension elimination optimiz...
2024-01-12  GCC AdministratorDaily bump.
2024-01-11  Julian BrownOpenMP: lvalue parsing for map/to/from clauses (C)
2024-01-11  Jason Merrillc++: corresponding object parms [PR113191]
2024-01-11  Jonathan Wakelylibstdc++: Fix spelling mistake in new doc addition
2024-01-11  Jonathan Wakelylibstdc++: Document addition of libstdc++exp.a
2024-01-11  Marcus Haehnellibstdc++: use updated type for __unexpected_handler
2024-01-11  Michael Levinelibstdc++: Removed a duplicate define directive for...
2024-01-11  Jin MaRISC-V: THEAD: Fix ICE caused by split optimizations...
2024-01-11  François Dumontlibstdc++: [_GLIBCXX_DEBUG] Fix assignment of value...
2024-01-11  Patrick Palkalibstdc++/ranges: Use C++23 deducing this in _Pipe...
2024-01-11  Andrew Pinskiexpr: Limit the store flag optimization for single...
2024-01-11  Andrew Pinskimatch: Delay folding of 1/x into `(x+1u)<2u?x:0` until...
2024-01-11  Jonathan Wakelylibstdc++: Add GDB printer for std::integral_constant
2024-01-11  Jonathan Wakelylibstdc++: Prefer posix_memalign for aligned-new [PR113258]
2024-01-11  Paul Iannettadg-extract-results.py: Ignore case in header line
2024-01-11  Jason Merrilltestsuite: remove xfail
2024-01-11  Georg-Johann LayAVR: invoke.texi: Put internal options in their own...
2024-01-11  Tamar Christinatestsuite: remove -save-temps from many tests [PR113319]
2024-01-11  Vladimir N... [PR112918][LRA]: Fixing IRA ICE on m68k
2024-01-11  Richard Bienertree-optimization/112505 - bit-precision induction...
2024-01-11  Richard Bienertree-optimization/113126 - vector extension compare...
2024-01-11  Richard Bienertree-optimization/112636 - estimate niters before heade...
2024-01-11  Georg-Johann LayAVR: Some minor improvements to the TEXI documentation.
2024-01-11  Ken Matsuilibstdc++: Use using instead of typedef in opts-common.h
2024-01-11  Ken Matsuilibstdc++: Fix error handling in filesystem::equivalent...
2024-01-11  Yang YujieLoongArch: Implement option save/restore
2024-01-11  Pan LiLOOP-UNROLL: Leverage HAS_SIGNED_ZERO for var expansion
2024-01-11  Alex Coplanaarch64: Fix dwarf2cfi ICEs due to recent CFI note...
2024-01-11  YunQiang SuMIPS: Add ATTRIBUTE_UNUSED to mips_start_function_defin...
2024-01-11  Richard Bienertree-optimization/111003 - new testcase
2024-01-11  Richard Bienermiddle-end/112740 - vector boolean CTOR expansion issue
2024-01-11  Juzhe-ZhongRISC-V: VLA preempts VLS on unknown NITERS loop
2024-01-11  Ken Matsuilibstdc++: Optimize std::is_compound compilation perfor...
2024-01-11  Haochen JiangAdd -mevex512 into invoke.texi
2024-01-11  Lulu ChengLoongArch: Optimized some of the symbolic expansion...
2024-01-11  liuhongtOptimize A < B ? A : B to MIN_EXPR.
2024-01-11  Gaius MulleyPR modula2/112946 set expression type checking
2024-01-11  Mike Frysingerconfig: delete unused CYG_AC_PATH_LIBERTY macro
2024-01-11  GCC AdministratorDaily bump.
2024-01-11  Patrick Palkalibstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for _Nth_type
2024-01-10  Juzhe-ZhongRISC-V: Switch RVV cost model.
2024-01-10  Juzhe-ZhongRISC-V: Minor tweak dynamic cost model
2024-01-10  Antoni Boucherlibgccjit: Fix GGC segfault when using -flto
2024-01-10  Jin MaRISC-V: T-HEAD: Add support for the XTheadInt ISA extension
2024-01-10  Tamar Christinamiddle-end: Don't apply copysign optimization if target...
2024-01-10  Andrew Pinskireassoc vs uninitialized variable [PR112581]
2024-01-10  Maciej W. RozyckiRISC-V/testsuite: Fix comment termination in pr105314.c
2024-01-10  Maciej W. RozyckiRISC-V: Also handle sign extension in branch costing
2024-01-10  Jakub Jelinektestsuite: Add testcase for already fixed PR [PR112734]
2024-01-10  Alex Coplanaarch64: Make ldp/stp pass off by default
2024-01-10  Tamar Christinamiddle-end: correctly identify the edge taken when...
2024-01-10  Richard Bienertree-optimization/113078 - conditional subtraction...
2024-01-10  Tamar Christinac++ frontend: initialize ivdep value
2024-01-10  David Malcolmgcc-urlifier: handle option prefixes such as '-fno-'
2024-01-10  David Malcolmpretty-print: support urlification in phase 3
2024-01-10  David Malcolmpretty-print: add selftest coverage for numbered args
2024-01-10  Julian BrownOpenMP: Fix g++.dg/gomp/bad-array-section-10.C for...
2024-01-10  Julian BrownOpenMP: Fix new lvalue-parsing map/to/from tests for...
2024-01-10  Tamar Christinamiddle-end: Fix dominators updates when peeling with...
2024-01-10  Jakub Jelinektestsuite: Fix PR number [PR113297]
2024-01-10  Jakub Jelineklibgomp: Fix up FLOCK fallback handling [PR113192]
2024-01-10  Eric BotcazouFix debug info for enumeration types with reverse Scala...
next