aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-18 * rtl.h (rtl_size): Declare.Richard Sandiford
2003-10-11 * Makefile.in (web.o): New.Jan Hubicka
2003-09-12 PR optimization/8967Roger Sayle
2003-09-04 * targhooks.c: New file.DJ Delorie
2003-08-14 * regclass.c (init_reg_modes): Make non-static.Per Bothner
2003-08-01 * system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.Richard Henderson
2003-07-30 * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.Zdenek Dvorak
2003-07-14 * cfglayout.c (locator_file): Break out from ....Jan Hubicka
2003-07-11 * regclass.c (choose_hard_reg_mode): Add third argument.J"orn Rennecke
2003-07-07 * rtl.h (emit_line_note): Take a location_t.Nathan Sidwell
2003-07-07PR optimization/9812Jim Wilson
2003-07-06 * jump.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-032003-07-03 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-07-03 * rtl.h (NOTE_DATA): Refer to whole union.Nathan Sidwell
2003-07-01 * rtl.h (emit_line_note_after): Remove.Nathan Sidwell
2003-07-01 * combine.c (distribute_notes): Don't bother REG_WAS_0.Kazu Hirata
2003-06-28 * explow.c (find_next_ref): Remove.Kazu Hirata
2003-06-27 * rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell
2003-06-25 * jump.c (next_nondeleted_insn): Remove.Kazu Hirata
2003-06-19 * c-tree.h: Remove declaration of poplevel.Andreas Jaeger
2003-06-182003-06-18 Stephen Clarke <stephen.clarke@superh.com>Stephen Clarke
2003-06-17 * rtl.h: Remove declarations from coverage.h.Andreas Jaeger
2003-06-16 * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,Nathanael Nerode
2003-06-16 * function.h (struct emit_status): Remove x_last_linenum,Nathan Sidwell
2003-06-15 * alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger
2003-06-14 * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.Roger Sayle
2003-06-12 * gcse.c (fis_get_condition): Make it a global function.Kazu Hirata
2003-06-08 * cfglayout.c (insn_scope): New static functionJan Hubicka
2003-06-08 * predict.h: Convert to ISO C90 prototypes.Andreas Jaeger
2003-06-06 * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka
2003-06-03 * builtins.c (expand_builtin_memcpy): Remove endp argument and endpJakub Jelinek
2003-06-01 * genrecog.c: Use ISO C90 prototypes.Andreas Jaeger
2003-05-14 * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename fromRichard Henderson
2003-05-13 * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.Zack Weinberg
2003-05-05 * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.Zack Weinberg
2003-05-03 * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.Olivier Hainque
2003-04-27 * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,Zack Weinberg
2003-04-22 PR 8866Richard Henderson
2003-04-21 Break out coverage routines to new file.Nathan Sidwell
2003-04-17 * emit-rtl.c (subreg_hard_regno): Check that register is representable.Jan Hubicka
2003-04-17 * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.Richard Henderson
2003-04-17 * rtl.h (MEM_ALIAS_SET): Update documentation.Richard Henderson
2003-04-142003-04-14 Janis Johnson <janis287@us.ibm.com>Janis Johnson
2003-04-11 * rtl.def (SYMBOL_REF): Add two 0 fields.Richard Henderson
2003-04-062003-04-06 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-04-05 * alias.c (find_base_term): Export.Zdenek Dvorak
2003-04-03 PR optimization/10157Eric Botcazou
2003-03-24 * function.c (put_var_into_stack): Change bool parameter to int.Mark Mitchell
2003-03-24 PR c++/7086Mark Mitchell