aboutsummaryrefslogtreecommitdiff
path: root/gcc/gengenrtl.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-3/+8
2017-12-20poly_int: rtx constantsRichard Sandiford1-0/+1
2017-07-29replace rtx_alloc_stat with c++Trevor Saunders1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-05-19rtl.h (PUT_MODE_RAW): New macro.Richard Sandiford1-1/+1
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-1/+2
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-5/+24
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-09-09Handcode gen_rtx_INSNDavid Malcolm1-0/+1
2014-08-27Introduce rtx_expr_list subclass of rtx_defDavid Malcolm1-1/+2
2014-08-27Introduce rtx_insn_list subclass of rtx_defDavid Malcolm1-1/+2
2014-05-13rtl.def (VAR_LOCATION): Remove "i" field.Richard Sandiford1-3/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-07-11basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher1-2/+2
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-0/+1
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-0/+3
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-06-01gegenrtl.c: Remove unnecesary prototypes.Jan Hubicka1-80/+14
2010-05-22rtl.h (union rtunion_def): Remove rt_bit member.Steven Bosscher1-5/+0
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-1/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-05-24invoke.texi (-fdump-unnumbered): Update docs when line number notes are gone.Jan Hubicka1-4/+15
2005-06-25Update FSF address.Kelley Cook1-2/+2
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-09-09Makefile.in (gengtype): Use $(BUILD_ERRORS).Nathan Sidwell1-2/+2
2004-09-02*** empty log message ***Dan Nicolaescu1-3/+1
2003-10-18rtl.h (rtl_size): Declare.Richard Sandiford1-2/+2
2003-10-11gengenrtl.c (find_formats, genheader): Make i an unsigned int, remove cast of...Zack Weinberg1-4/+4
2003-10-10genmodes.c, [...]: New files.Zack Weinberg1-10/+8
2003-07-05genattr.c (internal_dfa_insn_code): Output prototype.Kaveh R. Ghazi1-6/+3
2003-06-16builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on I...Kaveh R. Ghazi1-1/+1
2003-06-01genrecog.c: Use ISO C90 prototypes.Andreas Jaeger1-39/+29
2002-12-18* gengenrtl.c (gencode): Delete unnecessary rtl_obstack declaration.Geoffrey Keating1-1/+0
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+5
2002-07-21gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth1-4/+0
2002-07-11rtl.h (gen_rtx_CONST_VECTOR): Declare.J"orn Rennecke1-1/+2
2002-05-31gcse.c (gcse_emit_move_after): New.Jan Hubicka1-0/+3
2002-05-30gengenrtl.c (type_from_format, [...]): Support 'B'.Jan Hubicka1-2/+4
2002-05-19gengenrtl.c: Add prototype for excluded_rtx.Andreas Jaeger1-7/+8
2002-05-13emit-rtl.c (global_rtl): Update comment.Zack Weinberg1-4/+18
2002-04-19real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as appropriate.Zack Weinberg1-63/+0
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-12/+10
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi1-2/+2