aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-12-01jit.exp: Avoid embedding full paths into test resultsDavid Malcolm2-1/+8
2014-12-01Makefile.in (gimple-match.o-warn): Use -Wno-unused instead of -Wno-unused-var...Richard Biener2-2/+9
2014-12-01fold-const.c (const_binop): Handle POINTER_PLUS_EXPR.Richard Biener2-104/+120
2014-12-01re PR tree-optimization/64121 (ICE: SSA corruption with -O -fsanitize=undefined)Marek Polacek4-1/+36
2014-12-01re PR sanitizer/63956 ([UBSAN] ICE segfault in cxx_eval_call_expression ../.....Marek Polacek9-17/+252
2014-12-01constexpr.c (literal_type_p): Return true for void type in C++14.Marek Polacek6-3/+27
2014-12-01re PR c++/60845 (print original type for typedef classes in diagnostics)Paolo Carlini4-1/+19
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek34-574/+534
2014-12-01re PR middle-end/64111 (ICE: conversion of register to a different size)Richard Biener2-1/+7
2014-12-01re PR tree-optimization/15346 ([tree-ssa] combine two successive divisions)Richard Biener5-2/+45
2014-12-01re PR tree-optimization/64126 (FAIL: gcc.dg/pr37289.c scan-tree-dump original...Richard Biener3-15/+23
2014-12-01mips.c (mips16_build_call_stub): Move the save of the return address in $18 a...Maciej W. Rozycki2-5/+17
2014-12-01re PR target/64055 (gnat.dg/derived_aggregate.adb FAILs on 32-bit i386)Ilya Enkovich2-1/+9
2014-12-01re PR tree-optimization/63941 (ICE on valid code at -O3 and above on x86_64-l...Yuri Rumyantsev4-2/+36
2014-12-01re PR tree-optimization/63551 (wrong code (segfaults) at -Os on x86_64-linux-...Martin Jambor5-1/+113
2014-12-01Replace -DAVX512* options with defines inside tests.Ilya Tocar518-533/+1563
2014-12-01re PR tree-optimization/63738 (ssa corruption when compiled with -O3)Richard Biener2-1/+6
2014-12-01re PR target/63986 ([SH] gcc.target/sh/pr51244-15.c failures)Oleg Endo2-1/+58
2014-12-01compiler: Don't crash with self-referential types.Ian Lance Taylor4-10/+44
2014-12-01Daily bump.GCC Administrator1-1/+1
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus20-246/+94
2014-11-30Daily bump.GCC Administrator1-1/+1
2014-11-29Add a testcase for PR target/64114H.J. Lu2-0/+29
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek61-300/+405
2014-11-29scanner.c (skip_free_comments, [...]): Use gfc_warning_now instead of ..._now_1.Tobias Burnus2-5/+10
2014-11-29Fix off-by-one bug in utf16 conversion (PR preprocessor/41698).Joseph Myers2-0/+20
2014-11-29Daily bump.GCC Administrator1-1/+1
2014-11-29opt-functions.awk (lang_enabled_by): Support || for enabled-by.Tobias Burnus7-55/+61
2014-11-28bitmap.c (bitmap_ior, bitmap_ior_and_compl): Zap current as it could be deleted.Mike Stump2-0/+9
2014-11-28re PR target/64061 (ICE: in gen_rtx_SUBREG, at emit-rtl.c:894 with -O2 -g -fn...Vladimir Makarov4-2/+35
2014-11-28re PR target/64093 (ICE error: unrecognizable insn with -mcpu=cell)Segher Boessenkool2-2/+13
2014-11-28c-ubsan.c (ubsan_instrument_shift): Use op1_utype for MINUS_EXPR instead of u...Marek Polacek4-1/+74
2014-11-28re PR rtl-optimization/64087 (ICE on valid code at -O3 on x86_64-linux-gnu in...Vladimir Makarov4-9/+70
2014-11-28Pass unpromoted argument to promote_function_modeH.J. Lu4-2/+40
2014-11-28tree-vect-data-refs.c (vect_transform_grouped_load): Limit shift permutations...Evgeny Stupachenko4-22/+10
2014-11-28[ARM] Optimize copysign/copysignf for soft-float using BFIJiong Wang4-0/+112
2014-11-28omp-low.c (lower_omp_critical): Mark critical sections inside target function...Andrey Turetskiy2-10/+20
2014-11-28Update gcc.target/i386/pr63661.cH.J. Lu2-3/+13
2014-11-28lto-wrapper.c (run_gcc): Set have_lto and have_offload if at least one file c...Ilya Verbin2-6/+12
2014-11-28Update comments.Arnaud Charlet1-27/+21
2014-11-28Update copyright notice.Arnaud Charlet1-1/+1
2014-11-28cgraphunit.c (ipa_passes): Handle flag_generate_offload.Ilya Verbin9-23/+45
2014-11-28[ARM] Add -mcpu=cortex-a17.cortex-a7Kyrylo Tkachov6-2/+18
2014-11-28[ARM] Add Cortex-A17 supportKyrylo Tkachov11-5/+801
2014-11-28Use native tune. nehalem is not able to triggle the issue in trunk any more.Renlin Li2-2/+7
2014-11-28Add testcase for PR63661.Renlin Li2-0/+82
2014-11-28re PR c/63862 (C frontend converts shift-count to int while standard wants in...Marek Polacek10-24/+72
2014-11-28re PR tree-optimization/64084 (match-and-simplify prefers complex matches)Richard Biener5-19/+97
2014-11-28Fix t-aprofile for march=armv8-a+crcRamana Radhakrishnan2-0/+8
2014-11-28Daily bump.GCC Administrator1-1/+1