aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-11-14expmed.c (emit_store_flag_1): New function.Richard Earnshaw5-82/+350
2006-11-14math-torture.exp: Restrict to i?86 and x86_64 targets.Richard Guenther2-0/+10
2006-11-14Add ability to generate DWARF pubtypes section if DEBUG_PUBTYPES_SECTION is d...Caroline Tice10-50/+496
2006-11-14arm.h (FUNCTION_ARG_ADVANCE): Only adjust iwmmxt_nregs if TARGET_IWMMXT_ABI.Joseph Myers3-20/+31
2006-11-14configure: Regenerate with autoconf 2.59.Eric Christopher2-6262/+4326
2006-11-14re PR tree-optimization/27755 (PRE confused by control flow)Daniel Berlin3-73/+509
2006-11-14match.c (gfc_match_namelist): Add missing space to error message.Tobias Burnus2-1/+6
2006-11-14re PR c++/29106 (sizeof(*var) in expression drops entire line of code out of ...Mark Mitchell2-0/+24
2006-11-14re PR fortran/29657 (Don't allow SAVE for functions)Tobias Burnus4-1/+66
2006-11-14re PR rtl-optimization/29798 (-O2 gives wrong results)Paolo Bonzini4-21/+59
2006-11-14fold-const.c (fold_strip_sign_ops): Handle COMPOUND_EXPR and COND_EXPR.Kaveh R. Ghazi4-0/+73
2006-11-13m32c.c (m32c_prepare_shift): Use a separate temporary for intermediates.DJ Delorie2-5/+12
2006-11-14Daily bump.GCC Administrator1-1/+1
2006-11-13rtti.c (get_pseudo_ti_init): Ensure that the offset field of the base type in...Roger Sayle2-5/+11
2006-11-13sh.c (expand_cbranchdi4): Initialize skip_label.Kaz Kojima2-1/+11
2006-11-13fold-const.c (optimize_bit_field_compare): Recursively call fold when simplif...Roger Sayle2-9/+18
2006-11-13configure.ac: Add changequote around __LONG_DOUBLE_MATH_OPTIONAL test.Jakub Jelinek3-2/+12
2006-11-13cell.md: New file.Andrew Pinski5-8/+578
2006-11-13configure.ac (ld_vers): Parse GNU ld version 2.17.50.0.3-6 20060715 style ver...Jakub Jelinek3-2/+8
2006-11-13re PR fortran/29759 (ice on line continuation in OMP statements (gfc_next_cha...Jakub Jelinek4-0/+54
2006-11-13re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec...H.J. Lu1-0/+6
2006-11-13i386.c (ix86_expand_lround): Handle expand_simple_binop return value.Richard Guenther2-29/+44
2006-11-13re PR c++/29518 (rejects valid template argument, enums vs templates)Mark Mitchell2-0/+11
2006-11-13re PR c++/29518 (rejects valid template argument, enums vs templates)Mark Mitchell2-1/+21
2006-11-13gcc.c: Organize search path variables into $prefix relative, and well-known n...Carlos O'Donell6-64/+110
2006-11-13i386.c: Fix a typo in comment.H.J. Lu2-1/+5
2006-11-13* genemit.c (gen_expand): Allocate enough memory.Michael Matz2-1/+6
2006-11-13re PR fortran/26994 (Scalar TRANSFER - error: invalid operand to unary operator)Andrew Pinski4-0/+35
2006-11-13bpapi.h (TARGET_BPABI_CPP_BUILTINS): Define __GXX_TYPEINFO_EQUALITY_INLINE bu...Joseph Myers4-8/+22
2006-11-13re PR tree-optimization/29680 (Misscompilation of spec2006 gcc)H.J. Lu4-1/+130
2006-11-13re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec...Jason Merrill6-0/+52
2006-11-13genemit.c (gen_insn): Call gen_exp with a non-null used when handling multipl...Kaz Kojima4-11/+30
2006-11-13Add PR number to ChangeLog from a previous commit.Kaveh Ghazi1-0/+1
2006-11-13fold-const.c (negate_expr_p): Correct/refine condition for transformations.Roger Sayle2-4/+15
2006-11-13re PR java/29587 (jc1: out of memory allocating 4072 bytes after a total of 7...Daniel Berlin2-2/+11
2006-11-13re PR rtl-optimization/29797 (Miscompiles bit test / set in OpenOffice)Roger Sayle4-1/+29
2006-11-13Daily bump.GCC Administrator1-1/+1
2006-11-12builtins.c (fold_builtin_cosh): New.Kaveh R. Ghazi5-8/+73
2006-11-12tree-flow.h (name_mappings_registered_p): Declare.Zdenek Dvorak4-3/+19
2006-11-12tree-ssa-loop.c (tree_vectorize): Return the result of vectorize_loops.Zdenek Dvorak5-6/+14
2006-11-12tree-ssa-loop-prefetch.c (schedule_prefetches): Cleanup and improve comments.Zdenek Dvorak6-56/+94
2006-11-12Makefile.in (tree-data-ref.o): Add langhooks.h dependency.Zdenek Dvorak8-338/+579
2006-11-12params.c (set_param_value): Initialize the "set" field.Zdenek Dvorak14-53/+153
2006-11-12re PR tree-optimization/13827 ((a & b) != (c & b) should be transformed to ((...Roger Sayle4-0/+71
2006-11-12cfgloopmanip.c (update_single_exit_for_duplicated_loop, [...]): New functions.Zdenek Dvorak3-0/+54
2006-11-12re PR java/29805 (Write past end of array in java/typeck.c)David Daney2-2/+7
2006-11-12* except.c (sjlj_emit_function_enter): Remove unused variable.Andreas Schwab2-2/+6
2006-11-12Correcting ChangeLog errorsPaul Thomas2-4/+4
2006-11-12fold-const.c (int_binop_types_match_p): New function.Roger Sayle3-29/+81
2006-11-11re PR rtl-optimization/28812 (RTL aliasing vs may_alias and structs)Andrew Pinski4-5/+46