aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-12-12iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson2-100/+34
2004-12-12re PR rtl-optimization/17186 (ICE in move_for_stack_reg, at reg-stack.c:1065)Richard Henderson2-24/+44
2004-12-12i386.c (ix86_gimplify_va_arg): Fix type mismatch errors across operations.Richard Henderson2-7/+15
2004-12-13Daily bump.GCC Administrator1-1/+1
2004-12-12re PR middle-end/12454 (large number of if ();else if cause)Roger Sayle2-2/+14
2004-12-12* doc/passes.texi (Pass Manager): Correct list of source files.Di-an Jan2-1/+6
2004-12-12expr.c (emit_move_change_mode): New.Richard Henderson2-29/+43
2004-12-12re PR fortran/18869 (multiple common blocks in a single line rejected)Tobias Schlüter4-0/+33
2004-12-12re PR fortran/16581 (gfortran F90 bit intrinsics don't work with integer*{1,2...Steven G. Kargl4-26/+88
2004-12-12re PR middle-end/17564 (New treatment of function pointers when used with equ...Nathanael Nerode2-11/+17
2004-12-12re PR target/18932 (ICE in copyprop_hardreg_forward_1, at regrename.c)Richard Henderson3-246/+221
2004-12-12re PR fortran/16222 (non-integral DO loop variables are unsupported.)Steven G. Kargl7-49/+130
2004-12-12* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.Kazu Hirata2-2/+3
2004-12-12* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.Kazu Hirata2-1/+3
2004-12-12re PR tree-optimization/18040 (ICE in for_each_index, at tree-ssa-loop-im.c:178)Andrew Pinski4-19/+40
2004-12-12Fix trivial comment typo.Paul Brook1-1/+1
2004-12-12* reg-stack.c (convert_regs_2): Free stack.Kazu Hirata2-1/+7
2004-12-12tree-ssa-loop-ch.c (copy_loop_headers): Loop can be null.Daniel Berlin3-0/+11
2004-12-12* tree-gimple.c (get_base_address): Update documentation.Diego Novillo2-4/+5
2004-12-12lcm.c (optimize_mode_switching): Free ptr even when mode_set is NULL_RTX.Kazu Hirata2-12/+17
2004-12-12reg-stack.c (change_stack): Avoid placing the new top-of-stack in its correct...Roger Sayle2-15/+52
2004-12-12lcm.c (optimize_mode_switching): Free insert and delete in the "for" loop.Kazu Hirata2-4/+9
2004-12-12Fix date on ChangeLog, fix typo in function nameTobias Schlüter1-2/+2
2004-12-12Daily bump.GCC Administrator1-1/+1
2004-12-11re PR middle-end/18641 (Another ICE caused by reload of a pseudo reg into f0 ...David Edelsohn4-11/+23
2004-12-11tree-into-ssa.c (rewrite_ssa_into_ssa): Free SSA_NAME_AUX before we release a...Kazu Hirata2-0/+10
2004-12-11re PR middle-end/18921 (wrong code with operator "?")Roger Sayle4-6/+37
2004-12-11re PR fortran/17175 (set_exponent breaks with integer*8 exponent)Tobias Schlüter4-6/+77
2004-12-11pa-host.c (pa_gt_pch_use_address): Use lseek and read to copy PCH file to ano...John David Anglin2-14/+21
2004-12-11re PR target/18002 ('while' loop performace regression on avr target)Roger Sayle2-16/+53
2004-12-11Daily bump.GCC Administrator1-1/+1
2004-12-10re PR driver/18732 (Compiler will not compile two source files if first has e...Devang Patel2-1/+6
2004-12-10tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo6-14/+84
2004-12-10regmove.c (combine_stack_adjustments_for_block): Free memlist if it hasn't be...Kazu Hirata2-0/+8
2004-12-10c-typeck.c (lookup_field): Check if a TYPE_LANG_SPECIFIC pointer field is set...Ziemowit Laski2-1/+6
2004-12-10re PR middle-end/18903 (ice in bsi_after_labels)Andrew Pinski4-2/+30
2004-12-10tree-ssa-dom.c (thread_across_edge): Speed up by avoiding a call to is_gimple...Kazu Hirata2-5/+8
2004-12-10tree-data-ref.c (free_data_refs): Free each data_reference object.Kazu Hirata2-3/+12
2004-12-10tree-ssa-alias.c (setup_pointers_and_addressables): Remove redundant test of ...Jeff Law3-13/+8
2004-12-10frv-modes.def: Fix comment typos.Richard Sandiford8-557/+322
2004-12-10s390.c (struct processor_costs): New fields ml, sqdbr, sqebr.Mark Dettinger2-3/+47
2004-12-10re PR c++/18731 (ICE on invalid template declaration)Volker Reichelt6-0/+42
2004-12-10expmed.c (synth_mult): Initialize new_limit.latency before making a recursive...Kazu Hirata2-1/+6
2004-12-10(legitimate_address_p): Reject address whose index is itself the sum of twoNick Clifton2-0/+6
2004-12-10* config/t-slibgcc-sld (SHLIB_LINK): Correct symlink.Alan Modra2-3/+6
2004-12-10i386.md (*cmpfp_sf): Change type attribute to "multi".Uros Bizjak2-1/+6
2004-12-09* gcc.dg/loop-3.c: Don't use i386 tuning for amd64.Richard Henderson2-1/+3
2004-12-09fp-cmp-4q.c: Remove.Richard Henderson3-20/+5
2004-12-10Daily bump.GCC Administrator1-1/+1
2004-12-09Testcase for PR c/18282.Richard Henderson1-0/+22