aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-24re PR c++/58561 ([c++11] ICE using declaration of function with auto in retur...David Edelsohn2-0/+18
2014-11-24re PR target/63679 ([AArch64] Failure to constant fold.)Richard Biener10-30/+159
2014-11-24re PR java/64044 (Java emits bogus .class$ decls)Richard Biener2-1/+5
2014-11-24re PR c++/63203 (Self-initialization of reference not diagnosed if it occurs ...Jonathan Wakely4-3/+38
2014-11-24re PR c++/63942 (constexpr conflicts with previous declaration)Jason Merrill2-5/+13
2014-11-24simplify-rtx.c (simplify_ternary_operation): Simplify vec_merge (vec_duplicat...Petr Murzin4-0/+59
2014-11-24[AArch64][4/5] Implement fusion of ARDP+LDRKyrylo Tkachov2-1/+40
2014-11-24[AArch64][3/5] Implement fusion of MOVK+MOVKKyrylo Tkachov2-2/+40
2014-11-24[sched-deps] Remove needless check for modified_in_p when trying to fuse two ...Kyrylo Tkachov6-12/+71
2014-11-24re PR testsuite/64039 (FAIL: gcc.dg/tree-ssa/ssa-dom-cse-2.c scan-tree-dump o...Richard Biener2-1/+9
2014-11-24[AArch64][2/5] Implement adrp+add fusionKyrylo Tkachov2-2/+38
2014-11-24[PATCH 2/2] ipa-inline uses sreal for as fibonacci_heap templateMartin Liska2-24/+32
2014-11-24[PATCH 1/2] Negative numbers added for sreal class.Martin Liska4-52/+190
2014-11-24[AArch64][1/5] Implement TARGET_SCHED_MACRO_FUSION_PAIR_PKyrylo Tkachov3-4/+86
2014-11-24re PR lto/63968 (175.vpr from cpu2000 fails to build with LTO)Martin Liska3-19/+57
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener1-1/+202
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener14-5/+226
2014-11-24* gcc-interface/Makefile.in (Cygwin/Mingw): Fix previous change.Eric Botcazou2-26/+9
2014-11-24Add missing entryTrevor Saunders1-0/+13
2014-11-24re PR c++/63905 (redundant fields left in gcc/cp/cp-tree.h:lang_decl_fn)Paolo Carlini2-3/+6
2014-11-24trans.c (build_return_expr): Use INIT_EXPR instead of MODIFY_EXPR to assign t...Eric Botcazou2-6/+14
2014-11-24trans.c (push_range_check_info): Replace early test with assertion.Eric Botcazou6-7/+64
2014-11-24error.c (gfc_fatal_error_1): Remove.Tobias Burnus10-34/+30
2014-11-23pr46799.c: XFAIL on AIX.David Edelsohn6-1/+12
2014-11-24Daily bump.GCC Administrator1-1/+1
2014-11-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez7-23/+38
2014-11-23pr63856 - test caseTrevor Saunders1-0/+15
2014-11-23invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that -Wtabs enables the warning.Tobias Burnus2-3/+8
2014-11-23Fix ChangeLog formatting.Oleg Endo1-4/+6
2014-11-23re PR target/53976 ([SH] Unnecessary clrt/sett after bt/bf)Oleg Endo2-9/+24
2014-11-23error.c (gfc_diagnostic_build_prefix): Correct coloring of the colon of the p...Tobias Burnus2-1/+6
2014-11-23gfortran.h (gfc_option_t): Remove warn_tabs.Tobias Burnus7-25/+45
2014-11-2320120927-1.c: New testcase.Andrew Pinski3-0/+62
2014-11-22initlist-lifetime1.C: Fix testcase where argc is always greater than 1 (octeo...Andrew Pinski3-2/+12
2014-11-23Daily bump.GCC Administrator1-1/+1
2014-11-222014-11-22 Andrew Pinski <apinski@cavium.com>Andrew Pinski6-5/+16
2014-11-22Commit missing change log entries.John David Anglin2-0/+15
2014-11-22ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline clones as hav...Jan Hubicka4-5/+23
2014-11-22re PR other/63694 (Build error compiling asan.c: strtoull undeclared)John David Anglin5-2/+74
2014-11-22params.def (PARAM_MAX_COMPLETELY_PEELED_INSNS): Increase to 200.Uros Bizjak3-7/+7
2014-11-22re PR target/63783 ([SH] Miscompilation of boolean negation on SH4 using -O2)Oleg Endo7-18/+122
2014-11-22re PR target/63986 ([SH] gcc.target/sh/pr51244-15.c failures)Oleg Endo4-86/+124
2014-11-22re PR tree-optimization/60770 (disappearing clobbers)Marc Glisse2-8/+43
2014-11-22trans-expr.c (gfc_caf_get_image_index): Fix image calculation.Tobias Burnus4-7/+85
2014-11-22trans.c (Call_to_gnu): Strip unchecked conversions on actuals of In parameter...Eric Botcazou4-6/+41
2014-11-22trans.c (gnat_gimplify_expr): Add 'type' variable.Eric Botcazou4-10/+37
2014-11-22store-motion-fgcse-sm.c (dg-final): Cleanup store_modtion rtl dump.Uros Bizjak4-3/+12
2014-11-22avx512vl-vpermb-2.c: Require avx512vbmi.Uros Bizjak7-2/+15
2014-11-21re PR c++/63657 (-Wunused-variable: warning supressed by virtual dtor)Jason Merrill4-2/+23
2014-11-22linux-atomic.c (__kernel_cmpxchg2): New.Guy Martin2-141/+176