aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers14-47/+410
2013-11-13The patch re-factors libgcov.c to make it better modulelized.Rong Xu1-0/+2
2013-11-13Daily bump.GCC Administrator1-1/+1
2013-11-12+2013-11-12 Balaji V.Balaji V. Iyer2-2/+9
2013-11-12tree-ssa-threadedge.c (thread_around_empty_blocks): New argument backedge_see...Jeff Law2-18/+38
2013-11-12gimple-ssa-isolate-paths.c (check_loadstore): Mark discovered memory referenc...Jeff Law5-5/+24
2013-11-12compiler: Update for mainline changes.Ian Lance Taylor3-0/+3
2013-11-12re PR other/58712 (issues found by --enable-checking=valgrind)Vladimir Makarov2-0/+9
2013-11-12re PR target/59054 (Powerpc -O0 -mcpu=power7 generates sub-optimal code to lo...Michael Meissner4-27/+46
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod126-678/+870
2013-11-12Add some generic lambda test cases.Adam Butcher10-0/+232
2013-11-12Support implicit parameter packs.Adam Butcher4-7/+92
2013-11-12Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher13-122/+330
2013-11-12final.c (update_alignments): Initialize label to NULL_RTX.Marek Polacek2-1/+5
2013-11-12c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers13-14/+154
2013-11-12aggr21.adb: New test.Tristan Gingold4-0/+38
2013-11-12gimple-ssa-isolate-paths.c (check_loadstore): New function.Jeff Law5-15/+142
2013-11-12predict.c (drop_profile): New function.Teresa Johnson5-0/+172
2013-11-12Turn on SEE unaligned load and store for HaswellH.J. Lu2-2/+9
2013-11-12Properly handle AVX256 unaligned load and storeH.J. Lu3-7/+20
2013-11-12re PR rtl-optimization/10474 (shrink wrapping for functions)Martin Jambor6-11/+304
2013-11-12re PR c++/57734 (Returning template alias to enum class fails with "invalid d...Paolo Carlini4-25/+84
2013-11-12tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Refactor the code.Bin Cheng2-18/+28
2013-11-12Daily bump.GCC Administrator1-1/+1
2013-11-11Time profiler introduced.Martin Liska14-11/+218
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