| Commit message (Expand) | Author | Age | Files | Lines |
* | Add code written by rth to generate use shifts to perform an extension if no | nickc | 1998-10-28 | 1 | -2/+14 |
* | * expr.c (pending_chain): Move up. | jason | 1998-10-23 | 1 | -5/+6 |
* | Warning fixes: | ghazi | 1998-10-13 | 1 | -4/+4 |
* | * expr.c (push_block): Handle targets where the stack grows | law | 1998-10-13 | 1 | -1/+7 |
* | Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage | raeburn | 1998-10-11 | 1 | -23/+26 |
* | Fix for irix6 -O0 bug, see testcase gcc.c-torture/compile/981007-1.c. | wilson | 1998-10-07 | 1 | -1/+20 |
* | 8 | bothner | 1998-10-05 | 1 | -0/+7 |
* | * calls.c (expand_call) : Encapsulate code into | gavin | 1998-10-01 | 1 | -0/+82 |
* | * expr.c (expand_expr): Handle COMPONENT_REF, BIT_FIELD_REF ARRAY_REF | law | 1998-09-30 | 1 | -0/+8 |
* | * c-common.c (c_get_alias_set): Tighten slightly for FUNCTION_TYPEs | mmitchel | 1998-09-28 | 1 | -7/+16 |
* | * expr.c (store_constructor): When initializing a field that is smaller | amylaar | 1998-09-24 | 1 | -1/+31 |
* | * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused. Kill. | rth | 1998-09-15 | 1 | -14/+6 |
* | * expr.c: Corrected comment about what MOVE_RATIO does. | law | 1998-09-08 | 1 | -2/+2 |
* | * expr.c (expand_expr): Change ">" to ">=" making MOVE_RATIO use | law | 1998-08-30 | 1 | -1/+1 |
* | � | bothner | 1998-08-21 | 1 | -0/+12 |
* | * expr.c (emit_block_move): Do not call memcpy as a libcall | law | 1998-08-18 | 1 | -17/+116 |
* | * expr.c (move_by_pieces): No longer static. Remove prototype. | law | 1998-08-17 | 1 | -2/+1 |
* | 8 | law | 1998-08-17 | 1 | -1/+6 |
* | * expr.c (store_expr): Don't optimize away load-store pair | amylaar | 1998-08-14 | 1 | -1/+4 |
* | * expr.c (safe_from_p): Change code to ERROR_MARK only when not | jason | 1998-08-13 | 1 | -4/+10 |
* | Mon Jul 27 17:18:52 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-07-27 | 1 | -1/+13 |
* | * expr.c (check_max_integer_computation_mode): Allow conversions | law | 1998-07-23 | 1 | -2/+8 |
* | 8 | bothner | 1998-07-23 | 1 | -0/+7 |
* | * expr.c (expand_expr): Only set MEM_IN_STRUCT_P if the memory address | law | 1998-07-13 | 1 | -14/+21 |
* | * expr.c (emit_queue): If emitting a SEQUENCE, set QUEUED_INSN | amylaar | 1998-07-07 | 1 | -1/+9 |
* | * expr.c (emit_group_load, emit_group_store): Rewrite considering | rth | 1998-07-01 | 1 | -68/+154 |
* | * expr.c (expand_assignment, store_constructor, expand_expr): Use | rth | 1998-07-01 | 1 | -3/+3 |
* | * rtl.def (CONSTANT_P_RTX): New. | rth | 1998-06-30 | 1 | -6/+43 |
* | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | law | 1998-06-29 | 1 | -18/+46 |
* | Warning fixes: | ghazi | 1998-06-29 | 1 | -2/+0 |
* | * invoke.texi (-fstrict-aliasing): Document. | mmitchel | 1998-06-25 | 1 | -1/+11 |
* | * expr.c (expand_assignment): Rework address calculation for structure | law | 1998-06-24 | 1 | -0/+41 |
* | * optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...). | jfc | 1998-06-24 | 1 | -2/+2 |
* | * expr.c (get_memory_rtx): New function. | jfc | 1998-06-24 | 1 | -47/+61 |
* | * expr.c (do_jump_by_parts_greater_rtx): Removed. | law | 1998-06-19 | 1 | -2/+0 |
* | * haifa-sched.c (haifa_classify_insn): TRAP_IF is risky. | jfc | 1998-06-17 | 1 | -0/+17 |
* | * expr.c (check_max_integer_computation_mode): New function. | law | 1998-06-17 | 1 | -0/+67 |
* | * expr.c (do_jump, case EQ_EXPR, NE_EXPR): When comparing complex | schwab | 1998-06-12 | 1 | -36/+44 |
* | Fix build failure when pointers smaller than integers. | wilson | 1998-06-10 | 1 | -32/+13 |
* | Thu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-06-08 | 1 | -0/+2 |
* | * expr.c (force_operand): Detect PIC address loads before | rth | 1998-06-08 | 1 | -0/+14 |
* | Thu Jun 4 14:35:27 1998 David Edelsohn <edelsohn@mhpcc.edu> | dje | 1998-06-04 | 1 | -15/+3 |
* | * expr.c (safe_from_p): Avoid combinatorial explosion | law | 1998-06-04 | 1 | -2/+61 |
* | * expr.c (store_expr): Revert stray patch associated with | rth | 1998-06-02 | 1 | -1/+1 |
* | * expr.c (emit_move_insn_1): When moving complex values in several | law | 1998-06-02 | 1 | -0/+4 |
* | * expr.c (expand_expr, case ADDR_EXPR): Handle taking the | law | 1998-06-02 | 1 | -1/+1 |
* | * expr.c (expand_builtin_setjmp): Handle BUILTIN_SETJMP_FRAME_VALUE. | law | 1998-06-02 | 1 | -1/+5 |
* | * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the | rth | 1998-05-22 | 1 | -3/+24 |
* | Warning Fixes: | ghazi | 1998-05-19 | 1 | -1/+0 |
* | * tree.h (TYPE_SIZE_UNIT): New. | rth | 1998-05-18 | 1 | -12/+19 |