| Commit message (Expand) | Author | Age | Files | Lines |
* | expr.c (expand_builtin_setjmp): Remove setting of current_function_has_nonloc... | Mike Stump | 1997-05-13 | 1 | -1/+6 |
* | except.c (start_dynamic_handler): Fix so that we can use __builtin_setjmp... | Mike Stump | 1997-05-07 | 1 | -151/+164 |
* | reformat a little to match GNU coding standards. | Mike Stump | 1997-05-06 | 1 | -9/+9 |
* | Add setjmp/longjmp exception handling. | Mike Stump | 1997-04-23 | 1 | -471/+64 |
* | ({move,clear}_by_pieces_1, expand_assignment): Ensure we have unshared rtx be... | Richard Kenner | 1997-04-20 | 1 | -15/+22 |
* | x | Jason Merrill | 1997-04-17 | 1 | -4/+7 |
* | * expr.c (move_block_from_reg): Try using an integral mov operation first. | Doug Evans | 1997-04-13 | 1 | -1/+13 |
* | expr.c (emit_push_insn): Delete emission of CLOBBER when doing partial push, ... | Doug Evans | 1997-03-25 | 1 | -6/+0 |
* | (emit_group_load): Call operand_subword instead of creating | Jim Wilson | 1997-03-18 | 1 | -3/+5 |
* | (expand_expr, case PLACEHOLDER_EXPR): Refine which object is picked. | Richard Kenner | 1997-03-16 | 1 | -14/+25 |
* | (expand_expr, case COMPONENT_REF): Fix error in last change: don't | Richard Kenner | 1997-01-05 | 1 | -1/+1 |
* | (get_inner_reference): Fix type error. | Richard Kenner | 1997-01-04 | 1 | -3/+7 |
* | (expand_expr, case COMPONENT_REF): If taking value from a CONSTRUCTOR, | Richard Kenner | 1997-01-04 | 1 | -4/+44 |
* | (expand_expr, case COND_EXPR): Add additional cases to "singleton" | Richard Kenner | 1997-01-04 | 1 | -11/+46 |
* | (move_by_pieces): Abort only if length positive at end. | Richard Kenner | 1996-12-07 | 1 | -1/+1 |
* | (get_inner_reference): Fix error in previous change. | Richard Kenner | 1996-11-17 | 1 | -1/+1 |
* | (get_inner_reference): Add new arg PALIGNMENT and compute it. | Richard Kenner | 1996-11-16 | 1 | -9/+27 |
* | (emit_group_store): For REG case, call gen_lowpart if | Jim Wilson | 1996-11-12 | 1 | -1/+5 |
* | (expand_assignment): Remove bogus resetting of alignment to inner alignment. | Richard Kenner | 1996-11-08 | 1 | -16/+0 |
* | (expand_expr, case CONSTRUCTOR): Don't use a PARALLEL | Jim Wilson | 1996-10-31 | 1 | -1/+4 |
* | Zero extend when generating a CONST_DOUBLE in convert_modes | Ian Lance Taylor | 1996-10-27 | 1 | -1/+14 |
* | (do_store_flag): Don't check if target is 0 in code | Torbjorn Granlund | 1996-10-22 | 1 | -1/+1 |
* | (store_expr): Disable optimization of using convert if exp's type is a | Richard Kenner | 1996-10-21 | 1 | -2/+5 |
* | expr.c (do_jump): Conditionalize cleanups for the COND_EXPR case... | Doug Evans | 1996-10-17 | 1 | -0/+70 |
* | (store_constructor): Delete unnecessary increment. | Jim Wilson | 1996-10-09 | 1 | -1/+1 |
* | (expand_expr, case COMPONENT_REF): Don't try to directly load a complex. | Richard Kenner | 1996-09-29 | 1 | -1/+3 |
* | (store_expr): memset/bzero gets ptr_mode, not Pmode. | Richard Kenner | 1996-09-29 | 1 | -2/+2 |
* | Fix SI followed by 4 DFs under AIX | Michael Meissner | 1996-09-24 | 1 | -1/+5 |
* | (expand_increment): If postincrement for MEM can't use add directly, | Richard Kenner | 1996-09-23 | 1 | -0/+16 |
* | (var_rtx): New function. | Richard Kenner | 1996-09-23 | 1 | -18/+40 |
* | (convert_move): Replace explicit checks for FP extend ops with use of can_ext... | Richard Kenner | 1996-09-22 | 1 | -107/+39 |
* | (store_field): If storing a record on big endian targets, | Richard Kenner | 1996-09-14 | 1 | -0/+24 |
* | * expr.c (expand_builtin_return_addr): Fix order of parameters. | Mike Stump | 1996-08-15 | 1 | -1/+1 |
* | (expand_builtin, case BUILT_IN_SETJMP): Add test and call for | Richard Kenner | 1996-08-12 | 1 | -0/+4 |
* | (store_expr): Handle COND_EXPR cleanups like expand_expr. | Jason Merrill | 1996-08-12 | 1 | -0/+73 |
* | expr.c (do_jump, [...]): Ensure the end of an exception region comes after it... | Mike Stump | 1996-07-25 | 1 | -2/+2 |
* | install EH code | Mike Stump | 1996-07-23 | 1 | -11/+11 |
* | (get_inner_reference): Delete using alternate mode for bitfield; we | Richard Kenner | 1996-07-04 | 1 | -19/+3 |
* | formatting tweaks | Mike Stump | 1996-07-03 | 1 | -80/+94 |
* | expr.c (compare): If function pointers need canonicalization before compariso... | Jeff Law | 1996-07-02 | 1 | -0/+39 |
* | (expand_builtin, case BUILTIN_MEMSET): Open code memset where val == 0. | Richard Kenner | 1996-06-28 | 1 | -0/+52 |
* | (expand_builtin, case BUILT_IN_{SET,LONG}JMP): Properly handle case | Richard Kenner | 1996-06-18 | 1 | -12/+19 |
* | * expr.c (safe_from_p): Allow Chill-style variable-sized arrays. | Per Bothner | 1996-06-07 | 1 | -2/+7 |
* | (emit_group_load, emit_group_store): New functions. | Jim Wilson | 1996-06-06 | 1 | -2/+125 |
* | (store_field): Fix typo in last change; update TARGET addr. | Richard Kenner | 1996-06-03 | 1 | -2/+2 |
* | tree.def (OFFSET_REF): Remove. | Mike Stump | 1996-05-31 | 1 | -16/+0 |
* | (expand_builtin, case BUILT_IN_{LONG,SET}JMP): Convert block address | Richard Kenner | 1996-05-27 | 1 | -4/+12 |
* | (bc_runtime_type_code): Delete redundant declaration. | Richard Kenner | 1996-05-19 | 1 | -1/+0 |
* | expr.c (expand_expr, [...]): Make TARGET_EXPRs redoable for UNSAVE_EXPR. | Mike Stump | 1996-05-17 | 1 | -1/+1 |
* | expr.c (expand_expr, [...]): Move from the C++ frontend to the backend where ... | Mike Stump | 1996-05-17 | 1 | -0/+8 |