aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2023-01-13aarch64: Don't add crtfastmath.o for -sharedRichard Biener3-3/+3
2023-01-13aarch64: Fix DWARF frame register sizes for predicatesRichard Sandiford1-0/+17
2023-01-13aarch64: Don't update EH info when folding [PR107209]Richard Biener1-1/+1
2023-01-12aarch64: Fix bit-field alignment in param passing [PR105549]Christophe Lyon1-28/+120
2023-01-12aarch64: fix warning emission for ABI break since GCC 9.1Christophe Lyon1-7/+21
2023-01-12xtensa: Optimize ctzsi2 and ffssi2 a bitTakayuki 'January June' Suwa1-4/+4
2023-01-12xtensa: Tune "*btrue" insn patternTakayuki 'January June' Suwa1-2/+9
2023-01-11bpf: correct bpf_print_operand for floats [PR108293]David Faust1-6/+28
2023-01-11rs6000: Make P10_FUSION honour tuning settingKewen Lin2-5/+10
2023-01-11IBM zSystems: Use NAND instruction to implement bit notAndreas Krebbel1-0/+8
2023-01-10xtensa: Make instruction cost estimation for size more accurateTakayuki 'January June' Suwa1-4/+7
2023-01-10C-SKY: Define SYSROOT_SUFFIX_SPEC.Xianmiao Qu1-0/+8
2023-01-10C-SKY: Fix float abi option in MULTILIB_DEFAULTS.Xianmiao Qu1-1/+1
2023-01-10C-SKY: Add missing builtin defines for soft float abi.Xianmiao Qu1-0/+5
2023-01-10C-SKY: Fix patterns' condition for ck802 smart mode.Xianmiao Qu1-7/+7
2023-01-10C-SKY: Add conditions for ceil etc patterns.Xianmiao Qu1-2/+4
2023-01-10IBM zSystems: Make -fcall-saved-... work.Andreas Krebbel1-6/+4
2023-01-08xtensa: Optimize bitwise splicing operationTakayuki 'January June' Suwa1-0/+47
2023-01-07xtensa: Optimize stack frame adjustment moreTakayuki 'January June' Suwa1-45/+106
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao1-0/+1
2023-01-06Revert "aarch64: Make existing V2HF be usable."Tamar Christina4-86/+39
2023-01-05[Committed] PR rtl-optimization/108292: Revert "Improve ix86_expand_int_movcc...Roger Sayle1-20/+26
2023-01-05modula-2, driver: Implement handling for -static-libgm2.Iain Sandoe1-1/+6
2023-01-05Add AMD znver4 instruction reservationsTejas Joshi2-0/+1069
2023-01-03Revert "Compute a table of DWARF register sizes at compile"Florian Weimer2-4/+21
2023-01-03Improve ix86_expand_int_movcc to allow condition (mask) sharing.Roger Sayle1-26/+20
2023-01-03PR target/108229: A minor STV compute_convert_gain tweak on x86.Roger Sayle1-0/+8
2023-01-02i386: correct division modeling in lujiazui.mdAlexander Monakov1-28/+30
2023-01-02Compute a table of DWARF register sizes at compileFlorian Weimer2-21/+4
2023-01-02Update copyright years.Jakub Jelinek3-5/+6
2023-01-02Update copyright years.Jakub Jelinek642-653/+653
2023-01-01Add post-reload splitter for extendditi2 on x86_64.Roger Sayle1-25/+45
2022-12-30Fix memory constraint on MVE v[ld/st][2/4] instructions [PR107714]Stam Markianos-Wright5-4/+32
2022-12-29gcc: xtensa: use GP_RETURN_* instead of magic constantMax Filippov1-1/+1
2022-12-29xtensa: Check DF availability before useTakayuki 'January June' Suwa1-1/+1
2022-12-28Provide zero_extend versions/variants of several patterns on x86.Roger Sayle1-0/+151
2022-12-28Use ix86_expand_clear in ix86_split_ashl.Roger Sayle1-1/+1
2022-12-28RISC-V: Return const ref. for vl_vtype_info::get_avl_infoKito Cheng1-1/+1
2022-12-27Commit right version of last patch (missing modes)Jeff Law1-1/+2
2022-12-27RISC-V: Produce better code with complex constants [PR95632] [PR106602]Raphael Moreira Zinsly1-0/+17
2022-12-27riscv: Restructure callee-saved register save/restore codeChristoph Müllner1-28/+67
2022-12-27riscv: attr: Synchronize comments with codeChristoph Müllner1-1/+4
2022-12-27gcc: xtensa: use define_c_enums instead of define_constantsMax Filippov1-21/+25
2022-12-27xtensa: Generate density instructions in set_frame_ptrTakayuki 'January June' Suwa1-2/+5
2022-12-27xtensa: Change GP_RETURN{,_REG_COUNT} to GP_RETURN_{FIRST,LAST}Takayuki 'January June' Suwa2-7/+7
2022-12-27xtensa: Clean up xtensa_expand_prologueTakayuki 'January June' Suwa1-2/+8
2022-12-27xtensa: Tabify, and trim trailing spacesTakayuki 'January June' Suwa7-116/+113
2022-12-27RISC-V: Fix ICE of visiting non-existing block in CFG.Ju-Zhe Zhong1-11/+10
2022-12-27RISC-V: Fix ICE for avl_info deprecated copy and pp_print error.Ju-Zhe Zhong2-24/+9
2022-12-27rs6000: Rework option -mpowerpc64 handling [PR106680]Kewen Lin1-9/+28