Age | Commit message (Expand) | Author | Files | Lines |
1998-03-12 | c-decl (finish_struct): Change type of min_align to unsigned. | Manfred Hollstein | 1 | -2/+1 |
1998-03-10 | flow.c (find_basic_blocks_1): Keep the cfg accurate when removing an uncondit... | Jeff Law | 1 | -0/+8 |
1998-03-07 | haifa-sched.c (is_cfg_nonregular): Change return type to an int. | Jeffrey A Law | 1 | -7/+28 |
1998-03-05 | haifa-sched.c (build_jmp_edges): Delete dead function. | Jeffrey A Law | 1 | -43/+849 |
1998-02-10 | flow.c (life_analysis): Do not conside the stack pointer live at the end of a... | Jeffrey A Law | 1 | -2/+6 |
1998-01-14 | alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... | Richard Henderson | 1 | -36/+35 |
1997-12-27 | flow.c (find_basic_blocks): Don't create a new basic block for calls in a LIB... | Jeffrey A Law | 1 | -3/+25 |
1997-12-20 | bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. | Kaveh R. Ghazi | 1 | -1/+3 |
1997-12-12 | flow.c (flow_analysis): Be consistent with find_basic_blocks in determining w... | Jason Merrill | 1 | -1/+2 |
1997-12-12 | flow.c (find_basic_blocks): A CALL_INSN that can throw starts a new basic block. | Jason Merrill | 1 | -2/+7 |
1997-12-06 | Merge from gcc-2.8 | Jeff Law | 1 | -5/+5 |
1997-12-04 | ./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc. | Jason Merrill | 1 | -18/+1 |
1997-11-27 | Grr. Used the wrong patchfile last time. | Jeff Law | 1 | -1/+13 |
1997-11-27 | flow.c (find_basic_blocks): Handle cfg issues for rethrows and nested excepti... | Jeffrey A Law | 1 | -0/+5 |
1997-11-13 | flow.c (find_basic_blocks): During marking phase... | Jeffrey A Law | 1 | -30/+23 |
1997-11-12 | flow.c (find_basic_blocks): Refine further to get a more correct cfg... | Jeffrey A Law | 1 | -121/+150 |
1997-11-02 | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1 | -1/+4 |
1997-11-01 | flow.c (find_basic_blocks): If we delete the label for an exception handler... | Jeffrey A Law | 1 | -0/+45 |
1997-11-01 | flow.c (find_basic_blocks): Generate correct flow control information when ex... | Jason Merrill | 1 | -12/+31 |
1997-10-03 | Cast alloca return value for char * | Michael Meissner | 1 | -1/+1 |
1997-09-29 | flow.c (find_basic_blocks): Mark calls as potentially jumping to the EH labels. | Jason Merrill | 1 | -2/+8 |
1997-09-28 | flow.c (print_rtl_with_bb): Cast alloca return values for variables start and... | Philippe De Muyter | 1 | -2/+2 |
1997-09-21 | Forgot to check in last time. | Jeff Law | 1 | -100/+17 |
1997-09-11 | fix typo | Michael Meissner | 1 | -1/+1 |
1997-09-11 | make change to spacing for Kenner | Michael Meissner | 1 | -4/+3 |
1997-09-04 | For phases starting with flow, print basic block information when doing dumps | Michael Meissner | 1 | -0/+79 |
1997-08-11 | * Integrate Haifa instruction scheduler. | Jeffrey A Law | 1 | -2/+1 |
1997-07-16 | Minor reformatting. | Richard Kenner | 1 | -16/+17 |
1997-07-14 | (init_regset_vector): Make global; don't take basic block times # of pseduos ... | Richard Kenner | 1 | -22/+43 |
1997-06-18 | * flow.c (find_basic_blocks): Fix end case bug. | Mike Stump | 1 | -1/+1 |
1997-06-10 | (mark_used_regs): Fix typo in Jun 4 change. | Richard Kenner | 1 | -1/+1 |
1997-06-09 | flow.c (find_basic_blocks): Eliminate more dead code, enables dead throws to ... | Mike Stump | 1 | -7/+46 |
1997-06-05 | remove cygnus local stuff | Michael Meissner | 1 | -3/+2 |
1997-06-05 | Fix urgent bug | Michael Meissner | 1 | -34/+37 |
1997-06-05 | abstract regset stuff into macros | Michael Meissner | 1 | -216/+131 |
1997-06-02 | Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren... | Michael Meissner | 1 | -1/+1 |
1997-05-30 | Use accessor macros to access arrays based on regno; move many of the arrays ... | Michael Meissner | 1 | -108/+48 |
1997-05-06 | reformat a little to match GNU coding standards. | Mike Stump | 1 | -4/+4 |
1997-02-04 | flow.c (life_analysis): Delete obvious no-op moves which use SUBREGs. | Jeff Law | 1 | -0/+17 |
1997-01-29 | (regno_uninitialized): Return 0 if reg is used for args. | Richard Kenner | 1 | -3/+5 |
1996-08-21 | flow.c (life_analysis): Preserve registers used by the epilogue. | Mike Stump | 1 | -5/+14 |
1996-07-23 | install EH code | Mike Stump | 1 | -0/+4 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -7/+8 |
1996-06-18 | (flow_analysis): Fix typo in last change. | Richard Kenner | 1 | -1/+1 |
1996-06-10 | (flow_analysis, find_basic_blocks): Ignore nonlocal_label_list for | Richard Kenner | 1 | -2/+8 |
1996-05-10 | (mark_set_1, mark_used_regs): Clean up usages of ALL_NEEDED; change to | Richard Kenner | 1 | -21/+21 |
1996-04-08 | flow.c (find_auto_inc): Also make sure there aren't any sets of the increment... | Jeff Law | 1 | -1/+5 |
1996-03-31 | (propagate_block): CALL_INSNs don't kill fixed regs. | Richard Kenner | 1 | -2/+3 |
1996-02-02 | (jmp_uses_reg_or_mem): Renamed from uses_reg_or_mem. | Richard Kenner | 1 | -13/+31 |
1995-08-28 | Fix spelling errors. | Richard Kenner | 1 | -1/+1 |