1996-08-18 |
Doug Evans | choose-temp.c: Delete !defined(_WIN32) condition when... |
commit | commitdiff | tree |
1996-08-18 |
Doug Evans | * pexecute.c: Update test for win32 (&& ! cygwin32). |
commit | commitdiff | tree |
1996-08-18 |
Doug Evans | cccp.c (absolute_filename): Drive specifiers make the... |
commit | commitdiff | tree |
1996-08-18 |
Doug Evans | cygwin32.h (CPP_PREDEFINES): Define _WIN32, not WIN32. |
commit | commitdiff | tree |
1996-08-18 |
Doug Evans | cygwin32.h (CPP_PREDEFINES): Define _WIN32, not WIN32. |
commit | commitdiff | tree |
1996-08-18 |
Doug Evans | gcc.c: Change ifndef _WIN32 to ifndef NO_SYS_FILE_H... |
commit | commitdiff | tree |
1996-08-18 |
Doug Evans | stdarg.h: Change __WIN32__ to _WIN32. |
commit | commitdiff | tree |
1996-08-18 |
Doug Evans | protoize.c: Update test for win32 (&& ! cygwin32). |
commit | commitdiff | tree |
1996-08-18 |
Doug Evans | * toplev.c: Update test for win32 (&& ! cygwin32). |
commit | commitdiff | tree |
1996-08-16 |
Michael Meissner | Make -fpic work with -O3 |
commit | commitdiff | tree |
1996-08-16 |
Stan Cox | Remove CLASS_LIKELY_SPILLED_P |
commit | commitdiff | tree |
1996-08-16 |
Mike Stump | libgcc2.c (__throw): New routine. |
commit | commitdiff | tree |
1996-08-15 |
Mike Stump | * arm.h (RETURN_ADDR_RTX): Define. |
commit | commitdiff | tree |
1996-08-15 |
Mike Stump | * expr.c (expand_builtin_return_addr): Fix order of... |
commit | commitdiff | tree |
1996-08-15 |
Doug Evans | sparc.c (label_ref_operand): New function. |
commit | commitdiff | tree |
1996-08-15 |
Doug Evans | sys-protos.h (gethostid): Make return type `int' ifdef... |
commit | commitdiff | tree |
1996-08-14 |
Torbjorn Granlund | (expand_return): In code for doing scc with jumps, |
commit | commitdiff | tree |
1996-08-14 |
Jeff Law | pa.c (override_options): Treat TARGET_FAST_INDIRECT_CAL... |
commit | commitdiff | tree |
1996-08-14 |
Jeff Law | pa.c (print_operand): Use the right comparison operator... |
commit | commitdiff | tree |
1996-08-14 |
Jeff Law | * pa/pa.h (OUTPUT_MI_THUNK): Define. |
commit | commitdiff | tree |
1996-08-14 |
Michael Meissner | Fix varargs/stdarg on PowerPC Windows NT |
commit | commitdiff | tree |
1996-08-13 |
Ian Lance Taylor | Remove duplicate volatile from sig_atomic_t in AIX... |
commit | commitdiff | tree |
1996-08-13 |
Michael Meissner | mp/load version # in specs file so __GNUC_MINOR__ will... |
commit | commitdiff | tree |
1996-08-13 |
Jim Wilson | (LIB_SPEC): Undef. |
commit | commitdiff | tree |
1996-08-13 |
Michael Meissner | Correctly handle stack probes of more than one function... |
commit | commitdiff | tree |
1996-08-13 |
Michael Meissner | Build fewer multilibs |
commit | commitdiff | tree |
1996-08-13 |
Jim Wilson | (PROFILE_BEFORE_PROLOGUE): Define. |
commit | commitdiff | tree |
1996-08-13 |
Jason Merrill | 87th Cygnus<->FSF quick merge |
commit | commitdiff | tree |
1996-08-12 |
Michael Meissner | Fix typo |
commit | commitdiff | tree |
1996-08-12 |
Jim Wilson | (RAP_REG, RETURN_ADDRESS_POINTER_REGNUM): Define. |
commit | commitdiff | tree |
1996-08-12 |
Jim Wilson | (regno_reg_class): Change entry 23 from NO_REGS to... |
commit | commitdiff | tree |
1996-08-12 |
Jim Wilson | (DOLLARS_IN_IDENTIFIERS): Undefine. |
commit | commitdiff | tree |
1996-08-12 |
Jim Wilson | (LIB_SPEC): Always emit -lc. |
commit | commitdiff | tree |
1996-08-12 |
Michael Meissner | Check current_function_uses_pic_offset_table, not pic_o... |
commit | commitdiff | tree |
1996-08-12 |
Michael Meissner | Speed up genmultilib; Add MULTIB_EXTRA_OPTS |
commit | commitdiff | tree |
1996-08-12 |
Richard Kenner | (expand_end_bindings): Add test and call for nonlocal_g... |
commit | commitdiff | tree |
1996-08-12 |
Richard Kenner | (expand_builtin, case BUILT_IN_SETJMP): Add test and... |
commit | commitdiff | tree |
1996-08-12 |
Jason Merrill | (store_expr): Handle COND_EXPR cleanups like expand_expr. |
commit | commitdiff | tree |
1996-08-12 |
Richard Kenner | (expand_abs): When OP0 and TARGET are the same pseudo... |
commit | commitdiff | tree |
1996-08-12 |
Richard Kenner | (reg_equiv_replace): New variable. |
commit | commitdiff | tree |
1996-08-12 |
Richard Kenner | Formatting changes. |
commit | commitdiff | tree |
1996-08-12 |
Richard Kenner | Formattign changes. |
commit | commitdiff | tree |
1996-08-12 |
Richard Kenner | Formtting changes. |
commit | commitdiff | tree |
1996-08-12 |
Richard Kenner | (hash_is_key_in_hash): Function somehow got lost. |
commit | commitdiff | tree |
1996-08-12 |
Richard Kenner | (__need_wint_t): Move #undef to right place. |
commit | commitdiff | tree |
1996-08-11 |
Richard Kenner | (finish_struct): If pedantic, also warn if struct/union... |
commit | commitdiff | tree |
1996-08-11 |
Richard Kenner | Initial revision |
commit | commitdiff | tree |
1996-08-09 |
Stan Cox | (untyped_call) Avoid SIGFPE. |
commit | commitdiff | tree |
1996-08-09 |
Stan Cox | (output_float_compare): Don't try to initialize aggrega... |
commit | commitdiff | tree |
1996-08-09 |
Stan Cox | (gen_stdcall_suffix): Round parameter size up to |
commit | commitdiff | tree |
1996-08-09 |
Stan Cox | (RTX_COSTS): rtx_cost should pass two parameters. |
commit | commitdiff | tree |
1996-08-08 |
Mike Stump | 87th Cygnus<->FSF quick merge |
commit | commitdiff | tree |
1996-08-08 |
Michael Meissner | Fix for G++ not knowing whether a vtable will be privat... |
commit | commitdiff | tree |
1996-08-08 |
Michael Meissner | Remove code that disabled vtable heuristic on systems... |
commit | commitdiff | tree |
1996-08-08 |
Mike Stump | *** empty log message *** |
commit | commitdiff | tree |
1996-08-08 |
Mike Stump | *** empty log message *** |
commit | commitdiff | tree |
1996-08-08 |
Jason Merrill | (NULL): Use __null for G++. |
commit | commitdiff | tree |
1996-08-07 |
Jim Wilson | (casesi_jump): New pattern. |
commit | commitdiff | tree |
1996-08-06 |
Michael Meissner | Make STACK_BOUNDARY always 64 bits |
commit | commitdiff | tree |
1996-08-06 |
Doug Evans | gen-protos.c (overrides): New static local. |
commit | commitdiff | tree |
1996-08-05 |
Doug Evans | (MULTILIB_OPTIONS): Add mbroken-saverestore. |
commit | commitdiff | tree |
1996-08-05 |
Doug Evans | Add comment. |
commit | commitdiff | tree |
1996-08-05 |
Jim Wilson | (alpha_output_filename): When emitting stabs, don't... |
commit | commitdiff | tree |
1996-08-05 |
Jim Wilson | (arith_reg_operand): Reject SUBREG of an invalid hard... |
commit | commitdiff | tree |
1996-08-05 |
Doug Evans | (layout_record): Correct overflow test for 0 sized... |
commit | commitdiff | tree |
1996-08-05 |
Jim Wilson | (aoutos.h): Don't include it. |
commit | commitdiff | tree |
1996-08-05 |
Karl Berry | (\heading, \subheading, \subsubheading): Can no |
commit | commitdiff | tree |
1996-08-04 |
Jeff Law | combine.c (rtx_equal_for_field_assignment_p): Check... |
commit | commitdiff | tree |
1996-08-04 |
Jim Wilson | (subsi3+1): Handle case where first operand is constant |
commit | commitdiff | tree |
1996-08-04 |
Jim Wilson | (WCHAR_TYPE_SIZE): Undef, then define to 16. |
commit | commitdiff | tree |
1996-08-03 |
Karl Berry | (\HEADINGSdouble, \HEADINGSsingle, |
commit | commitdiff | tree |
1996-08-02 |
Jeff Law | pa-hpux.h (LINK_SPEC): Don't link in PA1.1 specific... |
commit | commitdiff | tree |
1996-08-02 |
Stan Cox | (output_float_compare): fcomi should be followed by... |
commit | commitdiff | tree |
1996-08-02 |
Stan Cox | (i386_branch_cost, i386_branch_cost_string): Added. |
commit | commitdiff | tree |
1996-08-02 |
Stan Cox | Added TARGET_CMOVE check for fcomi. |
commit | commitdiff | tree |
1996-08-02 |
Brendan Kehoe | * sparc/vxsparc.h (CPP_PREDEFINES): Add `-DCPU=SPARC'. |
commit | commitdiff | tree |
1996-08-02 |
Karl Berry | Restoring good RCS id. |
commit | commitdiff | tree |
1996-08-02 |
Jeff Law | pa.h (ASM_OUTPUT_INT): Remove all hacks for the excepti... |
commit | commitdiff | tree |
1996-08-01 |
Torbjorn Granlund | (RTX_COSTS, case PLUS): Get operand order right. |
commit | commitdiff | tree |
1996-07-31 |
Doug Evans | (negtf2,abstf2): Fix v9 case. |
commit | commitdiff | tree |
1996-07-31 |
Jeff Law | pa.h (ASM_OUTPUT_INT): Use an 'E%' prefix for items... |
commit | commitdiff | tree |
1996-07-30 |
Jim Wilson | (dbxcoff.h): Include. |
commit | commitdiff | tree |
1996-07-30 |
Torbjorn Granlund | (eq reg (const_int 0)): New pattern. |
commit | commitdiff | tree |
1996-07-30 |
Jeff Law | pa.h (RETURN_ADDR_RTX): Offset is -20 from the frame... |
commit | commitdiff | tree |
1996-07-29 |
Karl Berry | (\indexfonts): Make leading be 12pt. Otherwise, it... |
commit | commitdiff | tree |
1996-07-29 |
Jeff Law | * pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix thinko in... |
commit | commitdiff | tree |
1996-07-28 |
Karl Berry | (paragraphindent): Move to more reasonable place in... |
commit | commitdiff | tree |
1996-07-28 |
Karl Berry | Initial revision |
commit | commitdiff | tree |
1996-07-26 |
Doug Evans | (output_bound_representation): Fix typo. |
commit | commitdiff | tree |
1996-07-26 |
Mike Stump | install EH code |
commit | commitdiff | tree |
1996-07-26 |
Mike Stump | install EH code |
commit | commitdiff | tree |
1996-07-26 |
Mike Stump | Oops. |
commit | commitdiff | tree |
1996-07-25 |
Mike Stump | expr.c (do_jump, [...]): Ensure the end of an exception... |
commit | commitdiff | tree |
1996-07-25 |
Mike Stump | install EH code |
commit | commitdiff | tree |
1996-07-25 |
Stan Cox | (output_float_compare): Added support for Pentium Pro |
commit | commitdiff | tree |
1996-07-25 |
Richard Kenner | (canon_hash, cse_insn): MEM is not unchanging if it... |
commit | commitdiff | tree |
1996-07-24 |
Jim Wilson | (branch_true, branch_false, inverse_branch_true, |
commit | commitdiff | tree |
1996-07-24 |
Stan Cox | (put_condition_code, print_operand, output_fp_cc0_set): |
commit | commitdiff | tree |
1996-07-24 |
Stan Cox | (movsfcc, movdfcc, movxfcc, movsfcc_1, movdfcc_1, |
commit | commitdiff | tree |
1996-07-24 |
Jeff Law | pa.c (move_operand): Relax "mode" test. |
commit | commitdiff | tree |
next |