Age | Commit message (Expand) | Author | Files | Lines |
1992-09-09 | (.nope): Really store into environ. | Richard Stallman | 1 | -1/+2 |
1992-09-09 | (build_index_type, build_index_2_type): Don't pass HOST_WIDE_INT to routine e... | Richard Stallman | 1 | -4/+4 |
1992-09-09 | (convert_to_integer): When optimizing LSHIFT_EXPR and | Richard Stallman | 1 | -11/+11 |
1992-09-09 | Declare gen_highpart. | Richard Stallman | 1 | -0/+1 |
1992-09-09 | (gen_highpart): New function. | Richard Stallman | 1 | -0/+65 |
1992-09-09 | (print_node): Handle BOOLEAN_TYPE and CHAR_TYPE. | Richard Stallman | 1 | -1/+3 |
1992-09-09 | (expand_expr): Support IN_EXPR. | Richard Stallman | 1 | -16/+279 |
1992-09-09 | (LIB2FUNCS): Add L__gcc_bcmp. | Richard Stallman | 1 | -1/+1 |
1992-09-09 | (layout_type): Caller must give size of FILE_TYPE. | Richard Stallman | 1 | -0/+52 |
1992-09-09 | (dbxout_type_fields): Handle nameless subrecords for Pascal. | Richard Stallman | 1 | -3/+43 |
1992-09-08 | (ASM_OUTPUT_OPCODE): Deleted. | Richard Stallman | 1 | -1/+4 |
1992-09-08 | Add BINFO_VPTR_FIELD definition. | Mike Stump | 1 | -0/+6 |
1992-09-07 | Moved constant_expression_warning into c-common.c. | Brendan Kehoe | 2 | -10/+10 |
1992-09-07 | (convert_for_assignment): Warn about constant integer | Richard Stallman | 1 | -5/+7 |
1992-09-07 | (duplicate_decls): Set DECL_INLINE in newdecl so it is copied into olddecl. | Richard Stallman | 1 | -4/+12 |
1992-09-07 | (FSGLMUL_USE_S): Defined. | Richard Stallman | 1 | -2/+6 |
1992-09-07 | (fsglmul pattern): If FSGLMUL_USE_S, opcode has .s, not .x. | Richard Stallman | 1 | -0/+7 |
1992-09-07 | (grokparms): Copy arg type list to savable obstack if nec. | Richard Stallman | 1 | -1/+14 |
1992-09-07 | (check_case_value): Call constant_expression_warning. | Richard Stallman | 1 | -0/+2 |
1992-09-07 | (const_binop): Fix typo. | Richard Stallman | 1 | -1/+1 |
1992-09-07 | (main): No program should return the error_count! | Richard Stallman | 1 | -3/+10 |
1992-09-07 | (record_reg_class): For matching operands... | Richard Stallman | 1 | -0/+17 |
1992-09-07 | (simplify_binary_operation): For DIV by 0, do nothing. | Richard Stallman | 1 | -1/+1 |
1992-09-06 | pa.c (output_function_prologue): Undo Aug. | Jeff Law | 1 | -15/+5 |
1992-09-06 | pa.md (indirect_jump): Annul the next instruction if the delay slot could not... | Jeff Law | 1 | -13/+2 |
1992-09-06 | (MOVE_MAX): Define as 4. | Torbjorn Granlund | 1 | -3/+2 |
1992-09-06 | (hard_regno_mode_ok): Don't abort if unknown mode, | Torbjorn Granlund | 1 | -2/+5 |
1992-09-06 | (HARD_REGNO_MODE_OK): Allow BLKmode. | Torbjorn Granlund | 1 | -1/+1 |
1992-09-06 | (cmpstrsi): Rewrite expander to handle operands correctly. | James Van Artsdalen | 1 | -7/+15 |
1992-09-05 | (try_combine): Make change missing from last modification to splitting | Richard Kenner | 1 | -1/+2 |
1992-09-05 | (before functions): Remove xmalloc decl. | Torbjorn Granlund | 1 | -2/+1 |
1992-09-05 | (storehi): Use match_operand for operand 0. | Torbjorn Granlund | 1 | -53/+7 |
1992-09-05 | (ASM_OUTPUT_OPCODE): Defined. | Richard Stallman | 1 | -0/+11 |
1992-09-05 | (mulsi3_big): Use low half of result. | Richard Stallman | 1 | -4/+11 |
1992-09-05 | Comment change for meaning of TREE_CONSTANT_OVERFLOW. | Richard Stallman | 1 | -2/+1 |
1992-09-05 | (left_shift_overflows, same_sign, overflow_sum_sign): New macros. | Richard Stallman | 1 | -51/+118 |
1992-09-05 | (constant_expression_warning): Check INTEGER_CST for TREE_CONSTANT_OVERFLOW. | Richard Stallman | 1 | -3/+3 |
1992-09-04 | (output_move_double): Use %R to store at auto-incr/decr addr. | Torbjorn Granlund | 1 | -4/+8 |
1992-09-04 | (install): Add semicolon to make an empty command. | Richard Stallman | 1 | -11/+25 |
1992-09-03 | (setup_save_areas): Don't look at WORDS_BIG_ENDIAN. | Richard Stallman | 1 | -12/+6 |
1992-09-03 | (IDENTIFIER_LIMBO_VALUE): New macro. | Richard Stallman | 1 | -1/+5 |
1992-09-03 | properly close comment. | Michael Meissner | 1 | -1/+1 |
1992-09-03 | If we find a link pointing to ., make a similar link to ., not a link to an a... | Richard Stallman | 1 | -14/+74 |
1992-09-03 | (process_command): Correct for spaz by patch, installing last change. | Richard Stallman | 1 | -12/+12 |
1992-09-03 | (SYSTEM_HEADER_DIR): Overridden. | Richard Stallman | 1 | -0/+3 |
1992-09-03 | (main): Use new loop var J to avoid conflict with I. | Richard Stallman | 1 | -7/+10 |
1992-09-03 | (insert_save_restore): Correct test for | Richard Stallman | 1 | -3/+3 |
1992-09-03 | Comment syntax fix. | Richard Stallman | 1 | -1/+1 |
1992-09-03 | (casesi): Use match_dup for second mention of operand 4. | Torbjorn Granlund | 1 | -1/+1 |
1992-09-02 | (default_compilers): Add missing comma between strings, so that traditional c... | Richard Stallman | 1 | -6/+6 |