Age | Commit message (Expand) | Author | Files | Lines |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -42/+42 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -4/+4 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -10/+10 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-04 | lcm.c: Move all mode-switching related functions from here... | Steven Bosscher | 1 | -673/+0 |
2005-04-28 | bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN... | Kazu Hirata | 1 | -1/+1 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -27/+33 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -1/+1 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-05 | re PR target/16482 (gcc.c-torture/unsorted/SFset.c fails with "-O2 -m4") | J"orn Rennecke | 1 | -23/+179 |
2004-12-12 | lcm.c (optimize_mode_switching): Free ptr even when mode_set is NULL_RTX. | Kazu Hirata | 1 | -11/+11 |
2004-12-12 | lcm.c (optimize_mode_switching): Free insert and delete in the "for" loop. | Kazu Hirata | 1 | -4/+4 |
2004-10-01 | re PR bootstrap/17761 (sh-elf doesn't build after merge from edge-vector-branch) | Ben Elliston | 1 | -4/+5 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -13/+18 |
2004-09-10 | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 1 | -16/+16 |
2004-09-10 | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 1 | -16/+16 |
2004-09-04 | Fix some too-long lines and move a comment. | Richard Kenner | 1 | -5/+10 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -3/+3 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -2/+2 |
2004-02-04 | alloc-pool.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -2/+2 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -7/+7 |
2003-10-10 | lcm.c (optimize_mode_switching): Change NORMAL_MODE to MODE_ENTRY and MODE_EXIT. | Eric Christopher | 1 | -7/+15 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -11/+7 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -99/+53 |
2003-03-15 | c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace. | Roger Sayle | 1 | -1/+1 |
2003-02-25 | Makefile.in (lcm.o): Add dependency on function.h | Jan Hubicka | 1 | -0/+1 |
2003-01-17 | ifcvt.c: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-06-11 | Delete SEQUENCE rtl usage outside of reorg and ssa passes. | David S. Miller | 1 | -6/+4 |
2002-06-08 | lcm.c (optimize_mode_switching): Add unused attribute for variable. | Andreas Jaeger | 1 | -2/+2 |
2002-05-30 | langhooks.c: Fix formatting. | Kazu Hirata | 1 | -8/+8 |
2002-05-30 | lcm.c (output.h): #include. | J"orn Rennecke | 1 | -107/+52 |
2002-05-28 | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 1 | -1/+1 |
2002-05-27 | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 1 | -60/+60 |
2002-05-24 | lcm.c (optimize_mode_switching): Change bb used as indices to bb->index. | Toshiyasu Morita | 1 | -6/+6 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -83/+79 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -184/+186 |
2002-05-17 | * lcm.c (optimize_mode_switching): Revert previous change. | Jason Thorpe | 1 | -1/+1 |
2002-05-17 | * lcm.c (optimize_mode_switching): Fix typo. | Jason Thorpe | 1 | -1/+1 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -186/+184 |
2002-04-09 | sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status. | Richard Henderson | 1 | -10/+11 |
2002-03-03 | attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof... | Kaveh R. Ghazi | 1 | -1/+1 |
2002-02-28 | basic-block.h (BB_REACHABLE): Renumber. | Jan Hubicka | 1 | -10/+6 |
2002-01-12 | gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free. | Michael Hayes | 1 | -4/+4 |
2002-01-05 | lcm.c: Revert change... | Daniel Berlin | 1 | -49/+90 |
2002-01-04 | lcm.c: Include df.h. | Daniel Berlin | 1 | -90/+49 |
2001-11-11 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-30 | lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ... | Jan Hubicka | 1 | -0/+22 |
2001-10-26 | cfg.c (clear_aux_for_blocks): Split out of ... | Richard Henderson | 1 | -0/+7 |