summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
Commit message (Expand)AuthorAgeFilesLines
* * basic-block.h (PROP_POSTRELOAD): Do not include PROP_AUTOINC, westeven2004-12-131-1/+1
* * basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.nathan2004-11-251-2/+2
* * basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...nathan2004-11-251-12/+6
* * tree-ssa.c (ssa_remove_edge): Remove.kazu2004-11-221-1/+1
* * bitmap.h (struct bitmap_obstack): New obstack type.nathan2004-11-221-14/+3
* * basic-block.h (edge_def): Add dest_idx.kazu2004-11-201-0/+4
* * basic-block.h, c-common.h, df.h, expr.h, output.h, rtl.h,kazu2004-11-171-5/+0
* * basic-block.h (XMALLOC_REG_SET, XFREE_REG_SET): New.steven2004-11-101-13/+8
* * conflict.c (mark_reg, conflict_graph_compute): Remove.kazu2004-11-091-1/+0
* * flow.c (allocate_bb_life_data): Make it static.kazu2004-11-081-1/+0
* * bitmap.h (bitmap_empty_p): New.nathan2004-10-291-6/+5
* * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h,kazu2004-10-221-1/+1
* * basic-block.h (reg_set_iterator): New.kazu2004-10-181-30/+8
* PR tree-optimization/17766rakdver2004-10-161-2/+1
* * basic-block.h (edge_iterator): Keep the address of VEC(edge) *.bje2004-10-131-8/+18
* * basic-block.h: Remove the prototypes for can_hoist_insn_p,kazu2004-10-101-3/+0
* * basic-block.h: Remove the prototype forkazu2004-10-051-1/+0
* * basic-block.h: Fix a comment typo.kazu2004-09-281-1/+1
* 2004-09-24 Ben Elliston <bje@au.ibm.com>bje2004-09-281-13/+116
* * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP,rakdver2004-09-261-3/+27
* * basic-block.h (update_bb_profile_after_threading): Declare.hubicka2004-09-191-0/+1
* * basic-block.h, c-decl.c, c-parse.in, cgraphunit.c, ddg.c,kazu2004-09-171-1/+1
* * Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.rakdver2004-09-161-0/+2
* * Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.rakdver2004-09-141-0/+1
* * basic-block.h (guess_outgoing_edge_probabilities): Declare.hubicka2004-09-091-0/+1
* * basic-block.h (BB_SET_PARTITION): Clear old value first.zack2004-08-251-1/+6
* * basic-block.h (struct basic_block_def): Reorder fields tozack2004-08-241-21/+24
* * basic-block.h (struct edge_def): Remove crossing_edge.steven2004-08-191-3/+5
* * basic-block.h (profile_staus): New global variable.hubicka2004-08-041-0/+9
* PR rtl-optimization/16643rsandifo2004-07-261-1/+1
* * basic-block.h (reorder_block_def): Rename to reorder_block_def_p.bernie2004-07-251-1/+1
* * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.steven2004-07-211-1/+0
* * basic-block.h (remove_fake_exit_edges): Declare.rth2004-07-161-0/+1
* Conditionally compile support for --enable-mapped_location.bothner2004-06-301-1/+1
* * basic-block.h (could_fall_through): Declare.amylaar2004-06-141-0/+1
* * basic-block.h (struct edge_def): Add goto_locus.rth2004-06-091-0/+3
* * basic-block.c (tail_recursion_label_list): Don't declare.steven2004-06-031-9/+7
* * basic-block.h (life_analysis, delete_noop_moves):steven2004-05-151-2/+2
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-32/+90
* * basic-block.h (free_basic_block_vars): Update prototype.steven2004-05-051-1/+1
* 2004-04-09 Caroline Tice <ctice@apple.com>ctice2004-04-091-0/+12
* * basic-block.h (make_eh_edge, break_superblocks): Declare.hubicka2004-02-251-0/+2
* * loop-iv.c: New file.rakdver2004-02-171-0/+11
* * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.rakdver2004-01-291-8/+0
* * basic-block.h (PROP_POSTRELOAD): New macro.hubicka2004-01-231-0/+5
* * alias.c, basic-block.h, c-common.c, c-common.h,kazu2004-01-211-1/+1
* * basic-block.h (try_redirect_by_replacing_jump): Declare.hubicka2004-01-181-0/+1
* Backport from tree-ssa (relevant changes only):steven2003-12-301-17/+29
* 2003-12-11 Steven Bosscher <steven@gcc.gnu.org>steven2003-12-111-6/+3
* PR 13169amodra2003-12-061-0/+2