| Commit message (Expand) | Author | Age | Files | Lines |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -1/+1 |
* | Wed Mar 18 13:42:01 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | rth | 1998-03-18 | 1 | -0/+5 |
* | Fix more warnings... | ghazi | 1998-03-18 | 1 | -2/+4 |
* | Fix warious warnings: | ghazi | 1998-02-28 | 1 | -2/+2 |
* | * expr.c (expand_assignment): Correct typo exposed by -Wall. | robertl | 1998-02-12 | 1 | -1/+1 |
* | * except.c (start_dynamic_cleanup): Remove unused variable 'dhc'. | law | 1998-02-11 | 1 | -14/+16 |
* | * expr.c (clear_pending_stack_adjust): Handle case where a function | law | 1998-02-07 | 1 | -2/+6 |
* | * expr.c (expand_builtin_setjmp): Accept two new arguments for | rth | 1998-02-02 | 1 | -124/+124 |
* | * expr.c (emit_push_insn): Add code to use movstrti if present. | law | 1998-02-02 | 1 | -0/+12 |
* | * expr.c (emit_push_insn): Use same max-move-amount for movstrhi | law | 1998-02-02 | 1 | -4/+4 |
* | * expr.c (get_inner_reference): Use sbitsizetype for type sizes. | law | 1998-02-01 | 1 | -5/+11 |
* | Remove rest of bytecode stuff, except for the VMS *.com files. | wilson | 1998-01-23 | 1 | -4/+2 |
* | Remove more bytecode stuff. | law | 1998-01-20 | 1 | -4/+0 |
* | * Makefile.in: Remove all bytecode support. | law | 1998-01-20 | 1 | -1323/+0 |
* | * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO; | rth | 1998-01-14 | 1 | -147/+151 |
* | Bring in final gcc-2.8.0 changes. | law | 1998-01-14 | 1 | -32/+24 |
* | * c-decl.c (init_decl_processing): Provide proper fallback symbol | rth | 1998-01-02 | 1 | -4/+8 |
* | d | law | 1997-12-29 | 1 | -0/+8 |
* | * expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an | law | 1997-12-19 | 1 | -3/+6 |
* | Bring over changes from latest gcc-2.8 pre-release. | law | 1997-12-15 | 1 | -7/+4 |
* | * expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod. | bothner | 1997-12-13 | 1 | -0/+3 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -38/+85 |
* | O Bring in changes from release branch (egcs_ss_971127). | law | 1997-12-01 | 1 | -0/+1 |
* | * expr.c (expand_builtin_setjmp): Set | law | 1997-11-14 | 1 | -6/+1 |
* | patch from paul eggert to fix -0.0/0.0 confusion that breaks glibc | wilson | 1997-11-14 | 1 | -1/+1 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -99/+244 |
* | * expr.c (expand_builtin_setjmp): Don't emit a SETJMP note | law | 1997-11-02 | 1 | -3/+0 |
* | * expr.c (expand_increment): When enqueing a postincrement for a MEM, | amylaar | 1997-10-31 | 1 | -1/+3 |
* | * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference | law | 1997-10-26 | 1 | -0/+12 |
* | * expr.c (get_inner_reference): Remove the array bias after | law | 1997-10-26 | 1 | -3/+3 |
* | * expr.c (use_group_regs): Don't call use_reg for MEMs. | devans | 1997-10-18 | 1 | -8/+9 |
* | * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size. | jason | 1997-09-27 | 1 | -0/+2 |
* | * combine.c (try_combine): Use NULL_RTX instead of '0' where | law | 1997-09-22 | 1 | -1/+1 |
* | Fix H.J. Lu's alpha-linux bug with TImode constructors. | wilson | 1997-09-16 | 1 | -7/+11 |
* | * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable | jason | 1997-09-16 | 1 | -0/+5 |
* | dwarf2 EH support | jason | 1997-09-16 | 1 | -1/+29 |
* | Remove last change. Not needed for egcs yet. | law | 1997-09-11 | 1 | -1/+1 |
* | * expr.c (emit_block_move): Always return a value. | law | 1997-09-10 | 1 | -1/+1 |
* | Add port done awhile ago for the ARC cpu. | law | 1997-09-09 | 1 | -1/+1 |
* | * expr.c (convert_move): Handle truncation from TQFmode to QFmode. | law | 1997-09-03 | 1 | -0/+7 |
* | * expr.h (insn_gen_function): Reenable prototype. | law | 1997-08-29 | 1 | -4/+4 |
* | (expand_builtin, case BUILT_IN_AGGREGATE_INCOMING_ADDRESS): New case. | kenner | 1997-08-02 | 1 | -40/+283 |
* | (expand_expr, case PLACEHOLDER_EXPR): Find innermost matching and | kenner | 1997-08-02 | 1 | -27/+19 |
* | (expand_expr, case LABEL_DECL): Treat inline_function_decl like | kenner | 1997-07-27 | 1 | -2/+13 |
* | (get_inner_unaligned_p): Deleted. | kenner | 1997-07-27 | 1 | -111/+11 |
* | (expand_expr, case MODIFY_EXPR): Don't preexpand calls if LHS is an | kenner | 1997-07-25 | 1 | -1/+3 |
* | (expand_expr, case PLACEHOLDER_EXPR): Pick outermost object in | kenner | 1997-07-20 | 1 | -17/+27 |
* | (emit_group_load): Add case using gen_lowpart. | wilson | 1997-06-10 | 1 | -0/+3 |
* | (expand_builtin, case BUILT_IN_FRAME_ADDRESS): Use correct function | kenner | 1997-06-09 | 1 | -7/+6 |
* | * expr.c (expand_builtin_setjmp): Remove setting of | mrs | 1997-05-13 | 1 | -1/+6 |