| Commit message (Expand) | Author | Age | Files | Lines |
* | Add prototype support. | meissner | 1992-08-08 | 3 | -265/+489 |
* | (default_conversion): Fix bug that | rms | 1992-08-07 | 1 | -4/+5 |
* | (default_compilers): For output of as when -c is not used, | rms | 1992-08-07 | 1 | -7/+7 |
* | (final_scan_insn): Use ASM_OUTPUT_ADDR_DIFF_ELT | rms | 1992-08-07 | 1 | -6/+18 |
* | (finish_decl): Don't do expand_decl_init for FUNCTION_DECL. | rms | 1992-08-07 | 1 | -5/+38 |
* | Don't include real.h. | rms | 1992-08-07 | 1 | -1/+0 |
* | Include real.h. | rms | 1992-08-07 | 1 | -0/+1 |
* | (mark_used_regs): Do recurse in setting of global hard reg. | rms | 1992-08-07 | 1 | -2/+9 |
* | (true_dependence): An unchanging read is guaranteed | wilson | 1992-08-07 | 1 | -35/+40 |
* | Correct DEFINE_SPLITs added Jul 27. They would | wilson | 1992-08-07 | 1 | -16/+20 |
* | (ASM_FILE_START): If profiling IMPORT "_mcount" instead of | law | 1992-08-06 | 1 | -4/+35 |
* | (hppa_builtin_saveregs): Rewrite. | moore | 1992-08-06 | 1 | -91/+18 |
* | Rewrite to be compatible with hpux. | moore | 1992-08-06 | 1 | -79/+19 |
* | Check hp800 symbol too for the hppa case. | moore | 1992-08-06 | 1 | -1/+1 |
* | (EXTRA_SECTIONS, svr3): Add in_ctors and in_dtors. | wood | 1992-08-05 | 1 | -2/+3 |
* | (EXTRA_SECTIONS, svr3): Delete empty definitions for | wood | 1992-08-05 | 1 | -5/+3 |
* | Changes in comments. | rms | 1992-08-05 | 1 | -2/+5 |
* | * cp-tree.h, tree.h: Moved definitions of TREE_VIA_* into tree.h for | mrs | 1992-08-05 | 1 | -0/+9 |
* | (build_conditional_expr): Merged const and volatile flags of incoming types. | rms | 1992-08-04 | 1 | -0/+6 |
* | (USING_SVR4_H): Define. | wood | 1992-08-04 | 1 | -0/+3 |
* | (USING_SVR3_H): Define. | wood | 1992-08-04 | 1 | -0/+3 |
* | (EXTRA_SECTIONS): Base on the above defines. | wood | 1992-08-04 | 1 | -4/+4 |
* | entered into RCS | wood | 1992-08-04 | 1 | -0/+3 |
* | (dbxout.o): Depend on output.h. | rms | 1992-08-04 | 1 | -1/+1 |
* | Include output.h. | rms | 1992-08-04 | 1 | -0/+1 |
* | (install-common): Install protoize and related files if they were compiled. | rms | 1992-08-04 | 1 | -10/+11 |
* | (install-cross-tools): Install nm from tooldir. | rms | 1992-08-04 | 1 | -1/+1 |
* | (gen_rtx, case REG): Don't use frame_pointer_rtx or arg_pointer_rtx if | kenner | 1992-08-03 | 1 | -4/+10 |
* | (jump_optimize): When replacing jumps with logical expressions, use | kenner | 1992-08-03 | 1 | -0/+1 |
* | (identify_blocks, reorder_blocks): Don't use SET_NOTE_BLOCK_NUMBER. | kenner | 1992-08-03 | 1 | -5/+5 |
* | (NOTE_BLOCK_NUMBER): Change definition to simpler form. | kenner | 1992-08-03 | 1 | -8/+9 |
* | (main): Don't cast pointers to int unnecessarily. | kenner | 1992-08-03 | 1 | -1/+1 |
* | (const_hash, SYMHASH): Use HOST_WIDE_INT instead of int when casting | kenner | 1992-08-03 | 1 | -3/+4 |
* | (TYPE_HASH): Use HOST_WIDE_INT instead of int when casting pointers to | kenner | 1992-08-03 | 1 | -2/+2 |
* | (print_node): Use HOST_WIDE_INT instead of int when casting pointers | kenner | 1992-08-03 | 1 | -1/+1 |
* | (canon_hash): Use HOST_WIDE_INT instead of int when casting pointers | kenner | 1992-08-03 | 1 | -4/+4 |
* | (expand_inline_function): Cast -1 to (HOST_WIDE_INT) first. | kenner | 1992-08-03 | 1 | -3/+3 |
* | (find_use_as_address): Use HOST_WIDE_INT instead of int when comparing a | kenner | 1992-08-03 | 1 | -4/+4 |
* | (expand_call): Use HOST_WIDE_INT instead of int when comparing a | kenner | 1992-08-03 | 1 | -1/+1 |
* | (reg_sign_bit_copies): New variable. | kenner | 1992-08-03 | 1 | -209/+800 |
* | (expand_builtin, case BUILT_INT_CONSTANT_P): Add missing call to | kenner | 1992-08-03 | 1 | -1/+1 |
* | (reload): Set reload_in_progress earlier. | kenner | 1992-08-03 | 1 | -3/+3 |
* | (optimize_bit_field_compare): Correct bogus use of types in | kenner | 1992-08-03 | 1 | -14/+13 |
* | (ASM_OUTPUT_DWARF_STRING): redefinition was | rms | 1992-08-01 | 1 | -11/+0 |
* | (HANDLE_PRAGMA_WEAK): Define only if SET_ASM_OP defined. | rms | 1992-08-01 | 1 | -1/+1 |
* | Find the links to directories by finding each link and testing it with test. | rms | 1992-08-01 | 1 | -2/+17 |
* | (layout_record): Take account of | rms | 1992-08-01 | 1 | -1/+17 |
* | (yylex): When traditional, convert 0x80000000 to -0x80000000. | rms | 1992-08-01 | 1 | -1/+11 |
* | entered into RCS | kenner | 1992-07-31 | 1 | -1/+1 |
* | Include stddef.h when __STDC__ is defined. | kenner | 1992-07-31 | 1 | -0/+3 |