summaryrefslogtreecommitdiff
path: root/gcc/bt-load.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * bt-load.c: Follow spelling conventions.Kazu Hirata2003-06-221-1/+1
* * bt-load.c (migrate_btr_defs): Correct printf arguments.Andreas Jaeger2003-06-191-2/+3
* bt-load.c (migrate_btr_def): Conditionalize calls to insn_default_latency and...Hans-Peter Nilsson2003-06-191-1/+4
* bt-load.c: New file.Stephen Clarke2003-06-181-0/+1380