| Commit message (Expand) | Author | Age | Files | Lines |
* | * invoke.texi (-fstrict-aliasing): Document. | mmitchel | 1998-06-25 | 1 | -0/+5 |
* | * optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...). | jfc | 1998-06-24 | 1 | -3/+3 |
* | * explow.c (emit_stack_save): Add prototype for FCN. | law | 1998-06-19 | 1 | -2/+2 |
* | Thu Jun 4 14:35:27 1998 David Edelsohn <edelsohn@mhpcc.edu> | dje | 1998-06-04 | 1 | -20/+7 |
* | typo typo fixes fixes | law | 1998-05-06 | 1 | -1/+1 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -2/+3 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -1/+1 |
* | 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 | -1/+0 |
* | * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>. | law | 1998-02-07 | 1 | -1/+0 |
* | * explow.c (optimize_save_area_alloca): New function for targets | law | 1998-01-17 | 1 | -0/+133 |
* | * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO; | rth | 1998-01-14 | 1 | -49/+84 |
* | (expr_size): Call expand_expr with appropriate flag. | kenner | 1997-08-02 | 1 | -1/+2 |
* | (probe_stack_range): Do probing with loop if more than a small number. | kenner | 1997-07-27 | 1 | -2/+2 |
* | (allocate_dynamic_stack_space): Call probe_stack_range. | kenner | 1997-07-17 | 1 | -1/+133 |
* | (convert_memory_address, case SYMBOL_REF): Copy | kenner | 1997-01-19 | 1 | -1/+2 |
* | (allocate_dynamic_stack_space): Delete reference to nonexistant macro | kenner | 1996-10-26 | 1 | -1/+1 |
* | (promote_mode, case REFERENCE_TYPE): New case. | kenner | 1996-09-24 | 1 | -0/+1 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -2/+4 |
* | (convert_memory_address, case PLUS): Fix error in last change. | kenner | 1996-06-29 | 1 | -3/+5 |
* | (convert_memory_address, case PLUS, MULT): Don't commute operation | kenner | 1996-06-18 | 1 | -10/+17 |
* | (memory_address, allocate_dynamic_stack_space): Pass additional arg to | kenner | 1995-12-27 | 1 | -3/+3 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -1/+1 |
* | (convert_memory_address): No longer static. | kenner | 1995-04-07 | 1 | -13/+27 |
* | (convert_memory_address): New function. | kenner | 1995-04-03 | 1 | -1/+50 |
* | (allocate_dynamic_stack_space): Correct typo in last change. | wilson | 1995-04-03 | 1 | -1/+1 |
* | (allocate_dynamic_stack_space): Test STACK_BOUNDARY against | wilson | 1995-03-30 | 1 | -27/+8 |
* | (memory_address): Add missing "else". | kenner | 1995-02-22 | 1 | -2/+2 |
* | * explow.c (hard_function_value): Change a register in BLKmode | law | 1994-11-29 | 1 | -1/+22 |
* | (force_reg): Don't make a REG_EQUAL note for an insn that doesn't set | kenner | 1994-07-14 | 1 | -3/+7 |
* | (allocate_dynamic_stack_space): Fix typo. | kenner | 1994-07-12 | 1 | -1/+1 |
* | (round_push, allocate_dynamic_stack_space): Avoid using CEIL_DIV_EXPR; | kenner | 1994-07-12 | 1 | -3/+11 |
* | (allocate_dynamic_stack_space): Just return virtual_stack_dynamic_rtx if | kenner | 1994-05-06 | 1 | -0/+13 |
* | (promote_mode): New function. | kenner | 1994-04-18 | 1 | -0/+38 |
* | (break_out_memory_refs): Don't call mark_reg_pointer here. | kenner | 1994-03-08 | 1 | -5/+14 |
* | (memory_address): Fix error in last change. | kenner | 1994-02-10 | 1 | -14/+14 |
* | (memory_address): Call update_temp_slot_address on new and old | kenner | 1994-02-07 | 1 | -55/+71 |
* | (emit_stack_save): Cast enum array index to int. | rms | 1993-10-11 | 1 | -1/+1 |
* | (expr_size): If the size contains a PLACEHOLDER_EXPR, surround it with | kenner | 1993-10-04 | 1 | -2/+7 |
* | * explow.c: (copy_all_regs): Don't copy HARD_FRAME_POINTER_REGNUM. | dje | 1993-09-24 | 1 | -1/+5 |
* | (emit_stack_save): At end, call validize_mem when inside sequence. | wilson | 1993-04-12 | 1 | -4/+9 |
* | (rtx_to_tree_code): New function. | rms | 1993-03-31 | 1 | -0/+38 |
* | * explow.c (memory_address): Use CONSTANT_ADDRESS_P instead of | law | 1993-02-26 | 1 | -2/+2 |
* | # Fix misspellings in comments. | eggert | 1993-01-10 | 1 | -1/+1 |
* | (allocate_dynamic_stack_space) [MUST_ALIGN]: | rms | 1992-10-05 | 1 | -6/+10 |
* | (allocate_dynamic_stack_space): If STACK_DYNAMIC_OFFSET | rms | 1992-10-01 | 1 | -0/+9 |
* | (allocate_dynamic_stack_space) [SETJMP_VIA_SAVE_AREA]: | rms | 1992-07-17 | 1 | -0/+3 |
* | entered into RCS | mycroft | 1992-07-06 | 1 | -40/+37 |
* | *** empty log message *** | kenner | 1992-06-25 | 1 | -12/+8 |