aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-12cp-demangle.c (d_copy_templates): Cast result of malloc to (struct d_print_te...Uros Bizjak2-9/+16
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 Liska16-12/+257
2013-11-11net: Fix TCP keepalive handling for Solaris.Ian Lance Taylor3-1/+31
2013-11-11mksysinfo, net: Always define F_DUPFD_CLOEXEC.Ian Lance Taylor2-1/+6
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-11os: Do not try to run go command in test.Ian Lance Taylor1-0/+1
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-11re PR libstdc++/54562 (mutex and condition variable timers)Jonathan Wakely2-14/+21
2013-11-11config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf in tmake_...Eric Botcazou3-2/+7
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-10Set close-on-exec flag when opening files.Janne Blomqvist7-60/+142
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-10cygming-crtbegin.c (__gcc_register_frame): Increment load-count on use of LIB...Kai Tietz2-2/+21
2013-11-10fenv.c: New file.Uros Bizjak2-0/+120
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-09runtime: Correct flag (FlagNoGC => FlagNoInvokeGC).Ian Lance Taylor1-1/+1
2013-11-09re PR libstdc++/58982 (std::vector<std::atomic<int>> vai(10); does not compil...Jonathan Wakely9-6/+311
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