summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
Commit message (Expand)AuthorAgeFilesLines
* bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini2005-08-101-2/+2
* Makefile.in: Add ipcp.c, ipa-prop.h, ipa-prop.c.Razya Ladelsky2005-08-011-76/+0
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-1/+2
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+18
* target.h (gcc_target): New field allocate_initial_value.Kaz Kojima2005-06-291-32/+35
* Update FSF address.Kelley Cook2005-06-251-2/+2
* integrate.c (allocate_initial_values): Update the references to global_live_a...Kaz Kojima2005-06-201-4/+6
* re PR tree-optimization/20610 (Real by complex multiplications perform unnece...Richard Henderson2005-06-091-0/+1
* cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher2005-05-171-0/+1
* re PR rtl-optimization/20769 (bt-load.c doesn't take nonlocal gotos into acco...J"orn Rennecke2005-05-131-2/+14
* integrate.h (get_hard_reg_initial_val): Change type of register parameter fro...Richard Sandiford2005-05-081-3/+3
* integrate.c (get_func_hard_reg_initial_val): Delete.Richard Sandiford2005-05-071-30/+27
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-10/+11
* integrate.c (has_func_hard_reg_initial_val, [...]): Make them static.Kazu Hirata2004-11-191-2/+2
* cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher2004-11-131-420/+0
* integrate.c (try_constants, [...]): Remove.Kazu Hirata2004-10-081-439/+0
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-4/+1
* cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher2004-07-271-13/+0
* c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson2004-07-251-0/+5
* integrate.c (copy_decl_for_inlining): Remove invisible reference handling.Jason Merrill2004-07-221-26/+4
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-1/+1
* except.c (expand_eh_region_start, [...]): Remove.Richard Henderson2004-07-081-1/+0
* builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva2004-07-071-1/+1
* langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner2004-07-051-4/+3
* rtl.def (ADDRESSOF): Remove.Richard Henderson2004-07-041-35/+0
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-3/+3
* function.h (struct function): Remove x_function_call_count.Richard Henderson2004-07-011-7/+0
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-0/+5
* re PR middle-end/16089 (unwind-dw2.c:1311: error: insn outside basic block)Andrew Pinski2004-06-201-1/+1
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-8/+8
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-1827/+20
* combine.c (combine_simplify_rtx): Adjust call to use simplify_relational_oper...Paolo Bonzini2004-04-291-8/+12
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-1/+1
* bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata2004-03-221-5/+5
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-1/+1
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-2/+2
* simplify-rtx.c (simplify_const_relational_operation): New function renamed fr...Roger Sayle2004-03-091-21/+5
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-8/+13
* (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher2004-02-171-12/+14
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-1/+1
* c-common.h: Fix comment typos.Kazu Hirata2004-01-251-1/+1
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-1/+1
* system.h: Poison PROMOTED_MODESteven Bosscher2004-01-141-1/+1
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* tree.c (initializer_zerop): Add test for empty set.Waldek Hebisch2003-12-151-0/+3
* * integrate.c (copy_decl_for_inlining): Revert previous patch.Jan Hubicka2003-10-181-4/+1
* rtl.h (rtl_size): Declare.Richard Sandiford2003-10-181-2/+1
* * integrate.c (copy_decl_for_inlining): Fix copying of copies.Jan Hubicka2003-10-181-1/+4