]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2024-01-07 Nathaniel Sheadc++: Fix ICE when writing nontrivial variable initializers
2024-01-07 Nathaniel Sheadc++: Export usings referring to global module fragment...
2024-01-07 Nathaniel Sheadc++: Follow module grammar more closely [PR110808]
2024-01-07 Juzhe-ZhongRISC-V: Use MAX instead of std::max [VSETVL PASS]
2024-01-07 Jonathan Wakelylibstdc++: Avoid conflicting declaration in eh_call...
2024-01-07 Jonathan Wakelylibstdc++: Remove dg-timeout-factor from test
2024-01-07 Jonathan Wakelylibstdc++: Optimize std::is_trivially_destructible_v
2024-01-07 GCC AdministratorDaily bump.
2024-01-06 Gwenole Beauchesnelibstdc++: Fix testsuite with -Wformat
2024-01-06 Harald AnlaufFortran: bogus warnings with REPEAT intrinsic and ...
2024-01-06 Tobias Burnuslibgomp.texi: Document omp_display_env + omp_target_is_...
2024-01-06 Jiahao XuLoongArch: Improve lasx_xvpermi_q_<LASX:mode> insn...
2024-01-06 Juzhe-ZhongRISC-V: Update MAX_SEW for available vsevl info[VSETVL...
2024-01-06 Juzhe-ZhongRISC-V: Teach liveness computation loop invariant shift...
2024-01-06 Juzhe-ZhongRISC-V: Allow simplification non-vlmax with len = NUNIT...
2024-01-06 Mark WielaardRegenerate libgomp/configure for copyright year update
2024-01-06 GCC AdministratorDaily bump.
2024-01-05 Gaius Mulleymodula2: libm2iso/RTco.cc tidyup use bool instead of int
2024-01-05 Richard Sandifordaarch64: Extend VECT_COMPARE_COSTS to !SVE [PR113104]
2024-01-05 Jonathan Wakelylibstdc++: Avoid overflow when appending to std::filesy...
2024-01-05 Martin Küttlerlibstdc++: Remove unneeded double operation in src...
2024-01-05 Jonathan Wakelylibstdc++: Do not use __is_convertible unconditionally...
2024-01-05 Jonathan Wakelycontrib: Remove C-style comments from Python files
2024-01-05 Jonathan Wakelycontrib: Add script name to usage error in gen_wcwidth.py
2024-01-05 Lulu ChengLoongArch: Fixed the problem of incorrect judgment...
2024-01-05 chenxiaolongLoongArch: testsuite:Give up the detection of the gcc...
2024-01-05 chenxiaolongLoongArch: testsuite:Added additional vectorization...
2024-01-05 chenxiaolongLoongArch: testsuite:Delete the default run behavior...
2024-01-05 chenxiaolongLoongArch: testsuite:Fix FAIL in file bind_c_array_para...
2024-01-05 chenxiaolongLoongArch: testsuite:Added detection support for LoongA...
2024-01-05 chenxiaolongLoongArch: testsuite:Modify the test behavior of the...
2024-01-05 chenxiaolongLoongArch: testsuite:Added support for vector object...
2024-01-05 Alex Coplanaarch64: Further fix for throwing insns in ldp/stp...
2024-01-05 Ilya Leoshkevichasan: Align .LASANPC on function boundary
2024-01-05 Ilya LeoshkevichImplement ASM_DECLARE_FUNCTION_NAME using ASM_OUTPUT_FU...
2024-01-05 Jonathan Wakelylibstdc++: Fix std::char_traits<C>::move [PR113200]
2024-01-05 Cassio Nerilibstdc++: Remove UB from month and weekday additions...
2024-01-05 Jonathan Wakelylibstdc++: Use if-constexpr in std::__try_use_facet...
2024-01-05 Jakub Jelinekscev: Avoid ICE on results used in abnormal PHI args...
2024-01-05 Jakub JelinekImprove __builtin_popcount* (x) == 1 generation if...
2024-01-05 Kito ChengRISC-V: Fix wrong fix in last clean up
2024-01-05 Kito ChengRISC-V: Clean up testsuite for multi-lib testing [NFC]
2024-01-05 Kito ChengRISC-V: Clean up unused variable [NFC]
2024-01-05 Jakub JelinekUpdate copyright years.
2024-01-05 Jakub JelinekUpdate copyright years.
2024-01-05 Pan LiRevert "RISC-V: Add crypto vector api-testing cases."
2024-01-05 Pan LiRevert "RISC-V: Add crypto vector builtin function."
2024-01-05 Feng WangRISC-V: Add crypto vector api-testing cases.
2024-01-05 Feng WangRISC-V: Add crypto vector builtin function.
2024-01-05 GCC AdministratorDaily bump.
2024-01-05 Ken Matsuilibstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT
2024-01-04 Juzhe-ZhongRISC-V: Make liveness estimation be aware of .vi variant
2024-01-04 Andrew PinskiMatch: Improve inverted_equal_p for bool and `^` and...
2024-01-04 Arsen Arsenovićlibstdc++: fix typo in <generator>
2024-01-04 Arsen Arsenovićlibstdc++: rename _A badname in <generator>
2024-01-04 Raiki Tamuralibcpp: add function to check XID properties
2024-01-04 David Malcolmoptions: wire up options-urls.cc into gcc_urlifier
2024-01-04 David Malcolmopts: add logic to generate options-urls.cc
2024-01-04 David MalcolmAdd generated .opt.urls files
2024-01-04 David Malcolmoptions: add gcc/regenerate-opt-urls.py
2024-01-04 David Malcolmanalyzer: add sarif properties for checker events
2024-01-04 David Malcolmanalyzer: fix deref-before-check false positives due...
2024-01-04 David Malcolmanalyzer: handle arrays of unknown size in access diagr...
2024-01-04 Kuan-Lin ChenRISC-V: Nan-box the result of movhf on soft-fp16
2024-01-04 Roger SayleImproved RTL expansion of field assignments into promot...
2024-01-04 Pan LiRevert "RISC-V: Make liveness estimation be aware of...
2024-01-04 Juzhe-ZhongRISC-V: Make liveness estimation be aware of .vi variant
2024-01-04 Kito ChengRISC-V: Fix misaligned stack offset for interrupt function
2024-01-04 chenxiaolongLoongArch: testsuite:Add loongarch to gcc.dg/vect/slp...
2024-01-04 Juzhe-ZhongRISC-V: Refine LMUL computation for MASK_LEN_LOAD/MASK_...
2024-01-04 chenxiaolongLoongArch: testsuite:Fix FAIL in lasx-xvstelm.c file.
2024-01-04 Li WeiLoongArch: Merge constant vector permuatation implement...
2024-01-04 Sandra LoosemoreOpenMP: trivial cleanups to omp-general.cc
2024-01-04 YunQiang SuMIPS/testsuite: Include stdio.h in mipscop tests
2024-01-04 YunQiang SuMIPS: Add pattern insqisi_extended and inshisi_extended
2024-01-04 YunQiang SuMIPS: Implement TARGET_INSN_COSTS
2024-01-04 YunQiang SuMIPS: define_attr perf_ratio in mips.md
2024-01-04 Juzhe-ZhongRISC-V: Fix bug of earliest fusion for infinite loop...
2024-01-04 Juzhe-ZhongRISC-V: Fix indent
2024-01-04 GCC AdministratorDaily bump.
2024-01-03 Patrick Palkac++: bad direct reference binding via conv fn [PR113064]
2024-01-03 Harald AnlaufFortran: fix FE memleak
2024-01-03 Kwok Cheung... openmp: Adjust position of OMP_CLAUSE_INDIRECT in OpenM...
2024-01-03 Kwok Cheung... nvptx: Restructure code generating function map labels
2024-01-03 Jakub JelinekUpdate copyright years.
2024-01-03 Jakub JelinekSmall tweaks for update-copyright.py
2024-01-03 Jakub JelinekUpdate copyright dates.
2024-01-03 Jakub JelinekUpdate Copyright year in ChangeLog files
2024-01-03 Jakub JelinekRotate ChangeLog files.
2024-01-03 Xi RuoyaoLoongArch: Provide fmin/fmax RTL pattern for vectors
2024-01-03 Juzhe-ZhongRISC-V: Make liveness be aware of rgroup number of...
2024-01-03 Patrick Palkalibstdc++: testsuite: Reduce max_size_type.cc exec...
2024-01-03 GCC AdministratorDaily bump.
2024-01-02 Jun Sha (Joshua)RISC-V: Use vector_length_operand instead of csr_operan...
2024-01-02 Andreas Schwablibsanitizer: Enable LSan and TSan for riscv64
2024-01-02 Szabolcs Nagyaarch64: fortran: Adjust vect-8.f90 for libmvec
2024-01-02 Juzhe-ZhongRISC-V: Add simplification of dummy len and dummy mask...
2024-01-02 Di Zhaoaarch64: add 'AARCH64_EXTRA_TUNE_FULLY_PIPELINED_FMA'
2024-01-02 Feng WangRISC-V: Modify copyright year of vector-crypto.md
2024-01-02 Juzhe-ZhongRISC-V: Declare STMT_VINFO_TYPE (...) as local variable
next
This page took 0.09007 seconds and 5 git commands to generate.