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