aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-24alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi1-3/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-4/+4
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-11/+8
2006-09-15cfgrtl.c (emit_insn_at_entry): New function.Bernd Schmidt1-1/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+3
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-2/+2
2005-08-01Makefile.in: Add ipcp.c, ipa-prop.h, ipa-prop.c.Razya Ladelsky1-76/+0
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-1/+2
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+18
2005-06-29target.h (gcc_target): New field allocate_initial_value.Kaz Kojima1-32/+35
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-20integrate.c (allocate_initial_values): Update the references to global_live_a...Kaz Kojima1-4/+6
2005-06-09re PR tree-optimization/20610 (Real by complex multiplications perform unnece...Richard Henderson1-0/+1
2005-05-17cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher1-0/+1
2005-05-13re PR rtl-optimization/20769 (bt-load.c doesn't take nonlocal gotos into acco...J"orn Rennecke1-2/+14
2005-05-08integrate.h (get_hard_reg_initial_val): Change type of register parameter fro...Richard Sandiford1-3/+3
2005-05-07integrate.c (get_func_hard_reg_initial_val): Delete.Richard Sandiford1-30/+27
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-10/+11
2004-11-19integrate.c (has_func_hard_reg_initial_val, [...]): Make them static.Kazu Hirata1-2/+2
2004-11-13cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher1-420/+0
2004-10-08integrate.c (try_constants, [...]): Remove.Kazu Hirata1-439/+0
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-4/+1
2004-07-27cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher1-13/+0
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson1-0/+5
2004-07-22integrate.c (copy_decl_for_inlining): Remove invisible reference handling.Jason Merrill1-26/+4
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-1/+1
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-1/+0
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-1/+1
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-4/+3
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-35/+0
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-3/+3
2004-07-01function.h (struct function): Remove x_function_call_count.Richard Henderson1-7/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-0/+5
2004-06-20re PR middle-end/16089 (unwind-dw2.c:1311: error: insn outside basic block)Andrew Pinski1-1/+1
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-8/+8
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1827/+20
2004-04-29combine.c (combine_simplify_rtx): Adjust call to use simplify_relational_oper...Paolo Bonzini1-8/+12
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-1/+1
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata1-5/+5
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-2/+2
2004-03-09simplify-rtx.c (simplify_const_relational_operation): New function renamed fr...Roger Sayle1-21/+5
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-8/+13
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-12/+14
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1
2004-01-25c-common.h: Fix comment typos.Kazu Hirata1-1/+1
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-1/+1