aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-03-29tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.Sebastian Pop5-17/+28
2006-03-29vfp.md (movsf_vfp): Disparage w<->r alternatives.Paul Brook2-4/+11
2006-03-29re PR tree-optimization/26859 (ICE Segmentation Fault)Sebastian Pop2-6/+28
2006-03-29reload1.c (choose_reload_regs): Check for all RTX_AUTOINC operators.Paul Brook2-9/+23
2006-03-29re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey2-4/+26
2006-03-29re PR middle-end/23623 (volatile keyword changes bitfield access size from 32...Paul Brook8-8/+57
2006-03-29config.gcc (s390-*-linux-*, [...]): Add t-dfprules to tmake_file.Andreas Krebbel3-12/+39
2006-03-29re PR tree-optimization/25985 (with optimization integer math fails)Zdenek Dvorak2-8/+75
2006-03-29re PR middle-end/26643 (Linux matroxfb_probe miscompiled)Zdenek Dvorak2-2/+9
2006-03-29Daily bump.GCC Administrator1-1/+1
2006-03-28sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG.Kaz Kojima2-0/+9
2006-03-28intrinsic.texi: s/floor/float in previous commit.Steven G. Kargl2-1/+5
2006-03-28expr.c (emit_group_store): Only create a new pseudo reg if the quantity it ne...Roger Sayle2-3/+14
2006-03-28timevar.def (TV_TREE_PHI_CPROP): New timevar.Jeff Law3-1/+7
2006-03-28Fix ChangeLog entry.Denis Chertykov1-0/+20
2006-03-28fold-const.c (fold_binary): Fold (X & Y) ^ Y as the equivalent ~X & Y, and th...Roger Sayle5-0/+148
2006-03-282006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>Maxim Kuvyrkov7-53/+34
2006-03-28fold-const.c (fold_unary): Fold (T1)(~(T2)X) as ~(T1)X...Roger Sayle4-0/+43
2006-03-28re PR tree-optimization/26796 (ACATS ICE c34002a c52005 spurious storage_error)Jeff Law2-3/+25
2006-03-28tree-ssa-alias.c (create_sft): Initially inherit TREE_ADDRESSABLE from parent...Daniel Berlin3-0/+29
2006-03-28re PR fortran/26779 (Internal module procedure may not have private type dumm...Paul Thomas4-3/+42
2006-03-28re PR middle-end/22524 (fold (or the front-ends) produces UNARY (BIT_NOT_EXPR...Roger Sayle2-1/+8
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop14-286/+254
2006-03-28Daily bump.GCC Administrator1-1/+1
2006-03-27rtl.def (Copyright): Update date.Maxim Kuvyrkov6-17/+36
2006-03-27haifa-sched.c (Copyright): Update date.Maxim Kuvyrkov2-13/+43
2006-03-27* objc.dg/objc-nofilename-1.m: Limit to Darwin.David Edelsohn2-1/+6
2006-03-27regrename.c (replace_oldest_value_addr): Initialize a variable to shut up the...Bernd Schmidt2-1/+6
2006-03-27t-sh ($(T)libic_invalidate_array_4-100.a): Fix rule to use lib prefix for tar...J"orn Rennecke2-3/+10
2006-03-27superh.opt: New file.Andrew Stubbs14-125/+450
2006-03-27s390-protos.h (s390_hard_regno_mode_ok, [...]): New function prototypes.Andreas Krebbel4-36/+92
2006-03-27io.c (check_io_constraints): Don't look at dt->advance->value.charater.string...Jakub Jelinek5-10/+35
2006-03-27f95-lang.c (gfc_get_alias_set): New function.Jakub Jelinek4-0/+255
2006-03-27re PR libfortran/26661 (Sequential formatted read goes too far)Jerry DeLisle2-0/+23
2006-03-27darwin-20040809-2.c: Don't expect default debugging to be STABS.Geoffrey Keating2-1/+6
2006-03-27dwarf2out.c (add_location_or_const_value_attribute): Call tree_add_const_valu...Geoffrey Keating2-8/+37
2006-03-27Daily bump.GCC Administrator1-1/+1
2006-03-27re PR target/26459 (gcc fails to build on powerpc e500-double targets)Alan Modra2-2/+10
2006-03-26tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS.Sebastian Pop4-398/+546
2006-03-26dwarf-1.m: Skip on AIX.David Edelsohn3-0/+7
2006-03-26re PR fortran/26816 ([4.1 only] FLOAT Intrinsic does not work with Integer Ha...Steven G. Kargl5-1/+60
2006-03-26Daily bump.GCC Administrator1-1/+1
2006-03-25transfer_array_intrinsic_1.f90: Restrict to i?86 and X86_64 targets.Steven G. Kargl3-2/+8
2006-03-25simplify-rtx.c (simplify_relational_operation): Call simplify_relational_oper...Adam Nemet2-2/+6
2006-03-25re PR libfortran/26735 ([4.1 only] -fconvert=swap and implied open)Thomas Koenig2-0/+20
2006-03-25re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Thomas Koenig4-4/+41
2006-03-25re PR tree-optimization/26804 (Alias Time explosion)Daniel Berlin7-3/+110
2006-03-25re PR middle-end/26717 (complex/complex gives a REAL_CST)Uros Bizjak4-2/+38
2006-03-25i386.c (size_cost): Correct the comment for cost of storing fp registers.H.J. Lu2-12/+40
2006-03-25dependency.c (gfc_check_dependency): Improve handling of pointers...Roger Sayle4-20/+56