aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-18rtl.h (rtl_size): Declare.Richard Sandiford1-11/+19
2003-10-10genmodes.c, [...]: New files.Zack Weinberg1-109/+0
2003-07-30combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.Zdenek Dvorak1-1/+1
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-55/+19
2003-07-01combine.c (distribute_notes): Don't bother REG_WAS_0.Kazu Hirata1-1/+1
2003-02-20combine.c (distribute_notes): Kill REG_EXEC_COUNT.Josef Zlomek1-1/+1
2003-01-26rtl.c (get_mode_alignment): Moved to...Alexandre Oliva1-25/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-13* rtl.c (shallow_copy_rtx): Use memcpy for the entire node.Richard Henderson1-11/+4
2002-09-17machmode.def (V1DImode): New mode.Nick Clifton1-1/+1
2002-09-16Index: gcc/ChangeLogGeoffrey Keating1-0/+1
2002-06-04Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka1-2/+1
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka1-0/+1
2002-05-09read-rtl.c: Fix formatting.Kazu Hirata1-1/+1
2002-05-08rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name, and use it in al...Janis Johnson1-3/+4
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka1-1/+2
2002-05-07rtl.h (struct rtx_def): Update comments.Janis Johnson1-9/+23
2002-04-19real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as appropriate.Zack Weinberg1-62/+0
2002-03-08rtl.c (copy_most_rtx): Move from here ...Richard Kenner1-100/+0
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-12/+10
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-8/+28
2002-01-30rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.Richard Henderson1-1/+1
2002-01-10read-rtl.c: Fix formatting.Kazu Hirata1-2/+2
2001-12-18machmode.h (mode_name, [...]): Set array size in declaration to NUM_MACHINE_M...Kaveh R. Ghazi1-11/+11
2001-12-08rtl.c (rtx_equal_p): Check for null pointers when comparing rtx strings.John David Anglin1-1/+3
2001-11-03cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_ME...Richard Kenner1-6/+6
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-0/+18
2001-10-11rtl.h (REG_VTABLE_REF): New.Richard Henderson1-1/+2
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-22/+23
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-08-11rtl.h (REG_EH_RETHROW): Remove.Richard Henderson1-1/+1
2001-08-08calls.c (ECF_ALWAYS_RETURN): New constant.Jan Hubicka1-1/+1
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-2/+2
2001-07-15machmode.def (Pmode): Redefine if GENERATOR_FILE.Richard Henderson1-10/+7
2001-07-03rtl.c (copy_rtx): Handle 'T' format letter.Zack Weinberg1-0/+1
2001-06-30rtl.def (DEFINE_INSN, [...]): Change output-template slot to format 'T'.Zack Weinberg1-0/+3
2001-06-28i386.md: Global update to use new string syntax where it will improve readabi...Zack Weinberg1-614/+2
2001-05-22rtl.c (read_string): Break out from ...Richard Henderson1-47/+63
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg1-21/+12
2001-02-24* rtl.c (rtl_check_failed_code2): Fix typo in last change.Kaveh R. Ghazi1-1/+1
2001-02-23diagnostic.c (trim_filename): No longer static.Richard Kenner1-20/+22
2000-12-27rtl.c (copy_most_rtx, [...]): Copy frame_related flag.Alexandre Oliva1-0/+2
2000-12-20rtl.h (REG_NON_LOCAL_GOTO): New.Richard Henderson1-1/+2
2000-11-22rtl.h (traverse_md_constants): Declare.J"orn Rennecke1-0/+123
2000-11-16oops, forgot a constDJ Delorie1-1/+1
2000-11-16rtl.c (read_rtx): Provide suitable names for unnamed define_insn and define_i...DJ Delorie1-0/+23
2000-10-29toplev.c, [...]: Change comments mentioning C9X to refer to C99 instead.Joseph Myers1-1/+1
2000-10-13Remove obstacks.Mark Mitchell1-40/+17
2000-09-18machmode.def: Add BImode.Richard Henderson1-10/+25