| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in (c-common.o): Depend on $(EXPR_H). | ghazi | 2000-02-06 | 1 | -0/+2 |
* | * flow.c (find_basic_blocks): Remove do_cleanup argument. | rth | 2000-01-28 | 1 | -1/+1 |
* | * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of | hubicka | 2000-01-24 | 1 | -15/+3 |
* | * print-rtl.c: PROTO -> PARAMS. | ghazi | 2000-01-17 | 1 | -28/+28 |
* | * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of | hubicka | 2000-01-06 | 1 | -3/+15 |
* | * builtins.c (expand_builtin_strlen): Initialize variable `icode'. | ghazi | 2000-01-04 | 1 | -4/+4 |
* | * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative | hubicka | 1999-11-25 | 1 | -0/+10 |
* | * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca. | mmitchel | 1999-11-06 | 1 | -3/+4 |
* | * reg-stack.c (convert_regs_1): Initialize target_stack->top | rth | 1999-11-05 | 1 | -4/+5 |
* | * function.c (diddle_return_value): New. | rth | 1999-11-05 | 1 | -14/+35 |
* | * reg-stack.c (convert_regs_1): Handle EH edges specially. | rth | 1999-11-02 | 1 | -5/+27 |
* | * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change. | rth | 1999-10-30 | 1 | -12/+3 |
* | * jump.c (jump_optimize_1): If we did cross-jumping, and | rth | 1999-10-27 | 1 | -13/+12 |
* | Reorg reg-stack to use the standard CFG. | rth | 1999-10-27 | 1 | -1245/+842 |
* | * reg-stack.c (stack_result): Aggregates are not returned in | law | 1999-10-19 | 1 | -1/+9 |
* | * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined, | crux | 1999-09-28 | 1 | -1/+1 |
* | Make it possible to prototype port-specific functions (and convert i386 to us... | crux | 1999-09-20 | 1 | -0/+1 |
* | Replace recog_foo with recog_data.foo. | rth | 1999-09-12 | 1 | -49/+50 |
* | Merge in gcc2-ss-010999 | law | 1999-09-07 | 1 | -3/+3 |
* | Merge new ia32 backend from the branch! | rth | 1999-09-02 | 1 | -383/+419 |
* | * rtl.h (rtx_format): Constify a char*. | ghazi | 1999-08-20 | 1 | -6/+6 |
* | Include function.h in most files. Remove most of the global variables | crux | 1999-08-09 | 1 | -2/+1 |
* | 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl> | law | 1999-08-07 | 1 | -25/+28 |
* | Mumit Khan <khan@xraylith.wisc.edu> | rth | 1999-06-10 | 1 | -1/+1 |
* | * reg-stack.c: Do not emit pop insns after cc0 setter. | law | 1999-05-17 | 1 | -21/+35 |
* | * reg-stack.c (check_stack_regs_mentioned): Remove variable SIZE. | law | 1999-04-12 | 1 | -8/+3 |
* | * reg-stack.c: Update comment, include varray.h. | law | 1999-04-12 | 1 | -23/+73 |
* | * i386.md (floatsisf2, floatdisf2, floatsidf2, floatdidf2, | wehle | 1999-04-10 | 1 | -2/+16 |
* | * reg-stack.c (stack_reg_life_analysis): Use returnjump_p | rth | 1999-03-09 | 1 | -1/+1 |
* | Flow rewrite to use basic block structures and edge lists. | rth | 1999-02-25 | 1 | -3/+18 |
* | * reg-stack.c (subst_stack_regs_pat): Abort if the destination | law | 1999-01-17 | 1 | -4/+6 |
* | * final.c (cleanup_subreg_operands): Delete some unused code. | crux | 1998-12-04 | 1 | -429/+109 |
* | Fri Oct 9 16:03:19 1998 Graham <grahams@rcp.co.uk> | rth | 1998-10-09 | 1 | -7/+7 |
* | * reg-stack.c (straighten_stack): Do nothing if the virtual stack is | law | 1998-09-10 | 1 | -0/+7 |
* | * reg-stack.c (subst_stack_regs_pat): Make sure the top of | law | 1998-06-08 | 1 | -0/+9 |
* | Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com> | robertl | 1998-05-06 | 1 | -0/+1 |
* | Fix for x86 FP problem. | wilson | 1998-04-27 | 1 | -23/+25 |
* | * reg-stack.c (subst_asm_stack_regs): Change to return the last | law | 1998-04-20 | 1 | -13/+23 |
* | * varasm.c (asm_output_bss): Add prototype. | law | 1998-04-17 | 1 | -0/+1 |
* | Patch to fix x86 gcc.dg/980226-1.c failure report by Manfred Hollstein. | wilson | 1998-04-16 | 1 | -3/+8 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -3/+5 |
* | * basic-block.h (basic_block_computed_jump_target): Declare. | law | 1998-03-28 | 1 | -67/+1 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -1/+1 |
* | (pop_stack): Define. Pops any register on stack and adjusts the stack. | scox | 1998-03-20 | 1 | -4/+28 |
* | d | manfred | 1998-03-12 | 1 | -19/+24 |
* | Rats. Forgot to change copyrights on the first commit. | robertl | 1998-02-13 | 1 | -1/+1 |
* | * c-lang.c (finish_file): Bracket declaration of static_ctors, | robertl | 1998-02-13 | 1 | -5/+4 |
* | * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO; | rth | 1998-01-14 | 1 | -30/+30 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -1/+1 |
* | * reg-stack.c (find_blocks): Fix thinko in last change. | law | 1997-09-22 | 1 | -0/+2 |