Age | Commit message (Expand) | Author | Files | Lines |
2007-06-06 | haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ... | Zdenek Dvorak | 1 | -3/+31 |
2007-05-21 | gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER... | Jan Hubicka | 1 | -17/+13 |
2007-04-19 | re PR rtl-optimization/29841 (ICE with scheduling and __builtin_trap) | Eric Botcazou | 1 | -0/+5 |
2007-01-03 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -3/+1 |
2007-01-02 | Revert: | Kazu Hirata | 1 | -1/+3 |
2007-01-02 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -3/+1 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -10/+10 |
2006-01-11 | basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ... | Kazu Hirata | 1 | -3/+6 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -4/+7 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-26 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+1 |
2005-03-14 | * cfgbuild.c: Update comments. | Kazu Hirata | 1 | -10/+27 |
2005-03-14 | basic-block.h: Update the prototypes of cached_make_edge and rtl_make_eh_edge. | Kazu Hirata | 1 | -24/+19 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -2/+2 |
2005-03-09 | cfgbuild.c (state, [...]): Move just before make_edges. | Kazu Hirata | 1 | -19/+28 |
2005-03-07 | cfgbuild.c (find_sub_basic_blocks): Remove. | Kazu Hirata | 1 | -42/+2 |
2005-02-15 | basic-block.h: Adjust the prototype for find_basic_blocks. | Kazu Hirata | 1 | -4/+2 |
2005-01-26 | re PR middle-end/16585 (current_function_has_computed_jump incorrectly change... | Steven Bosscher | 1 | -14/+0 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-07 | re PR rtl-optimization/18861 (ICE Segmentation fault in try_crossjump_to_edge... | Jakub Jelinek | 1 | -0/+64 |
2004-11-29 | cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,... | Steven Bosscher | 1 | -9/+2 |
2004-11-22 | cfg.c (cached_make_edge): Use find_edge rather than an inlined variant. | Jeff Law | 1 | -7/+4 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -8/+13 |
2004-09-09 | basic-block.h (guess_outgoing_edge_probabilities): Declare. | Jan Hubicka | 1 | -29/+37 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -9/+6 |
2004-08-25 | Add more details to hot/cold partitioning comments and documentation. | Caroline Tice | 1 | -1/+4 |
2004-08-04 | basic-block.h (profile_staus): New global variable. | Jan Hubicka | 1 | -0/+2 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -8/+8 |
2004-06-17 | cfgbuild.c (make_edges): Do not use label_value_list. | Jan Hubicka | 1 | -44/+7 |
2004-06-14 | basic-block.h (could_fall_through): Declare. | J"orn Rennecke | 1 | -0/+7 |
2004-06-03 | basic-block.c (tail_recursion_label_list): Don't declare. | Steven Bosscher | 1 | -61/+1 |
2004-05-27 | * cfgbuild.c (control_flow_insn_p): Notice noreturn call | Jan Hubicka | 1 | -0/+6 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -4/+4 |
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 |