aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2007-04-16m68k.c (m68k_libcall_value, [...]): Use macros for register names more.Kazu Hirata1-0/+5
2007-04-16re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-0/+13
2007-04-16re PR target/31582 (ix86_expand_vec_set_builtin modifies source)H.J. Lu1-1/+8
2007-04-16mips.h (PROCESSOR_74KC, [...]): Define.David Ung1-0/+13
2007-04-16tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to vectorizab...Dorit Nuzman1-0/+16
2007-04-15Fix typo in my last changelog entry.Andrew Pinski1-1/+1
2007-04-15linux.h (FUNCTION_VALUE_REGNO_P): Use macros for register numbers more.Kazu Hirata1-0/+15
2007-04-15m68k.h (PREFERRED_STACK_BOUNDARY): Prefer 32-bit alignment on fido.Kazu Hirata1-0/+5
2007-04-15i386.c, [...]: Fix comment typos.Kazu Hirata1-0/+6
2007-04-15tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Ignore cold loops.Zdenek Dvorak1-0/+5
2007-04-14re PR c/31520 (Latent bug in finish_decl causing an errorous "array subscript...Andrew Pinski1-0/+6
2007-04-14* common.opt (fforward-propagate): Fix "Optimization" annotation.Steven Bosscher1-0/+4
2007-04-14re PR c++/25874 ([gomp] ICE in calc_dfs_tree())Jakub Jelinek1-0/+6
2007-04-14bfin.h (MODES_TIEABLE_P): Allow more modes to be tied.Bernd Schmidt1-0/+5
2007-04-14config.gcc: Recognize fido.Kazu Hirata1-0/+9
2007-04-14re PR middle-end/31322 (ld: Invalid symbol type for plabel (.libs/debug_list....John David Anglin1-0/+6
2007-04-13* config/xtensa/xtensa.c (xtensa_expand_builtin): Use CALL_EXPR_FN.Bob Wilson1-0/+4
2007-04-13darwin-c.c (handle_c_option): Handle -fapple-kext here so we can...Mike Stump1-0/+8
2007-04-13vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define.Richard Sandiford1-0/+6
2007-04-13i386.opt (msvr3-shlib): Removed.H.J. Lu1-0/+6
2007-04-13i386.opt (mpopcnt): Replace "popcount" instruction with "popcnt" instruction.H.J. Lu1-0/+5
2007-04-13re PR tree-optimization/21258 (Teach VRP to pick up a constant from case label.)Richard Guenther1-0/+7
2007-04-13i386.h (X87_FLOAT_MODE_P): Check for TARGET_80387.Uros Bizjak1-0/+40
2007-04-13Makefile.in (stamp-as, [...]): Remove.Paolo Bonzini1-0/+8
2007-04-12* doc/invoke.text (--help): Document --help=common.Brooks Moses1-0/+4
2007-04-12stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords.Thomas Neumann1-0/+4
2007-04-12Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H).Richard Sandiford1-0/+28
2007-04-12mips.md (load_call<mode>): Allow any general register.Richard Sandiford1-0/+8
2007-04-12mips-protos.h: In comments, refer to loadgp_absolute rather than loadgp_nosha...Richard Sandiford1-0/+12
2007-04-12mips.c (mips_ok_for_lazy_binding_p): Always return false for locally-binding ...Richard Sandiford1-0/+6
2007-04-12mips-protos.h (SYMBOL_GOT_LOCAL): Rename to...Richard Sandiford1-0/+35
2007-04-12mips.h (TARGET_SPLIT_CALLS): Check TARGET_CALL_CLOBBERED_GP.Richard Sandiford1-0/+39
2007-04-12bfin.md (movhi_low2high, [...]): Delete, merge functionality into...Bernd Schmidt1-0/+4
2007-04-12lib1funcs.asm (___umulsi3_highpart, [...]): Use a more efficient implementation.Bernd Schmidt1-0/+5
2007-04-12bfin.opt (msim): New option.Bernd Schmidt1-0/+15
2007-04-12md.texi (Blackfin family constraints): Document PA and PB.Bernd Schmidt1-0/+19
2007-04-12config.gcc (*-*-vxworks*): Don't add to tm_files in this stanza.Richard Sandiford1-0/+9
2007-04-12vxworks.h (VXWORKS_STARTFILE_SPEC): Use -l:crt0.o instead of crt0.o%s.Richard Sandiford1-0/+5
2007-04-12s390.md ("trunctddd2"): Use TDmode for the target of ldxtr.Andreas Krebbel1-0/+5
2007-04-12re PR c++/31078 (warning: same canonical type node for different types with c...Douglas Gregor1-0/+7
2007-04-12tree-pretty-print.c (dump_generic_node): Print ARRAY_REF lower bound and elem...Richard Guenther1-0/+6
2007-04-12re PR tree-optimization/24689 (operand_equal_p does not return true for some ...Richard Guenther1-0/+12
2007-04-12pa.c (pa_som_asm_init_sections): Ensure that cfun->machine is not null before...John David Anglin1-0/+5
2007-04-11tree-ssa-alias.c (dump_mem_ref_stats): Do not call need_to_partition_p if the...Diego Novillo1-0/+6
2007-04-11tree-data-ref.c (chrec_steps_divide_constant_p): Removed.Zdenek Dvorak1-1/+7
2007-04-11reload.c (find_reloads_toplev, [...]): Use rtx_equal_p...Bernd Schmidt1-0/+7
2007-04-11tree-data-ref.c (affine_function_zero_p, [...]): New.Sebastian Pop1-0/+6
2007-04-11tree-data-ref.c (add_multivariate_self_dist): Force the distance vector to be...Zdenek Dvorak1-0/+5
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-0/+94
2007-04-11re PR middle-end/31530 (Incorrect folding of multiplication and sign change w...Richard Guenther1-0/+6