aboutsummaryrefslogtreecommitdiff
path: root/gcc/explow.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-06Merge in gcc2-ss-010999Jeff Law1-4/+8
1999-08-15Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop.Jim Wilson1-2/+2
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-02Call force_operand if X does not satisfy general_operandNick Clifton1-0/+5
1999-07-22explow.c (trunc_int_for_mode): New function.Richard Henderson1-0/+41
1999-04-17c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename.Zack Weinberg1-0/+1
1999-04-14explow.c (allocate_dynamic_stack_space): Undo last change.Jeffrey A Law1-1/+5
1999-04-14explow.c (allocate_dynamic_stack_space): Correctly convert TARGET to Pmode.Donn Terry1-1/+1
1999-03-19Warning fixes:Kaveh R. Ghazi1-1/+1
1999-02-14except.c (start_catch_handler): Use emit_cmp_and_jump_insns.Jeffrey A Law1-2/+2
1999-01-20cse.c (fold_rtx): Revert 29 Dec change.Richard Henderson1-1/+1
1999-01-19Update copyrightsMark Mitchell1-1/+1
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-2/+3
1998-12-08explow.c (plus_constant_wide): Don't immediately return with result of recurs...J"orn Rennecke1-9/+22
1998-11-20function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_...Bernd Schmidt1-1/+1
1998-11-19expr.c (STACK_BYTES): Delete unused macro.Bernd Schmidt1-9/+13
1998-10-13Warning fixes:Kaveh R. Ghazi1-1/+1
1998-07-02expr.h (STACK_SIZE_MODE): New macro.David Edelsohn1-3/+5
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+5
1998-06-24optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).John Carr1-3/+3
1998-06-19explow.c (emit_stack_save): Add prototype for FCN.H.J. Lu1-2/+2
1998-06-04tree.c (get_inner_array_type): New function.David Edelsohn1-20/+7
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-2/+3
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe1-1/+1
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-1/+0
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-1/+0
1998-01-17explow.c (optimize_save_area_alloca): New function for targets where SETJMP_V...David S. Miller1-0/+133
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-49/+84
1997-08-02(expr_size): Call expand_expr with appropriate flag.Richard Kenner1-1/+2
1997-07-27(probe_stack_range): Do probing with loop if more than a small number.Richard Kenner1-2/+2
1997-07-17(allocate_dynamic_stack_space): Call probe_stack_range.Richard Kenner1-1/+133
1997-01-19(convert_memory_address, case SYMBOL_REF): CopyRichard Kenner1-1/+2
1996-10-26(allocate_dynamic_stack_space): Delete reference to nonexistant macroRichard Kenner1-1/+1
1996-09-23(promote_mode, case REFERENCE_TYPE): New case.Richard Kenner1-0/+1
1996-07-03formatting tweaksMike Stump1-2/+4
1996-06-29(convert_memory_address, case PLUS): Fix error in last change.Richard Kenner1-3/+5
1996-06-18(convert_memory_address, case PLUS, MULT): Don't commute operationRichard Kenner1-10/+17
1995-12-27(memory_address, allocate_dynamic_stack_space): Pass additional arg toRichard Kenner1-3/+3
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
1995-04-07(convert_memory_address): No longer static.Richard Kenner1-13/+27
1995-04-03(convert_memory_address): New function.Richard Kenner1-1/+50
1995-04-03(allocate_dynamic_stack_space): Correct typo in last change.Jim Wilson1-1/+1
1995-03-30(allocate_dynamic_stack_space): Test STACK_BOUNDARY against BIGGEST_ALIGNMENT...Jim Wilson1-27/+8
1995-02-22(memory_address): Add missing "else".Richard Kenner1-2/+2
1994-11-28explow.c (hard_function_value): Change a register in BLKmode to a register in...Jeff Law1-1/+22
1994-07-14(force_reg): Don't make a REG_EQUAL note for an insn that doesn't setRichard Kenner1-3/+7
1994-07-12(allocate_dynamic_stack_space): Fix typo.Richard Kenner1-1/+1