summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* (expand_assignment): Remove bogus resetting of alignment to inner alignment.Richard Kenner1996-11-081-16/+0
* (compare_for_stack_reg, subst_stack_regs_pat):Stan Cox1996-11-081-0/+66
* patches from bug-gnu-utils to support more architecturesDavid J. MacKenzie1996-11-082-25/+53
* (integer_{zero,one,all_ones,pow2}p, real_{zero,one,two}p): Return 0 ifRichard Kenner1996-11-071-2/+8
* (const_binop, case *_DIV_EXPR): Don't do special sizetype case if aRichard Kenner1996-11-071-9/+7
* (layout_record): Treat constant size as variable if it overflows.Richard Kenner1996-11-071-0/+1
* (parallel inc and branch-if-zero/nonzero): Add two new pattern variants.Torbjorn Granlund1996-11-061-4/+38
* (sgt,sgtu,sge,sle,bgt,blt,bge,ble): Use CC_FCOMStan Cox1996-11-061-40/+75
* (define_split for and_shl_scratch):Joern Rennecke1996-11-061-2/+1
* (gen_shl_and): Try to generate shorter constant for and.Joern Rennecke1996-11-061-0/+5
* (CC_FCOMI): DefineStan Cox1996-11-051-2/+6
* (override_options): Set defaults for -march and -mcpu.Stan Cox1996-11-051-12/+24
* (see ChangeLog for Oct 29.)Karl Berry1996-11-051-7/+25
* Call \normalturnoffactive for the sake of \write's that include a \.Karl Berry1996-11-051-4/+7
* xJason Merrill1996-11-051-162/+94
* Don't use TARGET_RELOCATABLE, not defined under AIX.Michael Meissner1996-11-041-2/+2
* Allow va-ppc.h to be reincludedMichael Meissner1996-11-041-0/+3
* Fix -fpic problems; fix typo in cygwinMichael Meissner1996-11-043-1/+5
* Random -fpic fixesMichael Meissner1996-11-031-5/+5
* xJason Merrill1996-11-021-16/+25
* (make_range): Don't merge unsigned case with range containing upper bound;Richard Kenner1996-11-011-15/+24
* fold-const.c (make_range, [...]): Correct normalization of an unsigned range ...Jeff Law1996-10-311-3/+9
* xJason Merrill1996-11-012-96/+65
* (emit_move_sequence): Refine previous change.Richard Kenner1996-10-311-2/+8
* Put HAS_INIT_SECTION ifdefs around Irix6 support.Jim Wilson1996-10-311-0/+4
* (expand_expr, case CONSTRUCTOR): Don't use a PARALLELJim Wilson1996-10-311-1/+4
* (expand_call): Disable special handling for const callsJim Wilson1996-10-311-2/+3
* (decl_function_context): Handle QUAL_UNION_TYPE.Jim Wilson1996-10-311-1/+2
* 90th Cygnus<->FSF quick mergeMike Stump1996-10-315-134/+98
* Use EXTRA_MULTILIB_PARTSMichael Meissner1996-10-312-89/+36
* (parallel inc and branch-if-zero/nonzero): Check for -1, not zero.Torbjorn Granlund1996-10-311-2/+2
* (range_binop): Strip NOPs from result and verify it's an INTEGER_CST.Richard Kenner1996-10-301-9/+12
* (layout_record): Use HOST_WIDE_INT for size.Richard Kenner1996-10-301-1/+1
* (expand_asm_operands): Disallow matching constraints on output andRichard Kenner1996-10-301-7/+13
* Formerly NEWS.~2~Michael Meissner1996-10-291-0/+3
* Add -specs supportMichael Meissner1996-10-291-1/+52
* multilibJason Merrill1996-10-291-13/+27
* Add cases for SIGN_EXTEND and ZERO_EXTEND to RTX_COSTSIan Lance Taylor1996-10-291-1/+18
* Recognize hppa-next as a valid CPU-COMPANY combination.Richard Stallman1996-10-291-0/+3
* Updates from Bob.Mike Stump1996-10-291-57/+192
* (shl_sext_ext): Don't accept simple left/right shift variant.Joern Rennecke1996-10-291-1/+1
* (EXT_SHIFT_SIGNED): New macro.Joern Rennecke1996-10-291-10/+27
* Add some optimizations for TRUNCATE and ZERO_EXTENDIan Lance Taylor1996-10-291-0/+121
* Add a missing use of IMMIan Lance Taylor1996-10-291-1/+1
* (emit_move_sequence): If reload in progress, replace reference toRichard Kenner1996-10-281-0/+17
* (signed_or_unsigned_type): If already right signedness, return.Richard Kenner1996-10-281-1/+2
* Initial revisionJim Wilson1996-10-281-0/+130
* (make_decl_rtl,assemble_variable): Allow named sections forRichard Kenner1996-10-281-13/+3
* (delete_output_reload): Don't use delete_insn when deleting all storesRichard Kenner1996-10-281-1/+7
* ({un,}signed_type): If can't do anything, callRichard Kenner1996-10-281-2/+4