aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-12-03Add cost model for Exynos M1Evandro Menezes6-2/+204
2015-12-03Empty the redirect_edge_var_map after each passAlan Lawrence6-6/+23
2015-12-03[PR tree-optimization/68599] Avoid over-zealous optimization with -funsafe-lo...Jeff Law3-2/+11
2015-12-03Documentation tweaks for internal-fn-related optabsRichard Sandiford2-107/+286
2015-12-03Add an rsqrt_optab and IFN_RSQRT internal functionRichard Sandiford15-185/+228
2015-12-03Fix some issues with the ROP patch (PR 68471, 68472)Bernd Schmidt5-1/+24
2015-12-03nvptx-protos.h (npvptx_section_from_addr_space): Delete.Nathan Sidwell8-184/+173
2015-12-03[RTL-ifcvt] PR rtl-optimization/68624: Clean up logic that checks for clobber...Kyrylo Tkachov4-19/+61
2015-12-03re PR tree-optimization/66051 (can't vectorize reductions inside an SLP group)Richard Biener4-64/+46
2015-12-03cfgexpand.c (expand_gimple_stmt_1): Return statement with DECL as return valu...Ilya Enkovich2-3/+11
2015-12-03Guard isl_ast_op_zdiv_r usage with HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCSTom de Vries2-0/+10
2015-12-03Added missing ChangeLogs. Fix scan pattern for gcc.target/i386/avx512vl-vextr...Kirill Yukhin3-1/+15
2015-12-03re PR tree-optimization/67800 (Missed vectorization opportunity on x86 (DOT_P...Richard Biener4-0/+67
2015-12-03re PR tree-optimization/68639 (ICE: Floating point exception)Richard Biener4-0/+46
2015-12-03ipa-pure-const.c (ignore_edge_for_pure_const): New function.Jan Hubicka2-11/+28
2015-12-03ipa-pure-const.c (ignore_edge): Rename to ...Jan Hubicka2-22/+43
2015-12-03re PR c++/68184 (Exception from a virtual function does not get caught)Jan Hubicka4-0/+42
2015-12-03Daily bump.GCC Administrator1-1/+1
2015-12-03re PR preprocessor/57580 (Repeated _Pragma message directives in macro causes...Jakub Jelinek5-14/+90
2015-12-02handle missing isl_ast_exprAditya Kumar4-0/+85
2015-12-02do not insert code outside the generated regionAditya Kumar4-0/+144
2015-12-02Allow running the testsuite in C++1z mode.Jason Merrill5-5/+40
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus28-38/+1207
2015-12-02fix PR68550: do not handle ISL loop peeled statementsAditya Kumar5-0/+91
2015-12-02re PR c/68513 (ICE in gimplify_expr, at gimplify.c:8832, c_maybe_const_expr i...Marek Polacek2-0/+130
2015-12-02re PR fortran/63861 (OpenACC coarray ICE (also with OpenMP?))Cesar Philippidis9-10/+128
2015-12-02Fix c++/67337 (segfault in mangle.c)Markus Trippelsdorf3-1/+31
2015-12-02configure.ac: Check assembler support for R_PPC64_ENTRY relocation.Ulrich Weigand5-10/+140
2015-12-02re PR target/68647 (__builtin_popcountll doesn't generate popcnt instructions...Jakub Jelinek4-1/+104
2015-12-02re PR c++/68653 (ICE: in nonnull_arg_p, at tree.c:13853)Marek Polacek4-1/+32
2015-12-02Do constant folding in warn_* functions.Jason Merrill5-15/+54
2015-12-02Introduce cp_fold_rvalue.Jason Merrill2-9/+40
2015-12-02Define c_fully_fold separately for C and C++.Jason Merrill9-579/+621
2015-12-02* cp-gimplify.c (cp_fold): Use fold_build*.Jason Merrill2-9/+13
2015-12-02Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...Joseph Myers9-23/+82
2015-12-02nvptx.c (enum nvptx_shuffle_kind): New.Nathan Sidwell2-9/+22
2015-12-02fix invalid bounds on array refsAditya Kumar5-45/+129
2015-12-02rename flag_loop_optimize_isl to flag_loop_nest_optimizeAditya Kumar5-4/+12
2015-12-02re PR c++/68290 (g++.dg/concepts/auto1.C FAILs)Eric Botcazou3-32/+49
2015-12-02mips.c (mips_emit_probe_stack_range): Adjust.Eric Botcazou2-16/+15
2015-12-02aarch64.md: New pattern.David Sherwood5-0/+42
2015-12-02Track indirect calls for call site information in debug infoPierre-Marie de Rodat3-24/+93
2015-12-02Some OpenACC host_data cleanupThomas Schwinge11-22/+97
2015-12-02Fix oacc kernels default mapping for scalarsTom de Vries5-5/+57
2015-12-02Mark pointers to allocated target vars as restricted, if possibleTom de Vries11-7/+292
2015-12-02nvptx-protos.h (nvptx_output_mov_insn): Declare.Nathan Sidwell5-235/+135
2015-12-02tree.h (tree_invariant_p): Declare.Richard Biener4-5/+14
2015-12-02Handle BUILT_IN_GOACC_PARALLEL in ipa-ptaTom de Vries6-4/+131
2015-12-02vect-strided-a-u8-i8-gap7-big-array.c: Fix uninitialized y guarding a call to...Richard Biener4-4/+11
2015-12-02AVX-512. Split out mask version for vec_extract_hi_<mode>.Kirill Yukhin2-19/+27