aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/md.texi
AgeCommit message (Expand)AuthorFilesLines
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka1-0/+10
2007-01-28* doc/md.texi (Standard Pattern Names): Document blockage pattern.David Edelsohn1-0/+7
2007-01-09genautomata.c (STATS_OPTION): New option.Ben Elliston1-2/+6
2006-12-02* doc/extend.texi, doc/invoke.texi, doc/md.texi: Fix typos.Kazu Hirata1-1/+1
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-0/+28
2006-11-21xtensa.c (xtensa_char_to_class): Delete.Bob Wilson1-1/+1
2006-11-21configure.in (skipdirs): Don't build target-libiberty for SPU.Trevor Smigiel1-0/+70
2006-11-08[multiple changes]Dorit Nuzman1-0/+30
2006-11-02md.texi (RS6000 constraints): Document H, Z, a, t, and W constraints.Andrew Pinski1-0/+19
2006-10-29genopinit.c (optabs): Change lfloor_optab and lceil_optab to conversion optabs.Richard Guenther1-0/+12
2006-10-28re PR target/28806 (lround is not expanded inline to SSE conversion sequence)Richard Guenther1-0/+6
2006-10-25optabs.h (enum optab_index): Remove OTI_lrint.Richard Guenther1-0/+6
2006-10-25optabs.h (enum optab_index): Rename OTI_drem to OTI_remainder.Uros Bizjak1-0/+20
2006-10-19invoke.texi (Score Options): New section.Chen Liqin1-0/+81
2006-09-15md.texi (Processor pipeline description): Fix typo in example of how to use t...Nick Clifton1-5/+5
2006-06-18bfin.h (REG_CLASS_FROM_LETTER): Rename constraint 'B' to 'v', 'l' to 'u'.Jie Zhang1-1/+10
2006-03-31md.texi: Refer to avr/constraints.md instead of avr/avr.h.Denis Chertykov1-1/+1
2006-03-22md.texi: Refer to i386/constraints.md instead of i386/predicates.md.Richard Sandiford1-1/+1
2006-03-09md.texi: Update documentation of MIPS constraints.Richard Sandiford1-28/+25
2006-03-01md.texi: Avoid use of @headitem so that makeinfo <4.7 continues to work.Zack Weinberg1-1/+1
2006-02-28* doc/md.texi: Fix typo in previous change.Zack Weinberg1-1/+1
2006-02-28* rtl.def (define_constraint, define_register_constraint)Zack Weinberg1-90/+331
2006-02-26md.texi (Machine Constraints): Refer to all files with paths relative to gcc ...Zack Weinberg1-20/+20
2006-01-23r110130@banpei: zack | 2006-01-22 14:52:43 -0800Zack Weinberg1-4/+25
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-1/+20
2006-01-12shift.md: Rewrite...DJ Delorie1-2/+2
2005-12-15mt.c (mt_override_options): Require lower case architectures.Nathan Sidwell1-1/+1
2005-12-06md.texi: Adapt to implementation.Adrian Straetling1-1/+1
2005-11-26md.texi (Insn Canonicalizations): Refer to the function commutative_operand_p...Hans-Peter Nilsson1-0/+3
2005-11-24re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391)J"orn Rennecke1-4/+4
2005-11-20expr.c (expand_expr_real): Use usmul_optab for widening signed * unsigned mul...Bernd Schmidt1-0/+8
2005-11-11re PR c/24644 (gcc-4.1 compiled ppc64 kernels do not boot)David Edelsohn1-0/+10
2005-11-07expmed.c (extract_bit_field): Do not use insv/extv/extzv patterns if the bits...Eric Botcazou1-2/+2
2005-10-17re PR target/23424 (cris.md rtl canonicalization bug)Hans-Peter Nilsson1-1/+4
2005-10-06md.texi (Standard Names): Fix name of pushm1 pattern.Eric Christopher1-13/+13
2005-09-30tree-vect-transform.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2005-08-22invoke.texi (Option Summary): Add ms1 options.Aldy Hernandez1-0/+29
2005-08-13* doc/md.texi (Machine Constraints): Fix misplaced @end table.Andreas Schwab1-1/+1
2005-08-10md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus):Dorit Nuzman1-0/+37
2005-08-03contrib.texi: Mention crx.Paul Woegerer1-0/+31
2005-07-20config.gcc: Add m32c-elf support.DJ Delorie1-0/+129
2005-07-20config.gcc: Remove support for sparc-*-openbsd*...Kazu Hirata1-70/+0
2005-07-12builtins.c: (expand_builtin_memcmp, expand_builtin_strncmp): s/cmpstrsi/cmpst...Adrian Straetling1-2/+21
2005-06-30function.c (stack_protect_epilogue): Pass label to stack_protect_test, assume...Jakub Jelinek1-6/+4
2005-06-28builtins.c: (expand_builtin_memset): Rewrite to support 'set_storage_via_setm...Adrian Straetling1-6/+8
2005-06-27c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson1-0/+24
2005-06-18md.texi (Standard Names): Change insn pattern name from truncM2 to btruncM2 f...Uros Bizjak1-2/+13
2005-06-08system.h: Poison EXTRA_CC_MODES.Eric Christopher1-3/+3
2005-06-06* doc/md.texi (Insn Splitting): Fix some wording.Ben Elliston1-2/+2
2005-05-10read-rtl.c (struct macro_traverse_data): Define.Ian Lance Taylor1-11/+26