OSDN Git Service

* common.opt: Add driver options.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
2010-08-16 jsm28 * common.opt: Add driver options.
2010-08-16 rguenth2010-08-16 Richard Guenther <rguenther@suse.de>
2010-08-15 uros * doc/invoke.texi (-fomit-frame-pointer): Document...
2010-08-15 iainsrationalize libgcc stub & static lib linkage on Darwin...
2010-08-15 gerald * doc/invoke.texi (Warning Options): Fix terminology...
2010-08-15 irar * tree-vect-data-refs.c (vect_setup_realignment):...
2010-08-14 aesok * reload.h (register_move_cost, memory_move_secondary_...
2010-08-14 rsandifogcc/
2010-08-14 rsandifogcc/
2010-08-13 hjlEnable -fomit-frame-pointer on darwin which support...
2010-08-13 jiez * config/arm/arm.md (cstoredf4): Only valid when
2010-08-12 jsm28 * gcc.c (cpp_unique_options): Generate -MDX and -MMDX...
2010-08-12 cfangpr45241 give up dot_prod pattern searching if stmt...
2010-08-12 hjlTurn on -fomit-frame-pointer by default for 32bit Linux...
2010-08-12 jakub PR middle-end/45262
2010-08-12 jakub * builtins.c (fold_builtin_memory_op): Avoid -Wsign...
2010-08-12 rguenth2010-08-12 Richard Guenther <rguenther@suse.de>
2010-08-12 rguenth2010-08-12 Richard Guenther <rguenther@suse.de>
2010-08-12 uros * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
2010-08-12 jakub PR debug/45259
2010-08-12 carrot * config/arm/arm.md (andsi3): Change to zero extension...
2010-08-11 vmakarov2010-08-11 Vladimir Makarov <vmakarov@redhat.com>
2010-08-11 spopFix Changelog entries.
2010-08-11 spopFix miscompile of 416.gamess.
2010-08-11 spopFix gamess: the only constant phi nodes with one argume...
2010-08-11 spopRemove cloog_initialize and cloog_finalize when using...
2010-08-11 spopAdapt to new CloogScattering abstraction, introduced...
2010-08-11 spopIntroduce compatibility to newer CLooG's CloogState...
2010-08-11 spopAdapt to new CLAST structure within upstream CLooG...
2010-08-11 spopMake CLooG options compatible to newer CLooG releases...
2010-08-11 spopReintroduce necessary CLooG accessors to graphite....
2010-08-11 spopCall scev_reset_htab when Graphite out-of-SSA has chang...
2010-08-11 spopFix tonto: call propagate_expr_outside_region.
2010-08-11 spopCall scev_analyzable_p only on is_gimple_reg.
2010-08-11 spopPropagate constant values or parametric expressions...
2010-08-11 spopUse SSA_NAME_DEF_STMT only on SSA_NAMEs.
2010-08-11 spopDo not instantiate default definitions in instantiate_s...
2010-08-11 spopAdd loop_exits_from_bb_p.
2010-08-11 spopDo not translate out-of-SSA close phi nodes that can...
2010-08-11 spopUnshare the scev before code generating it.
2010-08-11 spopDo not rewrite out of SSA scalar phi nodes that can...
2010-08-11 spopCorrectly handle SSA_NAME_IS_DEFAULT_DEF in rewrite_clo...
2010-08-11 spopAdd testcase for PR42729 and fix handling of gimple_deb...
2010-08-11 spopSpecial case non close-phi nodes with one argument...
2010-08-11 spopScevs could be expressions without chrecs and still...
2010-08-11 spopBump the size of scevs.
2010-08-11 spopRemove uses of loop->single_iv.
2010-08-11 spopAlso handle GIMPLE_CALLs in rewrite_cross_bb_scalar_deps.
2010-08-11 spopchrec_apply should only apply to the specified variable.
2010-08-11 spopRemove expand_scalar_variables_ hack.
2010-08-11 spopRemove insert_loop_close_phis.
2010-08-11 spopFix flipped condition using mpz_sgn.
2010-08-11 spopPartially removing cloog.h and graphite-clast-to-gimple...
2010-08-11 spopMove cloog-related functions from graphite-ppl.{c,h...
2010-08-11 spopResolve CLooG's value_* macros to their respective...
2010-08-11 spopFix 416.gamess miscompile: special case the rewrite...
2010-08-11 spopFix 435.gromacs miscompile: call rewrite_close_phi_out_...
2010-08-11 spopRemove dead code.
2010-08-11 spopReplace map with rename_map.
2010-08-11 spopRemove copy_renames.
2010-08-11 spopRun rewrite_cross_bb_phi_deps before rewrite_cross_bb_s...
2010-08-11 spopEarly return in rewrite_commutative_reductions_out_of_s...
2010-08-11 spopAlways insert out of SSA copies on edges except for...
2010-08-11 spopSplit rewrite_cross_bb_scalar_deps_out_of_ssa out from...
2010-08-11 spopAdd more debug counter guards.
2010-08-11 spopSchedule a copy_prop pass before graphite.
2010-08-11 spopRemove rename_nb_iterations and rename_sese_parameters
2010-08-11 spopAlso rewrite out of SSA scalar dependences going outsid...
2010-08-11 spopRemove insert_copyout and insert_copyin.
2010-08-11 spopDetect commutative reductions in all the scops before...
2010-08-11 spopLaunch dotty in background.
2010-08-11 spopFix invariant phi node removal.
2010-08-11 aesok * target.def (output_addr_const_extra): New hook.
2010-08-11 rth * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED...
2010-08-11 nickc * config/stormy16/stormy16-lib2.c (__cmpsi2...
2010-08-11 jsm28 * opts.h (struct cl_option_handler_func): Make handler...
2010-08-11 danglin * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instanti...
2010-08-10 davidxlImprove address offset range computation
2010-08-10 vmakarov2010-08-10 Vladimir Makarov <vmakarov@redhat.com>
2010-08-10 froydnjfix ChangeLog typo
2010-08-10 froydnj * coverage.c (ctr_labels): Delete.
2010-08-10 bernds PR bootstrap/45177
2010-08-10 ramanaFix misformatted Changelog entry.
2010-08-10 froydnj * tree-ssa-prec. (init_pre): Call alloc_aux_for_blocks.
2010-08-10 rth * config/i386/i386.c (ix86_compute_frame_layout):...
2010-08-10 froydnj * basic-block.h (alloc_aux_for_block, alloc_aux_for_ed...
2010-08-10 froydnj * dwarf2out.c (struct die_struct): Move die_tag to...
2010-08-10 ramana2010-08-09 Sofiane Naci <sofiane.naci@arm.com>
2010-08-10 bernds PR middle-end/45182
2010-08-10 rguenth2010-08-10 Richard Guenther <rguenther@suse.de>
2010-08-10 rguenth2010-08-10 Richard Guenther <rguenther@suse.de>
2010-08-10 froydnj * ipa-split.c (find_split_points): Free stack.
2010-08-10 froydnj * tree.h (tree_node_kind) [perm_list_kind,temp_list_ki...
2010-08-09 hjlRemove unused ret.
2010-08-09 meibf2010-08-09 Bingfeng Mei <bmei@broadcom.com>
2010-08-09 froydnjgcc/
2010-08-09 froydnjgcc/
2010-08-09 rguenth2010-08-07 Richard Guenther <rguenther@suse.de>
2010-08-09 rguenth2010-08-09 Richard Guenther <rguenther@suse.de>
2010-08-09 rguenth2010-08-09 Richard Guenther <rguenther@suse.de>
next