aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
AgeCommit message (Expand)AuthorFilesLines
2003-07-06re PR rtl-optimization/9812 ([m68k] ICE in extract_insn, at recog.c:2148)James E Wilson1-1/+0
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-486/+439
2003-07-03rtl.h (ECF_*, [...]): Move from here...Steven Bosscher1-33/+0
2003-07-03rtl.h (NOTE_DATA): Refer to whole union.Nathan Sidwell1-1/+1
2003-07-01rtl.h (emit_line_note_after): Remove.Nathan Sidwell1-2/+3
2003-07-01combine.c (distribute_notes): Don't bother REG_WAS_0.Kazu Hirata1-6/+0
2003-06-28explow.c (find_next_ref): Remove.Kazu Hirata1-2/+0
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-1/+1
2003-06-25jump.c (next_nondeleted_insn): Remove.Kazu Hirata1-1/+0
2003-06-19c-tree.h: Remove declaration of poplevel.Andreas Jaeger1-30/+0
2003-06-18bt-load.c: New file.Stephen Clarke1-0/+4
2003-06-17rtl.h: Remove declarations from coverage.h.Andreas Jaeger1-5/+0
2003-06-16convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode1-1/+1
2003-06-16function.h (struct emit_status): Remove x_last_linenum, x_last_filename.Nathan Sidwell1-0/+4
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger1-21/+20
2003-06-14rtl.h (STORE_FLAG_VALUE): Remove default definition from here.Roger Sayle1-6/+0
2003-06-12gcse.c (fis_get_condition): Make it a global function.Kazu Hirata1-0/+1
2003-06-08cfglayout.c (insn_scope): New static functionJan Hubicka1-7/+10
2003-06-08predict.h: Convert to ISO C90 prototypes.Andreas Jaeger1-5/+5
2003-06-06function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka1-0/+1
2003-06-03builtins.c (expand_builtin_memcpy): Remove endp argument and endp != 0 handling.Jakub Jelinek1-2/+2
2003-06-01genrecog.c: Use ISO C90 prototypes.Andreas Jaeger1-39/+39
2003-05-14rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from DEFERRED_CONSTANT_P.Richard Henderson1-6/+7
2003-05-13varasm.c (notice_rtl_inlining_of_deferred_constant): New function.Zack Weinberg1-0/+3
2003-05-05rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.Zack Weinberg1-4/+5
2003-05-03emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque1-0/+2
2003-04-27varasm.c (const_str_htab_hash, [...]): Kill.Zack Weinberg1-1/+1
2003-04-22re PR middle-end/8866 (Bug in switch statement code generation -- missing label)Richard Henderson1-1/+7
2003-04-21Break out coverage routines to new file.Nathan Sidwell1-2/+6
2003-04-17emit-rtl.c (subreg_hard_regno): Check that register is representable.Jan Hubicka1-0/+4
2003-04-17rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.Richard Henderson1-1/+2
2003-04-16rtl.h (MEM_ALIAS_SET): Update documentation.Richard Henderson1-6/+3
2003-04-14rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.Janis Johnson1-1/+1
2003-04-11rtl.def (SYMBOL_REF): Add two 0 fields.Richard Henderson1-0/+40
2003-04-06hashtable.c (gcc_obstack_init): Delete this function and everything related t...Steven Bosscher1-4/+0
2003-04-05alias.c (find_base_term): Export.Zdenek Dvorak1-0/+1
2003-04-03re PR rtl-optimization/10157 ([Sparc] internal compiler error: in extract_ins...Eric Botcazou1-0/+1
2003-03-24function.c (put_var_into_stack): Change bool parameter to int.Mark Mitchell1-1/+1
2003-03-24re PR c++/7086 (compile time regression)Mark Mitchell1-1/+1
2003-03-15rtl.h (subrtx_p): Renamed to rtx_referenced_p.Josef Zlomek1-3/+4
2003-03-10cfgcleanup.c (outgoing_edges_match): Compare the jump tables.Josef Zlomek1-0/+10
2003-02-28emit-rtl.c (set_reg_attrs_for_parm): New function.Josef Zlomek1-0/+1
2003-02-20toplev.c (flag_sched2_use_superblocks, [...]): New global variables.Jan Hubicka1-1/+1
2003-02-20combine.c (distribute_notes): Kill REG_EXEC_COUNT.Josef Zlomek1-5/+0
2003-02-05genconfig.c (main): Generate CC0_P.Kazu Hirata1-7/+0
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-1/+28
2003-01-23re PR rtl-optimization/8423 (CSE1 not propagating __builtin_constant_p enough)Roger Sayle1-0/+1
2003-01-16gcse.c (one_cprop_pass): Change function arguments to take both cprop_jumps a...Roger Sayle1-1/+2
2003-01-08i386.md (adddi3_carry_rex64, [...]): Name pattern.Jan Hubicka1-0/+1
2002-12-26ssa-dce.c (EXECUTE_IF_UNNECESSARY): Verify INSN is an INSN_P before checking ...Jose Renau1-3/+4