Age | Commit message (Expand) | Author | Files | Lines |
1993-09-14 | (find_dummy_reload): New args inmode, outmode. | Richard Stallman | 1 | -9/+21 |
1993-09-14 | (layout_record): Turn off PCC_BITFIELD_TYPE_MATTERS | Richard Stallman | 1 | -3/+2 |
1993-09-13 | (set_init_index): Don't allow variable indices. | Richard Stallman | 1 | -16/+65 |
1993-09-13 | (complete_array_type): Handle TREE_PURPOSE of array constructor elements. | Richard Stallman | 1 | -3/+10 |
1993-09-13 | (store_constructor): Handle TREE_PURPOSE of array constructor. | Richard Stallman | 1 | -9/+32 |
1993-09-13 | (output_constructor): Handle index value in | Richard Stallman | 1 | -4/+16 |
1993-09-12 | (expand_expr, ARRAY_REF): Coerce low_bound to sizetype. | Per Bothner | 1 | -2/+13 |
1993-09-12 | (digest_init): Remove obsolete comments on args TAIL, OF_WHAT. | Doug Evans | 1 | -12/+1 |
1993-09-12 | (protect_from_queue): Don't alter an existing MEM. | Richard Stallman | 1 | -9/+21 |
1993-09-12 | (basic_induction_var): New arg MODE. | Richard Stallman | 1 | -13/+22 |
1993-09-12 | (expand_shift): Use convert_modes. | Richard Stallman | 1 | -7/+7 |
1993-09-12 | (convert_modes): Declared. | Richard Stallman | 1 | -0/+3 |
1993-09-11 | (main): Provide upward compatibility with old version | Doug Evans | 1 | -6/+27 |
1993-09-11 | New variable constructor_no_implicit, set by Chill front-end. | Per Bothner | 1 | -3/+6 |
1993-09-10 | Fix previous change. | Richard Stallman | 1 | -1/+1 |
1993-09-10 | (check_init_type_bitfields): Check for mismatch | Richard Stallman | 1 | -1/+3 |
1993-09-10 | (expand_inline_function): Use convert_modes. | Richard Stallman | 1 | -4/+5 |
1993-09-10 | Recognize operating system `netbsd*'. | Roland McGrath | 1 | -1/+1 |
1993-09-10 | *** empty log message *** | Roland McGrath | 1 | -1/+1 |
1993-09-09 | Add support for array with non-zero lower bounds. (Used by Chill.) | Per Bothner | 1 | -8/+18 |
1993-09-09 | (make_node): Put PARM_DECLs of nested functions onto | Jim Wilson | 1 | -1/+16 |
1993-09-09 | Set CROSS_LIBGCC1 to be libgcc1.null | Ian Lance Taylor | 25 | -2/+27 |
1993-09-09 | (convert_modes): New function. | Richard Stallman | 1 | -5/+36 |
1993-09-09 | (expand_twoval_binop): Use convert_modes. | Richard Stallman | 1 | -17/+18 |
1993-09-09 | (emit_store_flag, expand_divmod): Use convert_modes. | Richard Stallman | 1 | -5/+5 |
1993-09-09 | Use CROSS_LIBGCC1 for a cross-compiler | Ian Lance Taylor | 2 | -3/+8 |
1993-09-09 | (expand_expr): Set ignore for COND_EXPR with VOID_TYPE. | Richard Stallman | 1 | -1/+2 |
1993-09-08 | Cosmetic changes only. Just reordered code a little. | Doug Evans | 3 | -254/+257 |
1993-09-08 | (dbxout_parms): For parameters in registers, if use | Jim Wilson | 1 | -4/+14 |
1993-09-08 | (fix_truncdfsi2, fixtruncsfsi2): Mark SImode scratch | Jim Wilson | 1 | -2/+6 |
1993-09-08 | (sbusdev/audiovar.h): Fix wrongly edited // comments | Jim Wilson | 1 | -0/+11 |
1993-09-08 | (process_command): Don't warn for -x after last input file | Jim Wilson | 1 | -1/+1 |
1993-09-08 | (convert_move): When truncating, call force_reg first if | Jim Wilson | 1 | -0/+7 |
1993-09-08 | (getrlimit, getrusage, setrlimit): Return int not void. | Jim Wilson | 1 | -3/+3 |
1993-09-08 | (output_call): Avoid use of jsr.n r1, this loses on | John Hassey | 1 | -3/+9 |
1993-09-08 | (define_attr): Expand list of instruction attributes. | Richard Kenner | 1 | -40/+170 |
1993-09-08 | (rs6000_cpu, rs6000_cpu_string): New variables. | Richard Kenner | 1 | -0/+63 |
1993-09-08 | (MASK_*, TARGET_*): Add target masks and tests. | Richard Kenner | 1 | -24/+93 |
1993-09-08 | (output_init_element): When adding to constructor_pending_elts, copy field. | Richard Stallman | 1 | -1/+3 |
1993-09-08 | (make_tree, case CONST_INT): Properly set high part if unsigned. | Richard Kenner | 1 | -1/+1 |
1993-09-08 | (push_init_level): Diagnose extra brace group at end of record. | Richard Stallman | 1 | -5/+27 |
1993-09-07 | (c_build_type_variant): Allocate new type in same obstack as old one. | Richard Kenner | 1 | -5/+2 |
1993-09-07 | (digest_init): Fix error message text. | Richard Stallman | 1 | -10/+6 |
1993-09-07 | (expand_binop): Must always widen second operand of shift. | Richard Kenner | 1 | -2/+11 |
1993-09-07 | (schedule_block): Correct type of BIT. | Richard Kenner | 1 | -2/+2 |
1993-09-07 | (fold): Don't try to process an RTL_EXPR. | Richard Kenner | 1 | -0/+4 |
1993-09-07 | (dbxout_type): Handle enum constants bigger than one word. | Richard Stallman | 1 | -3/+12 |
1993-09-07 | (default_conversion): For enum that's unsigned, | Richard Stallman | 1 | -1/+3 |
1993-09-07 | (build_enumerator): Choose type properly for wide constants. | Richard Stallman | 1 | -14/+22 |
1993-09-07 | (LIB_SPEC, LINK_SPEC, SWITCH_TAKES_ARG): | Richard Stallman | 1 | -0/+50 |