| Commit message (Expand) | Author | Age | Files | Lines |
* | * cfgrtl.c (rtl_verify_flow_info_1): Use JUMP_P instead of | kazu | 2004-12-03 | 1 | -1/+1 |
* | * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): | steven | 2004-11-29 | 1 | -7/+1 |
* | * cfgrtl.c (rtl_tidy_fallthru_edge): Speed up by using | kazu | 2004-11-29 | 1 | -7/+1 |
* | * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Speed up by | kazu | 2004-11-29 | 1 | -19/+2 |
* | * cfgrtl.c (try_redirect_by_replacing_jump): Speed up the | kazu | 2004-11-26 | 1 | -7/+10 |
* | * basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ... | nathan | 2004-11-25 | 1 | -11/+9 |
* | * cfgrtl.c (rtl_delete_block): Fix comment. | steven | 2004-11-24 | 1 | -7/+2 |
* | * cfg.c (unchecked_make_edge): Call execute_on_growing_pred | kazu | 2004-11-22 | 1 | -2/+6 |
* | * cfg.c (cached_make_edge): Use find_edge rather than an inlined | law | 2004-11-22 | 1 | -11/+8 |
* | * bitmap.h (struct bitmap_obstack): New obstack type. | nathan | 2004-11-22 | 1 | -10/+11 |
* | * cfgrtl.c (rtl_verify_flow_info): Don't use INSN_P when | kazu | 2004-11-17 | 1 | -2/+1 |
* | * cfgrtl.c: Fix a comment typo. | kazu | 2004-11-14 | 1 | -1/+1 |
* | * cfgrtl.c (force_nonfallthru_and_redirect): Make it static. | kazu | 2004-11-04 | 1 | -2/+1 |
* | * bitmap.c (bitmap_print): Make bitno unsigned. | nathan | 2004-11-04 | 1 | -1/+2 |
* | * bitmap.h (bitmap_empty_p): New. | nathan | 2004-10-29 | 1 | -2/+1 |
* | * cfg.c (unchecked_make_edge, redirect_edge_succ, | kazu | 2004-10-25 | 1 | -1/+1 |
* | * cfg.c (remove_edge): Use VEC_unordered_remove. | bje | 2004-10-22 | 1 | -1/+1 |
* | * cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb, | hp | 2004-10-20 | 1 | -3/+2 |
* | * basic-block.h (reg_set_iterator): New. | kazu | 2004-10-18 | 1 | -2/+3 |
* | * cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb, | hp | 2004-10-18 | 1 | -1/+4 |
* | PR debug/13974 | hubicka | 2004-09-30 | 1 | -7/+7 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -95/+163 |
* | * cfgexpand.c (add_reg_br_prob_note): New function. | hubicka | 2004-09-23 | 1 | -1/+2 |
* | Fix hot/cold partitioning problem. | ctice | 2004-09-07 | 1 | -1/+2 |
* | * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from, | nathan | 2004-09-07 | 1 | -75/+65 |
* | Add more details to hot/cold partitioning comments and documentation. | ctice | 2004-08-25 | 1 | -10/+18 |
* | 2004-04-25 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-25 | 1 | -10/+0 |
* | * basic-block.h (struct basic_block_def): Reorder fields to | zack | 2004-08-24 | 1 | -23/+27 |
* | * basic-block.h (struct edge_def): Remove crossing_edge. | steven | 2004-08-19 | 1 | -4/+4 |
* | Hot/cold partitioning update patch. The problems that this patch | ctice | 2004-08-18 | 1 | -10/+19 |
* | Fix -fprofile-use ICE. | wilson | 2004-08-11 | 1 | -0/+12 |
* | * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION. | steven | 2004-07-21 | 1 | -6/+3 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -70/+70 |
* | Conditionally compile support for --enable-mapped_location. | bothner | 2004-06-30 | 1 | -1/+1 |
* | 2004-06-20 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-06-20 | 1 | -0/+7 |
* | * basic-block.h (could_fall_through): Declare. | amylaar | 2004-06-14 | 1 | -1/+13 |
* | * cfgrtl.c (try_redirect_by_replacing_jump): Fix return value. | law | 2004-06-04 | 1 | -1/+1 |
* | * basic-block.c (tail_recursion_label_list): Don't declare. | steven | 2004-06-03 | 1 | -1/+0 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -57/+251 |
* | 2004-04-11 Andreas Tobler <a.tobler@schweiz.ch> | andreast | 2004-04-11 | 1 | -7/+3 |
* | 2004-04-09 Caroline Tice <ctice@apple.com> | ctice | 2004-04-09 | 1 | -1/+110 |
* | gcc/ | kazu | 2004-03-25 | 1 | -1/+1 |
* | * bt-load.c, builtins.c, cfghooks.c, cfgrtl.c, gcse.c, | kazu | 2004-03-22 | 1 | -2/+2 |
* | * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Print the debug | zlomek | 2004-03-21 | 1 | -1/+2 |
* | * cfgrtl.c (rtl_create_basic_block): Pre-allocate basic_block_info | hubicka | 2004-03-17 | 1 | -2/+6 |
* | * reload.c (find_reloads): Reorganize if seqeunce to switch. | hubicka | 2004-03-04 | 1 | -2/+14 |
* | PR optimization/14229 | rakdver | 2004-02-28 | 1 | -5/+0 |
* | * toplev.c (dump_file_tbl): Rename from dump_file. | rth | 2004-02-24 | 1 | -20/+20 |
* | * alias.c (record_set): Use hard_regno_nregs. | hubicka | 2004-02-02 | 1 | -1/+1 |
* | * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | rakdver | 2004-01-29 | 1 | -127/+81 |