| Commit message (Expand) | Author | Age | Files | Lines |
* | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 2002-05-28 | 1 | -1/+1 |
* | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 2002-05-27 | 1 | -60/+60 |
* | lcm.c (optimize_mode_switching): Change bb used as indices to bb->index. | Toshiyasu Morita | 2002-05-24 | 1 | -6/+6 |
* | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 2002-05-23 | 1 | -83/+79 |
* | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 2002-05-16 | 1 | -184/+186 |
* | * lcm.c (optimize_mode_switching): Revert previous change. | Jason Thorpe | 2002-05-17 | 1 | -1/+1 |
* | * lcm.c (optimize_mode_switching): Fix typo. | Jason Thorpe | 2002-05-17 | 1 | -1/+1 |
* | Basic block renumbering removal. | Zdenek Dvorak | 2002-05-16 | 1 | -186/+184 |
* | sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status. | Richard Henderson | 2002-04-09 | 1 | -10/+11 |
* | attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof... | Kaveh R. Ghazi | 2002-03-03 | 1 | -1/+1 |
* | basic-block.h (BB_REACHABLE): Renumber. | Jan Hubicka | 2002-02-28 | 1 | -10/+6 |
* | gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free. | Michael Hayes | 2002-01-12 | 1 | -4/+4 |
* | lcm.c: Revert change... | Daniel Berlin | 2002-01-05 | 1 | -49/+90 |
* | lcm.c: Include df.h. | Daniel Berlin | 2002-01-04 | 1 | -90/+49 |
* | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 2001-11-11 | 1 | -1/+1 |
* | lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ... | Jan Hubicka | 2001-10-30 | 1 | -0/+22 |
* | cfg.c (clear_aux_for_blocks): Split out of ... | Richard Henderson | 2001-10-26 | 1 | -0/+7 |
* | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 2001-10-07 | 1 | -1/+1 |
* | basic-block.h (free_bb_for_insn): Declare. | Jan Hubicka | 2001-09-16 | 1 | -6/+4 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | gcc.c: Fix comment formatting. | Kazu Hirata | 2001-08-12 | 1 | -1/+1 |
* | unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for x86-64 pic support. | Andreas Jaeger | 2001-07-17 | 1 | -31/+32 |
* | gcse.c, [...]: s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vecto... | Daniel Berlin | 2001-07-11 | 1 | -13/+15 |
* | lcm.c (compute_earliest): Let EXIT_BLOCK be handled as a regular basic block. | Alexandre Oliva | 2001-02-12 | 1 | -27/+93 |
* | Update Copyright notice | Alexandre Oliva | 2001-02-07 | 1 | -1/+1 |
* | lcm.c (optimize_mode_switching): Emit mode_set before the JUMP_INSN of an abn... | Alexandre Oliva | 2001-02-07 | 1 | -1/+4 |
* | Note that INSN_PTR may be the note at the beginning of a block | Alexandre Oliva | 2001-01-05 | 1 | -1/+2 |
* | lcm.c (optimize_mode_switching): Check whether an insn is a NOTE before takin... | Alexandre Oliva | 2000-12-08 | 1 | -1/+3 |
* | alias.c (mark_constant_function): Use INSN_P. | Rodney Brown | 2000-08-04 | 1 | -1/+1 |
* | gcse.c (record_one_set): Prepend instead of append onto reg_set_table, making... | Michael Matz | 2000-07-20 | 1 | -24/+62 |
* | lcm.c (make_preds_opaque): Fix comment. | Clinton Popetz | 2000-05-28 | 1 | -31/+37 |
* | toplev.c (rest_of_compilation): Don't call optimize_mode_switching unless OPT... | Richard Henderson | 2000-05-17 | 1 | -10/+21 |
* | lcm.c: Minor reformatting throughout. | Richard Kenner | 2000-02-28 | 1 | -159/+151 |
* | bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | Richard Kenner | 2000-02-18 | 1 | -1/+11 |
* | Makefile.in (lcm.o): Depend on insn-attr.h. | J"orn Rennecke | 2000-02-15 | 1 | -0/+459 |
* | Update copyrights | Kaveh Ghazi | 2000-01-17 | 1 | -1/+1 |
* | ggc-common.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-17 | 1 | -7/+7 |
* | lcm.c (compute_laterin): Cast bb->aux to size_t not int. | Richard Henderson | 1999-11-30 | 1 | -2/+2 |
* | ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long for printing. | Richard Henderson | 1999-11-15 | 1 | -10/+11 |
* | gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument. | Jeffrey A Law | 1999-11-14 | 1 | -0/+14 |
* | flow.c (compute_flow_dominators): Initially put all blocks on the worklist. | Jeffrey A Law | 1999-11-11 | 1 | -16/+20 |
* | basic-block.h (compute_available): Returns a void now. | Jeffrey A Law | 1999-11-10 | 1 | -184/+280 |
* | fix-header.c (recognized_extern, [...]): Constify a char*. | Kaveh R. Ghazi | 1999-11-03 | 1 | -6/+5 |
* | basic-block.h (pre_edge_lcm, [...]): Prototype for exported functions. | Andrew MacLeod | 1999-10-17 | 1 | -578/+461 |
* | lcm.c: New file. | Jeffrey A Law | 1999-03-10 | 1 | -0/+799 |