Age | Commit message (Expand) | Author | Files | Lines |
1999-04-17 | c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename. | Zack Weinberg | 1 | -0/+1 |
1999-04-14 | explow.c (allocate_dynamic_stack_space): Undo last change. | Jeffrey A Law | 1 | -1/+5 |
1999-04-14 | explow.c (allocate_dynamic_stack_space): Correctly convert TARGET to Pmode. | Donn Terry | 1 | -1/+1 |
1999-03-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1999-02-14 | except.c (start_catch_handler): Use emit_cmp_and_jump_insns. | Jeffrey A Law | 1 | -2/+2 |
1999-01-20 | cse.c (fold_rtx): Revert 29 Dec change. | Richard Henderson | 1 | -1/+1 |
1999-01-19 | Update copyrights | Mark Mitchell | 1 | -1/+1 |
1999-01-19 | rtl.h (rtx_def): Update documentation. | Mark Mitchell | 1 | -2/+3 |
1998-12-08 | explow.c (plus_constant_wide): Don't immediately return with result of recurs... | J"orn Rennecke | 1 | -9/+22 |
1998-11-20 | function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_... | Bernd Schmidt | 1 | -1/+1 |
1998-11-19 | expr.c (STACK_BYTES): Delete unused macro. | Bernd Schmidt | 1 | -9/+13 |
1998-10-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-07-02 | expr.h (STACK_SIZE_MODE): New macro. | David Edelsohn | 1 | -3/+5 |
1998-06-25 | invoke.texi (-fstrict-aliasing): Document. | Mark Mitchell | 1 | -0/+5 |
1998-06-24 | optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...). | John Carr | 1 | -3/+3 |
1998-06-19 | explow.c (emit_stack_save): Add prototype for FCN. | H.J. Lu | 1 | -2/+2 |
1998-06-04 | tree.c (get_inner_array_type): New function. | David Edelsohn | 1 | -20/+7 |
1998-05-06 | typo typo fixes fixes | Jeff Law | 1 | -1/+1 |
1998-04-04 | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1 | -2/+3 |
1998-03-20 | Major cutover to using system.h: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-02-13 | Rats. Forgot to change copyrights on the first commit. | Robert Lipe | 1 | -1/+1 |
1998-02-13 | c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors. | Robert Lipe | 1 | -1/+0 |
1998-02-07 | c-common.c: Include <stdlib.h> and <string.h>/<strings.h>. | Robert Lipe | 1 | -1/+0 |
1998-01-17 | explow.c (optimize_save_area_alloca): New function for targets where SETJMP_V... | David S. Miller | 1 | -0/+133 |
1998-01-14 | alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... | Richard Henderson | 1 | -49/+84 |
1997-08-02 | (expr_size): Call expand_expr with appropriate flag. | Richard Kenner | 1 | -1/+2 |
1997-07-27 | (probe_stack_range): Do probing with loop if more than a small number. | Richard Kenner | 1 | -2/+2 |
1997-07-17 | (allocate_dynamic_stack_space): Call probe_stack_range. | Richard Kenner | 1 | -1/+133 |
1997-01-19 | (convert_memory_address, case SYMBOL_REF): Copy | Richard Kenner | 1 | -1/+2 |
1996-10-26 | (allocate_dynamic_stack_space): Delete reference to nonexistant macro | Richard Kenner | 1 | -1/+1 |
1996-09-23 | (promote_mode, case REFERENCE_TYPE): New case. | Richard Kenner | 1 | -0/+1 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -2/+4 |
1996-06-29 | (convert_memory_address, case PLUS): Fix error in last change. | Richard Kenner | 1 | -3/+5 |
1996-06-18 | (convert_memory_address, case PLUS, MULT): Don't commute operation | Richard Kenner | 1 | -10/+17 |
1995-12-27 | (memory_address, allocate_dynamic_stack_space): Pass additional arg to | Richard Kenner | 1 | -3/+3 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -1/+1 |
1995-04-07 | (convert_memory_address): No longer static. | Richard Kenner | 1 | -13/+27 |
1995-04-03 | (convert_memory_address): New function. | Richard Kenner | 1 | -1/+50 |
1995-04-03 | (allocate_dynamic_stack_space): Correct typo in last change. | Jim Wilson | 1 | -1/+1 |
1995-03-30 | (allocate_dynamic_stack_space): Test STACK_BOUNDARY against BIGGEST_ALIGNMENT... | Jim Wilson | 1 | -27/+8 |
1995-02-22 | (memory_address): Add missing "else". | Richard Kenner | 1 | -2/+2 |
1994-11-28 | explow.c (hard_function_value): Change a register in BLKmode to a register in... | Jeff Law | 1 | -1/+22 |
1994-07-14 | (force_reg): Don't make a REG_EQUAL note for an insn that doesn't set | Richard Kenner | 1 | -3/+7 |
1994-07-12 | (allocate_dynamic_stack_space): Fix typo. | Richard Kenner | 1 | -1/+1 |
1994-07-12 | (round_push, allocate_dynamic_stack_space): Avoid using CEIL_DIV_EXPR; | Richard Kenner | 1 | -3/+11 |
1994-05-06 | (allocate_dynamic_stack_space): Just return virtual_stack_dynamic_rtx if aski... | Richard Kenner | 1 | -0/+13 |
1994-04-18 | (promote_mode): New function. | Richard Kenner | 1 | -0/+38 |
1994-03-08 | (break_out_memory_refs): Don't call mark_reg_pointer here. | Richard Kenner | 1 | -5/+14 |
1994-02-10 | (memory_address): Fix error in last change. | Richard Kenner | 1 | -14/+14 |