aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-11-11tree-ssa-alias.c (stmt_kills_ref_p_1): Use ao_ref_init_from_ptr_and_size for ...Marc Glisse4-17/+50
2013-11-11re PR target/58853 (ICE in expand_set_or_movmem_prologue_epilogue_by_misalign...Uros Bizjak6-16/+48
2013-11-11re PR tree-optimization/59050 (ICE: tree check: expected integer_cst, have no...Cong Hou2-4/+9
2013-11-11re PR middle-end/59049 (Two VOIDmode constant in comparison passed to cstoresi4)Joern Rennecke2-0/+12
2013-11-11forwprop-28.c: Adjust for ARC LOGICAL_OP_NON_SHORT_CIRCUIT definition.Joern Rennecke9-10/+23
2013-11-11Remove ChangeLog merge turd from r204590.Joern Rennecke1-1/+0
2013-11-11compiler: Support Go 1.2 nil checks.Ian Lance Taylor3-6/+38
2013-11-11gimplify.c (gimplify_init_constructor): Do not clear the object when the cons...Eric Botcazou1-2/+2
2013-11-11tree.h (CONSTRUCTOR_NO_CLEARING): Define.Tristan Gingold7-25/+51
2013-11-11toplev.c (toplev_main): Move PLUGIN_FINISH invocation before diagnostic_finish.Basile Starynkevitch2-2/+10
2013-11-11arm.c (arm_new_rtx_costs): Return after handling comparisons.Kyrylo Tkachov2-1/+6
2013-11-11* config/arc/arc.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Define.Joern Rennecke2-0/+20
2013-11-10tree-ssa-threadupdate.c (mark_threaded_blocks): Truncate jump threading paths...Jeff Law2-40/+49
2013-11-11Daily bump.GCC Administrator1-1/+1
2013-11-10cvt.c (cp_convert_to_pointer): Call build_ptrmemfunc before maybe_warn_zero_a...Paolo Carlini3-4/+12
2013-11-10Fixed typo about bug-number ...Kai Tietz1-1/+1
2013-11-10re PR plugins/52872 (--enable-plugin; incorrect test for "exported symbols" a...Karlson2k3-8/+16
2013-11-10mode-switching.c (optimize_mode_switching): Mark block as nontransparent, if ...Uros Bizjak2-27/+24
2013-11-10Daily bump.GCC Administrator1-1/+1
2013-11-09function.c (NAME__MAIN): Move to...Jan-Benedict Glaw3-8/+13
2013-11-09c-common.c (atomic_size_supported_p): New function.Joseph Myers2-4/+33
2013-11-09target.def (can_use_doloop_p): New hook.Richard Sandiford34-224/+239
2013-11-09Daily bump.GCC Administrator1-1/+1
2013-11-08Re-factor tree.h - Part 1.Diego Novillo20-1843/+1752
2013-11-08Move Cilk Plus Builtins node before Other Builtins nodeH.J. Lu2-26/+32
2013-11-08[multiple changes]Joseph Myers30-0/+2819
2013-11-08re PR tree-optimization/58508 ([Missed-Optimization] Redundant vector load of...Cong Hou2-0/+7
2013-11-08arm.c (arm_new_rtx_costs): Break after handling comparisons.Kyrylo Tkachov2-0/+6
2013-11-08compiler: Fix bogus init loop error with struct composite literal.Ian Lance Taylor1-3/+45
2013-11-08tree-ssa-threadupdate.h (delete_thread_path): Declare.Jeff Law4-33/+32
2013-11-08[ARM, AArch64] Make aarch-common.c files more robust.James Greenhalgh2-91/+180
2013-11-08re PR tree-optimization/59047 (wrong code for bitfields at -O3 on x86_64-linu...Richard Biener4-4/+74
2013-11-08common.opt (fcheck-pointer-bounds): Move to ...Ilya Enkovich6-14/+15
2013-11-08re PR tree-optimization/59038 (r204398 causes 186.crafty init.c to be miscomp...Richard Biener3-2/+43
2013-11-08compiler: Correct types when type conversion makes backend call.Ian Lance Taylor1-2/+5
2013-11-08Remove duplicate contents in gcc/config/rs6000/t-xilinxTom de Vries2-28/+4
2013-11-08Daily bump.GCC Administrator1-1/+1
2013-11-07re PR fortran/58471 (ICE on invalid with missing type constructor and -Wall)Janus Weil4-1/+33
2013-11-07atomic-compare-exchange-1.c, [...]: Declare main as returning int.Joseph Myers33-25/+107
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers42-145/+3136
2013-11-07mti-linux.h (SYSROOT_SUFFIX_SPEC): Add fp64 directory.Steve Ellcey4-7/+30
2013-11-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez11-21/+24
2013-11-07pdp11.c: Include dbxout.h.Mike Stump3-0/+7
2013-11-07re PR tree-optimization/56764 (vect_prune_runtime_alias_test_list not smart e...Cong Hou6-176/+386
2013-11-07* varpool.c (ctor_for_folding): Fix typo in comment.Jeff Law2-1/+5
2013-11-07arc.c (arc_ifcvt): Use commutativity, e.g.: reg_a := reg_b + reg_a ==> reg_a ...Joern Rennecke2-0/+29
2013-11-07invoke.texi (-fisolate-erroneous-paths): Document.Jeff Law5-3/+23
2013-11-07sourcebuild.texi (Top Level): GNU ld can use linker plugins, too.Thomas Schwinge2-1/+4
2013-11-07Generally link to libgomp for -ftree-parallelize-loops=*.Thomas Schwinge6-10/+28
2013-11-07tree-ssa-loop-niter.c: Include tree-ssanames.h.Jakub Jelinek4-4/+107