aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-11-12revert: bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__ and __BFIN__.Jie Zhang2-4/+12
2006-11-12bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__ and __BFIN__.Jie Zhang2-0/+7
2006-11-12Daily bump.GCC Administrator1-1/+1
2006-11-11Fix entry missing from previously committed ChangeLogTobias Schlüter1-1/+2
2006-11-11Fix typo in previous check-inTobias Schlüter1-1/+1
2006-11-11data.c: Add 2006 to copyright years.Tobias Schlüter6-6/+17
2006-11-11Oops, commited wrong variant of patch in last commit, this is the diffJan Hubicka1-1/+0
2006-11-11extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka1-14/+0
2006-11-11extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka13-271/+34
2006-11-11tree-pretty-print.c (dump_generic_node): Print sign of Inf.Kaveh R. Ghazi2-1/+5
2006-11-11* predict.c (predict_loops): Kill RTL variant.Jan Hubicka2-64/+32
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka16-434/+47
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther21-91/+61
2006-11-11tree-ssa-loop.c (pass_loop_prefetch): Change name to aprefetch.Zdenek Dvorak3-4/+11
2006-11-11re PR middle-end/27528 (compiling linux kernels 2.6.16.14/15 2.6.17-rc3 on po...Richard Sandiford5-2/+74
2006-11-11bfin.h (FUNCTION_PROFILER): Don't use LABELNO.Jie Zhang2-4/+11
2006-11-11fold-const.c (operand_equal_p): Don't check for TREE_CONSTANT_OVERFLOW when c...Roger Sayle2-11/+8
2006-11-10rtl.h (MEM_COPY_ATTRIBUTES): Copy MEM_POINTER.Peter Bergner2-0/+5
2006-11-11builtins.c (fold_builtin_cos): Use fold_strip_sign_ops().Kaveh R. Ghazi5-19/+110
2006-11-11fold-const.c (negate_mathfn_p): Add BUILT_IN_ERF.Kaveh R. Ghazi4-0/+63
2006-11-11tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable) when attempti...Roger Sayle3-6/+17
2006-11-11Daily bump.GCC Administrator1-1/+1
2006-11-10Corrected gfc_process_option to gfc_handle_option in my lastBrooks Moses1-1/+1
2006-11-10lang.opt (-fmodule-private): Remove option.Brooks Moses5-21/+18
2006-11-10cse.c (cse_process_notes): Copy the propagated value.Jan Hubicka6-7/+24
2006-11-10re PR fortran/29758 (Runtime segfault in RESHAPE with insufficient elements i...Paul Thomas4-3/+54
2006-11-10re PR fortran/29454 (Slightly wrong error message for IF statement)Tobias Burnus2-1/+6
2006-11-10re PR fortran/29315 (error passing an array derived from type element)Paul Thomas4-3/+58
2006-11-10final.c (final): Walk from first instruction.Jan Hubicka3-1/+7
2006-11-10re PR tree-optimization/29777 (missed optimization: model missing widen_mult*...Uros Bizjak4-3/+60
2006-11-10builtins.c (do_mpfr_arg3): New.Kaveh R. Ghazi5-6/+191
2006-11-09* check.c (same_type_check): Typo fix in comment.Brooks Moses2-1/+5
2006-11-10Daily bump.GCC Administrator1-1/+1
2006-11-09re PR bootstrap/26892 (Can't compile a 64-bit gcc)Eric Christopher9-4346/+6381
2006-11-09ia64.c (ia64_hpux_init_libfuncs): Use HP-UX millicode routines for integer di...Steve Ellcey2-0/+21
2006-11-09re PR fortran/29431 (Not Implemented: complex character array constructors)Paul Thomas4-2/+45
2006-11-09* config/arm/t-linux (LIBGCC2_DEBUG_CFLAGS): Delete.Daniel Jacobowitz2-2/+5
2006-11-09re PR fortran/29744 (Type renaming crashes gfortran with excessive memory usage)Paul Thomas4-1/+48
2006-11-09re PR middle-end/29726 (invalid folding of ((X >> C1) & C2) != 0 or "M-x is u...Serge Belyshev5-3/+37
2006-11-09re PR fortran/29699 (ICE in trans-decl.c)Paul Thomas10-56/+139
2006-11-09simplify-rtx.c (avoid_constant_pool_reference): Avoid calling simplify_subreg...Andreas Krebbel4-0/+29
2006-11-09builtins-20.c: Use fabs, not __builtin_fabs.Kaveh R. Ghazi2-36/+37
2006-11-09io_constraints_3.f90: Fixed by using -fmax-errors.Tobias Burnus3-1/+7
2006-11-09invoke.texi: Minor formatting fixes in option lists.Brooks Moses2-4/+7
2006-11-09invoke.texi: Added documentation for -fmax-errors option.Brooks Moses2-28/+46
2006-11-08lang.opt: Add -fmax-errors= option.Brooks Moses5-18/+63
2006-11-08lang.opt: Remove non-working -qkind= option.Brooks Moses5-24/+8
2006-11-09Daily bump.GCC Administrator1-1/+1
2006-11-09re PR tree-optimization/29738 (Missed constant propagation into loops)Zdenek Dvorak5-179/+217
2006-11-08builtin-math-3.c: Add more sincos tests.Kaveh R. Ghazi2-4/+10