summaryrefslogtreecommitdiff
path: root/gcc/explow.c
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* Replace insn_foo with insn_data.foo.rth1999-09-121-9/+8
* Merge in gcc2-ss-010999law1999-09-071-4/+8
* Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop.wilson1999-08-151-2/+2
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-0/+1
* Call force_operand if X does not satisfy general_operandnickc1999-08-021-0/+5
* * explow.c (trunc_int_for_mode): New function.rth1999-07-231-0/+41
* 1999-04-17 20:11 -0400 Zack Weinberg <zack@rabi.columbia.edu>zack1999-04-171-0/+1
* * explow.c (allocate_dynamic_stack_space): Undo last change. Uselaw1999-04-141-1/+5
* * explow.c (allocate_dynamic_stack_space): Correctly convert TARGETlaw1999-04-141-1/+1
* Warning fixes:ghazi1999-03-191-1/+1
* * except.c (start_catch_handler): Use emit_cmp_and_jump_insns.law1999-02-141-2/+2
* * cse.c (fold_rtx): Revert 29 Dec change.rth1999-01-211-1/+1
* Update copyrightsmmitchel1999-01-191-1/+1
* * rtl.h (rtx_def): Update documentation.mmitchel1999-01-191-2/+3
* * explow.c (plus_constant_wide): Don't immediately return withamylaar1998-12-081-9/+22
* * function.c (nonlocal_goto_handler_slots): Renamed fromlaw1998-11-201-1/+1
* * expr.c (STACK_BYTES): Delete unused macro.law1998-11-191-9/+13
* Warning fixes:ghazi1998-10-131-1/+1
* * expr.h (STACK_SIZE_MODE): New macro.dje1998-07-021-3/+5
* * invoke.texi (-fstrict-aliasing): Document.mmitchel1998-06-251-0/+5
* * optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).jfc1998-06-241-3/+3
* * explow.c (emit_stack_save): Add prototype for FCN.law1998-06-191-2/+2
* Thu Jun 4 14:35:27 1998 David Edelsohn <edelsohn@mhpcc.edu>dje1998-06-041-20/+7
* typo typo fixes fixeslaw1998-05-061-1/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-2/+3
* Major cutover to using system.h:ghazi1998-03-201-1/+1
* Rats. Forgot to change copyrights on the first commit.robertl1998-02-131-1/+1
* * c-lang.c (finish_file): Bracket declaration of static_ctors,robertl1998-02-131-1/+0
* * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.law1998-02-071-1/+0
* * explow.c (optimize_save_area_alloca): New function for targetslaw1998-01-171-0/+133
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-49/+84
* (expr_size): Call expand_expr with appropriate flag.kenner1997-08-021-1/+2
* (probe_stack_range): Do probing with loop if more than a small number.kenner1997-07-271-2/+2
* (allocate_dynamic_stack_space): Call probe_stack_range.kenner1997-07-171-1/+133
* (convert_memory_address, case SYMBOL_REF): Copykenner1997-01-191-1/+2
* (allocate_dynamic_stack_space): Delete reference to nonexistant macrokenner1996-10-261-1/+1
* (promote_mode, case REFERENCE_TYPE): New case.kenner1996-09-241-0/+1
* formatting tweaksmrs1996-07-031-2/+4
* (convert_memory_address, case PLUS): Fix error in last change.kenner1996-06-291-3/+5
* (convert_memory_address, case PLUS, MULT): Don't commute operationkenner1996-06-181-10/+17
* (memory_address, allocate_dynamic_stack_space): Pass additional arg tokenner1995-12-271-3/+3
* Update FSF address.kenner1995-06-151-1/+2
* Fix typos in comments.kenner1995-05-161-1/+1
* (convert_memory_address): No longer static.kenner1995-04-071-13/+27
* (convert_memory_address): New function.kenner1995-04-031-1/+50
* (allocate_dynamic_stack_space): Correct typo in last change.wilson1995-04-031-1/+1
* (allocate_dynamic_stack_space): Test STACK_BOUNDARY againstwilson1995-03-301-27/+8
* (memory_address): Add missing "else".kenner1995-02-221-2/+2
* * explow.c (hard_function_value): Change a register in BLKmodelaw1994-11-291-1/+22