summaryrefslogtreecommitdiff
path: root/gcc/bt-load.c
Commit message (Expand)AuthorAgeFilesLines
...
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-6/+6
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck2007-06-191-2/+2
* bt-load.c (move_btr_def): Fix the order of arguments to validate_replace_rtx.Kaz Kojima2007-06-181-1/+1
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-22/+57
* regs.h (end_hard_regno): New function.Richard Sandiford2007-05-221-9/+6
* hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford2007-05-221-10/+9
* Whitespace fixupsMike Stump2006-05-181-7/+7
* re PR rtl-optimization/27406 (gcc.c-torture/execute/built-in-setjmp.c fails o...Kaz Kojima2006-05-141-0/+9
* re PR rtl-optimization/25739 (Memory leak in bt_load.c(augment_live_range))Uttam Pawar2006-03-141-1/+3
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-1/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-4/+4
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-6/+6
* bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston2005-07-191-1/+1
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+49
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-2/+2
* sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata2005-06-071-3/+4
* re PR rtl-optimization/20769 (bt-load.c doesn't take nonlocal gotos into acco...J"orn Rennecke2005-05-131-0/+16
* bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata2005-04-281-2/+2
* bt-load.c, [...]: Update copyright.Kazu Hirata2005-02-171-1/+1
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-6/+6
* bt-load.c (btr_def_s): New member own_end;J"orn Rennecke2004-12-061-19/+54
* bt-load.c (migrate_btr_defs): Remove unneeded NULL check.Nathan Sidwell2004-11-251-4/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-4/+0
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-23/+11
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-2/+4
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-33/+37
* alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell2004-08-301-7/+7
* genattr.c (struct range, [...]): Remove them.Paolo Bonzini2004-07-201-7/+4
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-6/+6
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-3/+3
* basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher2004-05-151-2/+2
* bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata2004-03-221-2/+1
* bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-1/+1
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-3/+3
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-48/+48
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-2/+2
* bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata2004-01-311-2/+2
* re PR middle-end/13779 ([3.4 only] powerpc64: incorrect initialization of 'lo...J"orn Rennecke2004-01-271-14/+83
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-11/+8
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-4/+4
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-13/+8
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-9/+9
* Makefile.in (bt-load.o): Depend on $(TM_P_H).Kaveh R. Ghazi2003-06-251-0/+1
* basic-block.h: Fix comment formatting.Kazu Hirata2003-06-231-22/+22