Age | Commit message (Expand) | Author | Files | Lines |
2004-04-09 | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 1 | -0/+6 |
2004-02-27 | bb-reorder.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-25 | basic-block.h (make_eh_edge, [...]): Declare. | Jan Hubicka | 1 | -2/+1 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -10/+11 |
2003-09-02 | cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of finding the no... | Josef Zlomek | 1 | -3/+1 |
2003-08-19 | builtins.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-06-22 | caller-save.c: Convert to ISO C90. | Andreas Jaeger | 1 | -47/+23 |
2003-06-13 | cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL. | Richard Henderson | 1 | -1/+2 |
2003-06-07 | basic-block.h (EDGE_SIBCALL): New. | Richard Henderson | 1 | -2/+1 |
2003-04-24 | re PR c/10308 ([x86] ICE with -O -fgcse or -O2) | Jan Hubicka | 1 | -5/+7 |
2003-03-30 | cfgbuild.c (make_edges): Use tablejump_p. | Richard Henderson | 1 | -6/+2 |
2003-03-15 | c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace. | Roger Sayle | 1 | -2/+2 |
2003-02-06 | i386.c (x86_inter_unit_moves): New variable. | Jan Hubicka | 1 | -2/+1 |
2003-01-18 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-01-09 | Makefile.in (optabs.o): Add dependency on basic-block.h. | Josef Zlomek | 1 | -3/+2 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-10-11 | re PR c/7344 (performance regression on huge case statements) | Jan Hubicka | 1 | -1/+1 |
2002-08-05 | Index: ChangeLog | Geoffrey Keating | 1 | -1/+0 |
2002-07-19 | rtl.def (CODE_LABEL): Remove slot 8. | Zack Weinberg | 1 | -2/+2 |
2002-06-12 | i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to decide whet... | Jan Hubicka | 1 | -7/+0 |
2002-06-11 | cfgbuild.c: Update copyright years. | Roger Sayle | 1 | -1/+1 |
2002-06-10 | cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b... | Roger Sayle | 1 | -12/+4 |
2002-06-02 | loop.c (emit_prefetch_instructions): Properly place the address computation. | Jan Hubicka | 1 | -2/+0 |
2002-05-28 | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 1 | -5/+5 |
2002-05-27 | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 1 | -2/+2 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -46/+42 |
2002-05-22 | cfgbuild.c: Fix formatting. | Kazu Hirata | 1 | -34/+34 |
2002-05-21 | bb-reorder.c (make_reorder_chain_1): Modified. | Zdenek Dvorak | 1 | -17/+17 |
2002-05-19 | basic_block.h (struct basic_block_def): Added prev_bb and next_bb fields. | Zdenek Dvorak | 1 | -3/+6 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -62/+64 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -64/+62 |
2002-03-30 | * cfgbuild.c (find_basic_blocks_1): Clear aux for blocks. | Jan Hubicka | 1 | -0/+1 |
2001-12-22 | * cfg.c, cfganal.c, cfgbuild.c: Reformatting and minor cleanups. | Richard Kenner | 1 | -56/+57 |
2001-12-09 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-12-03 | gcse.c (delete_null_pointer_checks_1): Do not use delelete_list; call purge_d... | Jan Hubicka | 1 | -174/+145 |
2001-12-02 | * cfgbuild.c (SET_STATE): Add cast to eliminate warning.a | Richard Kenner | 1 | -6/+3 |
2001-10-20 | basic-block.h (find_sub_basic_blocks): Use sbitmap parameter. | Jan Hubicka | 1 | -35/+135 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -4/+4 |
2001-09-21 | basic-block.h (flow_delete_insn, [...]): Kill. | Jan Hubicka | 1 | -2/+2 |
2001-09-19 | * cfgbuild.c (find_sub_basic_blocks): Handle insns that can throw. | Richard Henderson | 1 | -21/+43 |
2001-09-16 | basic-block.h (free_bb_for_insn): Declare. | Jan Hubicka | 1 | -2/+0 |
2001-09-11 | basic-block.h (EDGE_CRITICAL): Remove; renumber other flags. | Jan Hubicka | 1 | -5/+7 |
2001-09-11 | basic-block.h (cached_make_edge, [...]): New. | Jan Hubicka | 1 | -8/+8 |
2001-09-10 | Makefile.in (cfg.o, [...]): New. | Jan Hubicka | 1 | -0/+791 |