aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/md.texi
AgeCommit message (Expand)AuthorFilesLines
2022-10-05rs6000: Remove the wD constraintSegher Boessenkool1-3/+0
2022-10-03vect: while_ult for integer masksAndrew Stubbs1-3/+12
2022-09-20replace "the the" typosMartin Liska1-1/+1
2022-08-26Implement __builtin_issignalingJakub Jelinek1-0/+4
2022-08-26cr16: remove obsoleted portMartin Liska1-34/+0
2022-06-25Remove long deprecated tilegx and tilepro portsJeff Law1-148/+0
2022-05-10doc: Fix mode iterator exampleSegher Boessenkool1-1/+1
2022-03-29LoongArch Port: Add doc.chenglulu1-0/+26
2022-02-02vect: Simplify and extend the complex numbers validation routines.Tamar Christina1-24/+28
2022-01-24rtl: builtins: (not just) rs6000: Add builtins for fegetround, feclearexcept ...Raoni Fassina Firmino1-0/+17
2022-01-17Change references of .c files to .cc filesMartin Liska1-3/+3
2022-01-17widening_mul, i386: Improve spaceship expansion on x86 [PR103973]Jakub Jelinek1-0/+9
2022-01-13vect: Add bias parameter for partial vectorizationRobin Dapp1-10/+28
2022-01-03i386, fab: Optimize __atomic_{add,sub,and,or,xor}_fetch (x, y, z) {==,!=,<,<=...Jakub Jelinek1-0/+24
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-15Generate XXSPLTIW on power10.Michael Meissner1-0/+4
2021-12-15Add LXVKQ support.Michael Meissner1-0/+4
2021-11-30vect: Add support for fmax and fmin reductionsRichard Sandiford1-0/+8
2021-11-17Add IFN_COND_FMIN/FMAX functionsRichard Sandiford1-0/+4
2021-10-11ldist: Recognize strlen and rawmemchr like loopsStefan Schulze Frielinghaus1-0/+7
2021-10-07Introduce smul_highpart and umul_highpart RTX for high-part multiplicationsRoger Sayle1-2/+4
2021-09-01md/define_c_enum: support value assignationYunQiang Su1-0/+4
2021-08-05doc: Document cond_* shift optabs in md.texiRichard Sandiford1-0/+11
2021-07-30doc: correct documentation of "call" (et al) operand 2.Hans-Peter Nilsson1-2/+6
2021-07-14Vect: Add support for dot-product where the sign for the multiplicant changes.Tamar Christina1-6/+46
2021-07-13docs: Add 'S' to Machine Constraints for RISC-VKito Cheng1-0/+3
2021-07-09docs: don't split @smallexample in multiple @groupsSergei Trofimovich1-9/+0
2021-07-09docs: add missing 'see' wordSergei Trofimovich1-1/+1
2021-07-06Add FMADDSUB and FMSUBADD SLP vectorization patterns and optabsRichard Biener1-0/+14
2021-06-24Add x86 addsub SLP patternRichard Biener1-0/+8
2021-05-25C-SKY: Add fpuv3 instructions and CK860 arch.Geng Qi1-0/+8
2021-05-04Remove CC0Segher Boessenkool1-13/+5
2021-03-22[PR99581] Define relaxed memory and use it for aarch64Vladimir N. Makarov1-1/+27
2021-01-14slp: support complex FMS and complex FMS conjugateTamar Christina1-0/+45
2021-01-14slp: support complex FMA and complex FMA conjugateTamar Christina1-0/+45
2021-01-14slp: support complex multiply and complex multiply conjugateTamar Christina1-0/+44
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-13middle-end: Support complex AdditionTamar Christina1-0/+48
2020-12-05RTL: Also support HOST_WIDE_INT with int iteratorsMaciej W. Rozycki1-5/+5
2020-11-19[2/3] [vect] Add widening add, subtract patternsJoel Hutton1-0/+22
2020-11-10doc: Fix grammar in description of earlyclobberAlex Coplan1-1/+1
2020-07-08IFN/optabs: Support vector load/store with lengthKewen Lin1-0/+26
2020-02-10md.texi (Define Subst): Match closing paren in example.Hans-Peter Nilsson1-1/+1
2020-02-03rs6000: Update constraint documentationSegher Boessenkool1-98/+94
2020-01-09re PR inline-asm/93202 ([RISCV] ICE when using inline asm 'h' operand modifier)Jakub Jelinek1-1/+1
2020-01-07Update 'Q' constraint documentation.Michael Meissner1-2/+1
2020-01-06mips.c (vr4130_align_insns): Fix typo.Bryan Stenson1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-18Add optabs for accelerating RAW and WAR alias checksRichard Sandiford1-0/+31
2019-11-08Generalise gather and scatter optabsRichard Sandiford1-17/+17