aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-02-03Add the PR fortran number to the previous commit.Steven G. Kargl2-0/+2
2006-02-03tree-ssa-loop-ivopts.c (enum use_type): Remove USE_OUTER.Zdenek Dvorak2-225/+18
2006-02-03[multiple changes]Steven G. Kargl6-7/+58
2006-02-03gcc-dg.exp (cleanup-rtl-dump): Fix dump file regexp to handle more than 100 d...Jeff Law4-23/+35
2006-02-03pr25990.c: Replace with pre-processed version.Diego Novillo2-79/+100
2006-02-03name-lookup.c (do_class_using_decl): Use IDENTIFIER_TYPENAME_P, not IDENTIFIE...Mark Mitchell4-1/+17
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston15-158/+116
2006-02-03re PR target/25960 (__gcc_qadd doesn't handle -0.0L properly)Alan Modra4-1/+32
2006-02-03re PR target/25864 (Enable IBM long double format in 32-bit PowerPC Linux)Andreas Krebbel10-147/+794
2006-02-02re PR target/25377 (weakref sibcalled with -fPIC)Andrew Pinski2-1/+7
2006-02-03tree.h (TYPE_STRING_FLAG): Document that this field may be used on INTEGER_TY...Roger Sayle4-19/+21
2006-02-03tree-tailcall.c (arg_needs_copy_p): New function.Zdenek Dvorak3-70/+142
2006-02-03Daily bump.GCC Administrator1-1/+1
2006-02-02sparc.c (sparc_output_scratch_registers): Use #ignore instead of #scratch for...Jakub Jelinek2-1/+9
2006-02-02freebsd.h (ENDFILE_SPEC): Add space to separate object files.Andreas Tobler2-4/+9
2006-02-02re PR fortran/24958 (ICE on invalid nullify)Steven G. Kargl4-4/+29
2006-02-02flow.c (calculate_global_regs_live): Assert that there aren't any EDGE_FAKE e...Bernd Schmidt2-1/+10
2006-02-02tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says.Paolo Bonzini6-39/+29
2006-02-02tree-inline.c (copy_tree_r): Also copy OMP_CLAUSE nodes.Diego Novillo2-1/+6
2006-02-02Commit testcase for PR25990.Diego Novillo1-0/+244
2006-02-02re PR middle-end/25990 (gomp ICE with -fopenmp)Diego Novillo3-8/+20
2006-02-02Daily bump.GCC Administrator1-1/+1
2006-02-02re PR middle-end/24901 (Misaligned data in fold_checksum_tree (--enable-check...Steve Ellcey2-5/+10
2006-02-01reload.c (push_secondary_reload): Initialize t_icode.Bernd Schmidt2-2/+7
2006-02-01sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): For -msoft-float -mlong-double-128 only...Jakub Jelinek2-6/+9
2006-02-01cse.c (fold_rtx): When arg1 has a constant equivalent...Hans-Peter Nilsson2-0/+58
2006-02-01opts.c (no_unit_at_a_time_default): New global variable.Jan Hubicka6-2/+23
2006-02-01function.c (assign_parm_setup_reg): Use function argument promotion rules.Paul Brook3-2/+12
2006-02-01* gcc.c (process_command): Change j to 'unsigned int'.Steve Ellcey2-1/+5
2006-02-01re PR c++/25342 (internal compiler error: in lookup_member, at cp/search.c:1209)Mark Mitchell5-122/+195
2006-01-31re PR middle-end/26001 (expand uses the wrong part of the string for array ac...Andrew Pinski4-10/+53
2006-01-31mode-switching.c (optimize_mode_switching): Fix size allocated for bb_info[n_...Andrew Pinski2-1/+6
2006-02-01Daily bump.GCC Administrator1-1/+1
2006-01-31gcc.c (main): Correct type that is allocated for explicit_link_files.Andrew Pinski2-1/+6
2006-01-31re PR fortran/26039 (ICE with maxval)Thomas Koenig5-2/+72
2006-01-31s390.c (init_alignment_context): Set ALIAS_SET_MEMORY_BARRIER on the MEM.Jakub Jelinek3-0/+8
2006-01-31re PR middle-end/25933 (memory leaks)Uttam Pawar3-3/+14
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki125-534/+633
2006-01-31arm.md (smaxsi3): Make aware of smax_m1.Nicolas Pitre2-1/+15
2006-01-31* gcc/config/m68k/lb1sf68.asm: Use moveq to load small constants.Nathan Sidwell2-44/+48
2006-01-31invoke.texi (-msselibm): Document.Richard Guenther17-2/+384
2006-01-31Makefile.def (target_modules): Add libgcc-math target module.Richard Guenther2-0/+9
2006-01-31expr.h (expand_normal): new inline function.Marcin Dalecki15-225/+218
2006-01-31cygwin.h (GCC_DRIVER_HOST_INITIALIZATION): Cast argv to the appropriate type.Roger Sayle2-2/+7
2006-01-31tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Remove unreachable code.Zdenek Dvorak2-10/+6
2006-01-31re PR target/26018 (Assembler errors with -march=z900 compiling glibc)Ulrich Weigand2-1/+17
2006-01-31Daily bump.GCC Administrator1-1/+1
2006-01-31* mangle.c: Comment fix.Ben Elliston2-1/+5
2006-01-30re PR fortran/24266 (ICE when writing to array of strings that is an elements...Erik Edelmann4-1/+29
2006-01-30optabs.c (prepare_cmp_insn): If unbaised and unsigned then bias the compariso...Carlos O'Donell4-9/+48