aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-04-19Remove special-cased edges when solving copiesRichard Biener1-11/+14
2023-04-19Fix do_sd_constraint escape special casingRichard Biener1-1/+1
2023-04-19Remove senseless store in do_sd_constraintRichard Biener1-4/+1
2023-04-19Avoid non-unified nodes on the topological sorting for PTA solvingRichard Biener1-2/+3
2023-04-19tree-optimization/44794 - avoid excessive RTL unrolling on epiloguesRichard Biener1-0/+6
2023-04-19LoongArch: Improve cpymemsi expansion [PR109465]Xi Ruoyao7-49/+91
2023-04-19LoongArch: Improve GAR store for va_listXi Ruoyao2-1/+27
2023-04-19Avoid unnecessary epilogues from tree_unroll_loopRichard Biener1-1/+1
2023-04-19Simplify gimple_assign_loadRichard Biener2-17/+21
2023-04-19aarch64: Delete __builtin_aarch64_neg* builtins and their useKyrylo Tkachov2-4/+1
2023-04-19tree-vect-patterns: Improve __builtin_{clz,ctz,ffs}ll vectorization [PR109011]Jakub Jelinek2-25/+171
2023-04-19dse: Use SUBREG_REG for copy_to_mode_reg in DSE replace_read for WORD_REGISTE...Jakub Jelinek1-1/+13
2023-04-19[aarch64] Use wzr/xzr for assigning 0 to vector element.Prathamesh Kulkarni2-0/+54
2023-04-19aarch64: PR target/108840 Simplify register shift RTX costs and eliminate shi...Kyrylo Tkachov2-52/+49
2023-04-19rtl-optimization/109237 - quadraticness in delete_trivially_dead_insnsRichard Biener1-15/+24
2023-04-19rtl-optimization/109237 - speedup bb_is_just_returnRichard Biener1-2/+2
2023-04-19testsuite: Fix up pr109524.C for -std=c++23 [PR109524]Jakub Jelinek1-1/+1
2023-04-19install.texi: Document --enable-decimal-float for AArch64Christophe Lyon1-7/+8
2023-04-19Check hard_regno_mode_ok before setting lowest memory move cost for the mode ...liuhongt1-0/+4
2023-04-19Daily bump.GCC Administrator4-1/+339
2023-04-18doc: remove stray @golJason Merrill1-1/+1
2023-04-18ifcvt.cc: Prevent excessive if-conversion for conditional movesTakayuki 'January June' Suwa1-1/+1
2023-04-18Add -gcodeview optionMark Harmstone4-0/+18
2023-04-18PHIOPT: Move tree_ssa_cs_elim into pass_cselim::execute.Andrew Pinski1-61/+57
2023-04-18gcc: Drop obsolete INCLUDE_PTHREAD_HSam James1-4/+0
2023-04-18vect: Verify that GET_MODE_UNITS is greater than one for vect_grouped_store_s...Kevin Lee1-0/+2
2023-04-18Add TARGET_ZBKB to the condition of bswapsi2, bswapdi2 and rotr<mode>3 patternsSinan Lin1-3/+3
2023-04-18i386: Improve permutations with INSERTPS instruction [PR94908]Uros Bizjak8-9/+164
2023-04-18Add GTY support for vrange.Aldy Hernandez2-37/+99
2023-04-18constraint: fix relaxed memory and repeated constraint handlingVictor L. Do Nascimento2-4/+38
2023-04-18Docs: Add doc for RISC-V vector intrinsicsKito Cheng1-0/+9
2023-04-18middle-end/108786 - add bitmap_clear_first_set_bitRichard Biener9-20/+48
2023-04-18Shrink points-to analysis dumps when not dumping with -detailsRichard Biener19-46/+53
2023-04-18PHIOPT: add folding/simplification detail to the dumpAndrew Pinski1-0/+29
2023-04-18PHIOPT: small cleanup in match_simplify_replacementAndrew Pinski1-3/+2
2023-04-18aarch64: Use standard RTL codes for __rev16 intrinsic expansionKyrylo Tkachov1-9/+17
2023-04-18Declare dconstm0 to go along with dconst0 and friends.Aldy Hernandez5-9/+11
2023-04-18RAII auto_mpfr and autp_mpzRichard Biener4-15/+41
2023-04-18aarch64: Use intrinsic flags information rather than hardcoding FLAG_AUTO_FPKyrylo Tkachov1-1/+1
2023-04-18Fixed typo.Jin Ma1-1/+1
2023-04-18Return true from operator== for two identical ranges containing NAN.Aldy Hernandez1-10/+0
2023-04-18Add inchash support for vrange.Aldy Hernandez4-0/+95
2023-04-18tree-optimization/109539 - restrict PHI handling in access diagnosticsRichard Biener1-11/+45
2023-04-18amdgcn: HardFP divideAndrew Stubbs4-97/+144
2023-04-18aarch64: Give hint for -mcpu options that match -march insteadKyrylo Tkachov2-0/+19
2023-04-18aarch64: Add QI -> HI zero-extension for LDAPRKyrylo Tkachov2-3/+11
2023-04-18RISC-V: Adjust the parsing order of extensions to be consistent with riscv-sp...Jin Ma2-7/+7
2023-04-18match.pd: Improve fneg/fadd optimization [PR109240]Jakub Jelinek3-54/+175
2023-04-18Abstract out REAL_VALUE_TYPE streaming.Aldy Hernandez4-25/+38
2023-04-18Abstract out calculation of max HWIs per wide int.Aldy Hernandez1-5/+7