aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-18LoongArch: Optimize additions with immediatesXi Ruoyao9-16/+246
2023-04-18Add two new methods to Value_Range.Aldy Hernandez1-0/+9
2023-04-18Constify invariant fields of vrange and irange.Aldy Hernandez1-10/+11
2023-04-18LoongArch: Remove the definition of the macro LOGICAL_OP_NON_SHORT_CIRCUIT un...Lulu Cheng1-1/+0
2023-04-18LoongArch: Add built-in functions description of LoongArch Base instruction s...Lulu Cheng1-0/+129
2023-04-18Daily bump.GCC Administrator5-1/+172
2023-04-17RISC-V: make the stack manipulation codes more readable.Fei Gao1-7/+10
2023-04-17c++: bound ttp level lowering [PR109531]Patrick Palka3-19/+50
2023-04-17RISC-V: optimize stack manipulation in save-restoreFei Gao2-24/+66
2023-04-17PHIOPT: Remove gate_hoist_loads prototypeAndrew Pinski1-1/+0
2023-04-17Do not export global ranges from -Walloca pass.Aldy Hernandez1-2/+1
2023-04-17RISC-V: Force ilp32d for the T-Head FMV testPalmer Dabbelt1-1/+1
2023-04-17RISC-V: Set the ABI for the RVV testsPalmer Dabbelt1-1/+3
2023-04-17RISC-V: Clean up the pr106602.c testcasePalmer Dabbelt3-1/+30
2023-04-17RISC-V: add a new parameter in riscv_first_stack_step.Fei Gao1-20/+20