| Commit message (Expand) | Author | Age | Files | Lines |
* | (RETURN_IN_MEMORY): Return true for TCmode values. | Jim Wilson | 1994-10-17 | 1 | -2/+4 |
* | (function_prologue): Only emit line number when SDB_DEBUG. | Jim Wilson | 1994-10-17 | 1 | -1/+1 |
* | Initial revision | Richard Kenner | 1994-10-17 | 1 | -0/+26 |
* | Add support for AIX 4.1 and architecture. | Richard Kenner | 1994-10-17 | 1 | -0/+7 |
* | * function.c (current_function_outgoing_args_size): Update comment. | Per Bothner | 1994-10-17 | 1 | -3/+2 |
* | (expand_call, emit_library_call, emit_library_call_value): | Per Bothner | 1994-10-17 | 1 | -64/+71 |
* | except.c (expand_start_catch_block): Make sure the false label gets onto the ... | Mike Stump | 1994-10-17 | 1 | -0/+6 |
* | except.c (expand_start_catch_block): Make sure the false label gets onto the ... | Mike Stump | 1994-10-17 | 1 | -4/+3 |
* | (rescan): Preserve newlines after macro names at the top level since this is... | Richard Kenner | 1994-10-17 | 1 | -2/+10 |
* | Initial revision | Noah Friedman | 1994-10-17 | 1 | -0/+29 |
* | (gen_reload): Renamed from gen_input_reload. | Richard Kenner | 1994-10-17 | 1 | -137/+51 |
* | (gen_reload): Renamed from gen_input_reload. | Richard Kenner | 1994-10-17 | 1 | -3/+4 |
* | Update comment. | Richard Kenner | 1994-10-17 | 2 | -4/+4 |
* | (copy_loop_body, case JUMP_INSN): Don't abort if invert_exp fails. | Richard Earnshaw | 1994-10-17 | 1 | -6/+26 |
* | (add_insn_{before,after}): Don't abort if AFTER was deleted, but not | Richard Earnshaw | 1994-10-16 | 1 | -2/+2 |
* | move a few important patches (this offset calculations for vtables). | Mike Stump | 1994-10-15 | 2 | -6/+25 |
* | (finish_enum): Disable code which forces enums to be signed, | Jason Merrill | 1994-10-15 | 1 | -0/+11 |
* | (real_yylex): Use HOST_BITS_PER_WIDE_INT to determine the | Jason Merrill | 1994-10-15 | 1 | -2/+2 |
* | (type_promotes_to): Also promote enums to long if | Jason Merrill | 1994-10-15 | 1 | -5/+10 |
* | (default_conversion): Don't expect type_promotes_to to | Jason Merrill | 1994-10-15 | 1 | -1/+1 |
* | *** empty log message *** | Jason Merrill | 1994-10-15 | 1 | -0/+38 |
* | (build_method_call): Disable code that tries to do tricky stuff with a defaul... | Jason Merrill | 1994-10-15 | 1 | -8/+12 |
* | (build_decl_overload): Set numeric_outputed_need_bar to 0. | Jason Merrill | 1994-10-15 | 1 | -1/+2 |
* | pa.c (emit_move_sequence): Handle secondary reload when loading a constant in... | Jeff Law | 1994-10-14 | 1 | -1/+2 |
* | Fix X11/Intrinsic.h on RISCiX; add files to REQUIRED as needed | Ian Lance Taylor | 1994-10-14 | 1 | -2/+362 |
* | Initial revision | Richard Earnshaw | 1994-10-14 | 2 | -0/+12 |
* | Define HAVE_GETWD | Richard Earnshaw | 1994-10-14 | 1 | -0/+6 |
* | Always use getwd if HAVE_GETWD is defined. | Richard Earnshaw | 1994-10-14 | 1 | -1/+1 |
* | (call, call_internal, call_value, call_value_internal): | Jim Wilson | 1994-10-13 | 1 | -4/+4 |
* | (expand_fix): Correct typo with FIX/UNSIGNED_FIX REG_NOTES. | Jim Wilson | 1994-10-13 | 1 | -1/+1 |
* | Skip optimize_attrs if num_insn_ents is zero | Ian Lance Taylor | 1994-10-13 | 1 | -0/+3 |
* | (mips_expand_prologue): Handle types that need constructing. | Jim Wilson | 1994-10-12 | 1 | -11/+13 |
* | *** empty log message *** | Jason Merrill | 1994-10-12 | 1 | -0/+4 |
* | Cast pointer arguments to bzero and bcopy to char *. | Jason Merrill | 1994-10-12 | 5 | -14/+16 |
* | Allocate attr_value_list with xmalloc rather than alloca | Ian Lance Taylor | 1994-10-12 | 1 | -2/+19 |
* | (??hf2_libfunc): Add declarations, like ??sf2_libfunc. | Richard Kenner | 1994-10-12 | 1 | -0/+7 |
* | (??hf2_libfunc): Define like ??sf2_libfunc. | Richard Kenner | 1994-10-12 | 1 | -1/+42 |
* | Remove -g from CFLAGS. | Richard Kenner | 1994-10-11 | 1 | -11/+36 |
* | (main): Pass -debug:full -debugtype:coff. | Richard Kenner | 1994-10-11 | 1 | -0/+1 |
* | (ASM_DECLARE_FUNCTION_NAME): Always put out .lglobl for static | Richard Kenner | 1994-10-11 | 1 | -1/+1 |
* | (type_unification): If not passing to a reference, strip cv-quals. | Jason Merrill | 1994-10-11 | 2 | -5/+16 |
* | (build_overload_call_real): Don't immediately do | Jason Merrill | 1994-10-11 | 1 | -1/+5 |
* | (do_build_copy_constructor): Handle anonymous unions. | Jason Merrill | 1994-10-11 | 1 | -2/+33 |
* | (resolve_offset_ref): Fix types used in resolving .* | Jason Merrill | 1994-10-11 | 1 | -2/+4 |
* | (cons_up_default_function): Mark methods in a template class as template inst... | Jason Merrill | 1994-10-11 | 1 | -1/+10 |
* | (grokdeclarator): Don't warn about applying const to a const typedef or templ... | Jason Merrill | 1994-10-11 | 1 | -57/+9 |
* | Changes moved over | Jason Merrill | 1994-10-11 | 1 | -0/+42 |
* | (convert_move): Add TImode conversions. | Richard Kenner | 1994-10-10 | 1 | -0/+52 |
* | (expand_float): Copy TEMP to TARGET when making recursive call and | Richard Kenner | 1994-10-10 | 1 | -1/+4 |
* | Use DEFAULT_PCC_STRUCT_RETURN instead of RETURN_IN_MEMORY; include perform.h | Michael Meissner | 1994-10-10 | 1 | -0/+5 |