summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* (convert_to_integer): Don't pass truncation thru lshift if shift count >= wid...Richard Stallman1992-09-111-3/+15
* (SIZE_TYPE): Defined.Richard Stallman1992-09-111-0/+3
* Comment changes.Richard Stallman1992-09-111-0/+6
* (expand_binop): Fix typo, `mode' => `methods'.Richard Stallman1992-09-111-35/+35
* *** empty log message ***Timothy Moore1992-09-101-5430/+228
* (main) Write declaration for const_num_delay_slots ().Timothy Moore1992-09-101-227/+5430
* (shorten_branches): Do shorten branches with delay slotsTimothy Moore1992-09-101-10/+50
* Do not allow memory->memory moves to be generated.Michael Meissner1992-09-101-15/+131
* (casesi): Add `&' to constraint for clobber operand.Torbjorn Granlund1992-09-101-1/+1
* (declare_function_name): Allow for anonymous function.Richard Stallman1992-09-101-1/+5
* Add comments.Richard Stallman1992-09-101-2/+13
* (init_fixtab): Fix typo for fix_truncdfqi2.Richard Stallman1992-09-101-1/+1
* (init_optabs): Use __gcc_bcmp, not real bcmp.Richard Stallman1992-09-101-1/+238
* (mostlyclean): Delete xlimits.h.Richard Stallman1992-09-101-1/+1
* (output_addr_const): If 2nd arg of MINUS is negative integer, put it in parens.Richard Stallman1992-09-091-1/+9
* Fix va_arg for structures larger than 8 bytes.Michael Meissner1992-09-091-11/+13
* (.nope): Really store into environ.Richard Stallman1992-09-091-1/+2
* (build_index_type, build_index_2_type): Don't pass HOST_WIDE_INT to routine e...Richard Stallman1992-09-091-4/+4
* (convert_to_integer): When optimizing LSHIFT_EXPR andRichard Stallman1992-09-091-11/+11
* Declare gen_highpart.Richard Stallman1992-09-091-0/+1
* (gen_highpart): New function.Richard Stallman1992-09-091-0/+65
* (print_node): Handle BOOLEAN_TYPE and CHAR_TYPE.Richard Stallman1992-09-091-1/+3
* (expand_expr): Support IN_EXPR.Richard Stallman1992-09-091-16/+279
* (LIB2FUNCS): Add L__gcc_bcmp.Richard Stallman1992-09-091-1/+1
* (layout_type): Caller must give size of FILE_TYPE.Richard Stallman1992-09-091-0/+52
* (dbxout_type_fields): Handle nameless subrecords for Pascal.Richard Stallman1992-09-091-3/+43
* (ASM_OUTPUT_OPCODE): Deleted.Richard Stallman1992-09-081-1/+4
* Add BINFO_VPTR_FIELD definition.Mike Stump1992-09-081-0/+6
* Moved constant_expression_warning into c-common.c.Brendan Kehoe1992-09-072-10/+10
* (convert_for_assignment): Warn about constant integerRichard Stallman1992-09-071-5/+7
* (duplicate_decls): Set DECL_INLINE in newdecl so it is copied into olddecl.Richard Stallman1992-09-071-4/+12
* (FSGLMUL_USE_S): Defined.Richard Stallman1992-09-071-2/+6
* (fsglmul pattern): If FSGLMUL_USE_S, opcode has .s, not .x.Richard Stallman1992-09-071-0/+7
* (grokparms): Copy arg type list to savable obstack if nec.Richard Stallman1992-09-071-1/+14
* (check_case_value): Call constant_expression_warning.Richard Stallman1992-09-071-0/+2
* (const_binop): Fix typo.Richard Stallman1992-09-071-1/+1
* (main): No program should return the error_count!Richard Stallman1992-09-071-3/+10
* (record_reg_class): For matching operands...Richard Stallman1992-09-071-0/+17
* (simplify_binary_operation): For DIV by 0, do nothing.Richard Stallman1992-09-071-1/+1
* pa.c (output_function_prologue): Undo Aug.Jeff Law1992-09-061-15/+5
* pa.md (indirect_jump): Annul the next instruction if the delay slot could not...Jeff Law1992-09-061-13/+2
* (MOVE_MAX): Define as 4.Torbjorn Granlund1992-09-061-3/+2
* (hard_regno_mode_ok): Don't abort if unknown mode,Torbjorn Granlund1992-09-061-2/+5
* (HARD_REGNO_MODE_OK): Allow BLKmode.Torbjorn Granlund1992-09-061-1/+1
* (cmpstrsi): Rewrite expander to handle operands correctly.James Van Artsdalen1992-09-061-7/+15
* (try_combine): Make change missing from last modification to splittingRichard Kenner1992-09-051-1/+2
* (before functions): Remove xmalloc decl.Torbjorn Granlund1992-09-051-2/+1
* (storehi): Use match_operand for operand 0.Torbjorn Granlund1992-09-051-53/+7
* (ASM_OUTPUT_OPCODE): Defined.Richard Stallman1992-09-051-0/+11
* (mulsi3_big): Use low half of result.Richard Stallman1992-09-051-4/+11