Age | Commit message (Expand) | Author | Files | Lines |
2003-02-28 | combine.c (gen_lowpart_for_combine): Update handling of subregs_of_mode | Jan Hubicka | 1 | -3/+0 |
2003-02-21 | cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting. | Jan Hubicka | 1 | -0/+1 |
2003-02-20 | toplev.c (flag_sched2_use_superblocks, [...]): New global variables. | Jan Hubicka | 1 | -4/+9 |
2003-02-13 | i386.md (UNSPEC_FPATAN): New UNSPEC constant. | Roger Sayle | 1 | -2/+69 |
2003-01-06 | Fix comment typo. | Joern Rennecke | 1 | -1/+1 |
2002-12-25 | output.h: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-10 | FOrgot to commit the file itself. Changelog entry is already at: | Jan Hubicka | 1 | -0/+4 |
2002-10-27 | combine.c: Fix comment formatting. | Kazu Hirata | 1 | -5/+5 |
2002-09-26 | c-common.h: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-16 | ABOUT-NLS: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-15 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-06-23 | complex-6.c: New. | Andreas Jaeger | 1 | -1/+1 |
2002-06-11 | Delete SEQUENCE rtl usage outside of reorg and ssa passes. | David S. Miller | 1 | -5/+2 |
2002-06-05 | * reg-stack.c (reg_to_stack): Do not call find_basic_blocks. | Jan Hubicka | 1 | -1/+0 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -13/+12 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -8/+8 |
2002-05-21 | reg-stack.c (swap_rtx_condition, [...]): Use unspec names, not numbers. | Richard Henderson | 1 | -13/+11 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -13/+14 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -14/+13 |
2002-05-09 | read-rtl.c: Fix formatting. | Kazu Hirata | 1 | -38/+38 |
2002-03-07 | basic-block.h (fixup_abnormal_edges): Declare. | Jan Hubicka | 1 | -0/+1 |
2002-01-20 | * reg-stack.c (subst_stack_regs): Properly check for deleted insn. | Richard Kenner | 1 | -1/+1 |
2002-01-15 | read-rtl.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2002-01-10 | read-rtl.c: Fix formatting. | Kazu Hirata | 1 | -3/+3 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -5/+5 |
2001-11-23 | predict.c, [...]: Fix spelling errors. | Joseph Myers | 1 | -4/+4 |
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 | -3/+5 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -15/+15 |
2001-09-25 | Makefile.in (cfgrtl.o): Add. | Jan Hubicka | 1 | -5/+2 |
2001-09-21 | basic-block.h (flow_delete_insn, [...]): Kill. | Jan Hubicka | 1 | -17/+3 |
2001-09-16 | basic-block.h (free_bb_for_insn): Declare. | Jan Hubicka | 1 | -5/+5 |
2001-09-11 | basic-block.h (EDGE_CRITICAL): Remove; renumber other flags. | Jan Hubicka | 1 | -2/+3 |
2001-09-08 | * reg-stack.c (subst_stack_regs_pat): Fix fcmov reversal code. | Jan Hubicka | 1 | -19/+15 |
2001-09-05 | i386.c (size_cost): New static variable. | Jan Hubicka | 1 | -6/+34 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -10/+10 |
2001-08-12 | gcc.c: Fix comment formatting. | Kazu Hirata | 1 | -4/+4 |
2001-07-31 | Tue Jul 31 15:37:35 CEST 2001 Jan Hubicka <jh@suse.cz> | Jan Hubicka | 1 | -0/+2 |
2001-07-30 | i386.c (ix86_output_main_function_alignment_hack): New function. | Jan Hubicka | 1 | -132/+208 |
2001-07-22 | jump.c: Update comments. | Jan Hubicka | 1 | -1/+1 |
2001-07-16 | basic-block.h (CLEANUP_PRE_SIBCALL): New constant. | Jan Hubicka | 1 | -5/+9 |
2001-07-14 | Re-install recently reverted patch. | Jan Hubicka | 1 | -1/+5 |
2001-07-13 | Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001. | Geoffrey Keating | 1 | -5/+1 |
2001-07-13 | emit-rtl.c (try_split): Update mark_jump_label call. | Jan Hubicka | 1 | -1/+5 |
2001-07-11 | flow.c (merge_blocks_move_successor_nojumps): Do not crash when fallthru edge... | Jan Hubicka | 1 | -4/+1 |
2001-07-10 | regmove.c (replace_in_call_usage): Fix warnings. | Jan van Male | 1 | -4/+5 |
2001-05-01 | bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | Kaveh R. Ghazi | 1 | -1/+1 |
2001-04-23 | * reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs. | Jan Hubicka | 1 | -0/+1 |