aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Fortran: frontend passes do_subscript leaks gmp memory [PR108924]Harald Anlauf1-1/+4
2023-02-24Avoid default-initializing auto_vec<T, N> storage, fix vec<vl_embed>Richard Biener2-11/+37
2023-02-24Change vec<,,vl_embed>::m_vecdata refrences into address ()Richard Biener1-19/+25
2023-02-24asan: adjust module name for global variablesMartin Liska2-2/+12
2023-02-24[PR105224] C++ modules and AAPCS/ARM EABI clash on inline key methodsAlexandre Oliva1-0/+3
2023-02-24i386: Update i386-builtin.def file comment description of BDESC{,_FIRST}Jakub Jelinek1-2/+2
2023-02-24aarch64: Update FLAGS field documentation comment in aarch64-cores.defKyrylo Tkachov1-1/+4
2023-02-24cgraphclones: Don't share DECL_ARGUMENTS between thunk and its artificial thu...Jakub Jelinek2-1/+48
2023-02-24i386: Fix up builtins used in avx512bf16vlintrin.h [PR108881]Jakub Jelinek2-16/+30
2023-02-24RTEMS: Tune multilib selectionSebastian Huber1-8/+9
2023-02-24MIPS: Add pattern for cloJunxian Zhu4-0/+33
2023-02-24Hazard barrier return supportJunxian Zhu5-0/+45
2023-02-24Daily bump.GCC Administrator7-1/+159
2023-02-23gcc: xtensa: update include style in xtensa-dynconfig.ccMax Filippov1-5/+5
2023-02-23gcc: xtensa: rename xtensa-dynconfig.c and update its build ruleMax Filippov2-4/+3
2023-02-23**/*.texi: Reorder index entriesArsen Arsenović16-702/+701
2023-02-23xtensa: Eliminate unnecessary general-purpose reg-reg movesTakayuki 'January June' Suwa3-0/+79
2023-02-23xtensa: Eliminate the use of callee-saved register that saves and restores on...Takayuki 'January June' Suwa2-25/+145
2023-02-23xtensa: Fix up fatal_error message strings in xtensa-dynconfig.c [PR108890]Jakub Jelinek1-4/+4
2023-02-23testsuite: Fix up modules.exp [PR108899]Jakub Jelinek1-5/+9
2023-02-23Fix memory leak in PTARichard Biener1-4/+4
2023-02-23c++: Fix up -fcontracts option description [PR108890]Jakub Jelinek1-1/+1
2023-02-23ipa-prop: Fix another case of missing BUILT_IN_UNREACHABLE_TRAP handling [PR1...Jakub Jelinek1-0/+1
2023-02-23Fix memory leak in if-conversionRichard Biener1-4/+5
2023-02-23tree-optimization/108888 - call if-conversionRichard Biener2-7/+28
2023-02-23xtensa: Fix missing mode warnings in machine descriptionTakayuki 'January June' Suwa1-6/+6
2023-02-23xtensa: fix PR target/108876Max Filippov1-3/+3
2023-02-23Revert "gcc: xtensa: fix PR target/108876"Max Filippov2-13/+9
2023-02-23docs: Reorder @opindex before corresponding optionsArsen Arsenović7-3103/+3103
2023-02-23Daily bump.GCC Administrator6-1/+723
2023-02-22c-family: avoid compile-time-hog in c_genericize [PR108880]Marek Polacek2-3/+20
2023-02-22Fortran: reject invalid CHARACTER length of derived type components [PR96024]Harald Anlauf2-0/+24
2023-02-22testsuite: Skip module_cmi_p and related unsupported module testAlexandre Oliva1-0/+17
2023-02-22[arm] avoid aes-1742098 mitigation in combine testsAlexandre Oliva2-2/+2
2023-02-22Drop need for constant I in ctf testAlexandre Oliva1-3/+3
2023-02-22xfail fp-uint64-convert-double-* on all arm targetsAlexandre Oliva2-2/+2
2023-02-22[arm] [testsuite] asm-flag-4.c: match quotes in expected messageAlexandre Oliva1-1/+1
2023-02-22testsuite: Accept pmf-vbit-in-delta extra warningAlexandre Oliva1-1/+5
2023-02-22Rust: In 'type_for_mode' langhook also consider all 'int_n' modes/typesThomas Schwinge1-0/+15
2023-02-22vect: inbranch SIMD clonesAndrew Stubbs25-32/+682
2023-02-22RISC-V: Add RVV reduction C/C++ intrinsics supportJu-Zhe Zhong11-14/+668
2023-02-22RISC-V: Add floating-point RVV C/C++ apiJu-Zhe Zhong17-211/+3472
2023-02-22RISC-V: Make the test condition more strict for gcc.target/riscv/_Float16-zhi...Kito Cheng1-1/+1
2023-02-22RISC-V: Adjust vsetvl testcase.Kito Cheng248-833/+833
2023-02-22cgraph: Handle BUILT_IN_UNREACHABLE_TRAP like BUILT_IN_UNREACHABLE in more sp...Jakub Jelinek3-4/+16
2023-02-22Rust: Move void_list_node init to common codeThomas Schwinge1-4/+0
2023-02-22Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-suppo...Thomas Schwinge24-24/+91
2023-02-22Rust: Don't depend on unused 'target-libffi', 'target-libbacktrace'Thomas Schwinge1-2/+0
2023-02-22Daily bump.GCC Administrator7-1/+1098
2023-02-21analyzer: stop exploring the path after certain diagnostics [PR108830]David Malcolm33-46/+1157