aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-12-02genmatch.c: Include hash-set.h.Richard Biener2-21/+91
2014-12-02match.pd: Restrict division combining to trunc_div and exact_div.Richard Biener2-2/+8
2014-12-02re PR fortran/64137 (Fortran FE builds invalid GENERIC)Richard Biener2-2/+9
2014-12-02sparc.c (sparc_atomic_assign_expand_fenv): Remove NULL last argument from cre...Jakub Jelinek12-29/+45
2014-12-02alpha.c (alpha_gimple_fold_builtin): Use gimple_build_assign instead of gimpl...Jakub Jelinek3-20/+16
2014-12-02Daily bump.GCC Administrator1-1/+1
2014-12-01re PR rtl-optimization/59278 (combine does not replace matched insn)Oleg Endo2-0/+24
2014-12-02re PR rtl-optimization/59278 (combine does not replace matched insn)Segher Boessenkool2-0/+8
2014-12-01* combine.c (try_combine): Use is_parallel_of_n_reg_sets some more.Segher Boessenkool2-26/+20
2014-12-01combine.c (is_parallel_of_n_reg_sets): New function.Segher Boessenkool2-0/+85
2014-12-01re PR middle-end/64017 (Support ISL 0.14.0 (to fix ICE with gfortran.dg/graph...Tobias Burnus10-13/+130
2014-12-01Improvements to documentation of gcc_jit_context_releaseDavid Malcolm6-12/+126
2014-12-01re PR c++/60859 (Value-initialization of scalar in aggregate yields "braces a...Paolo Carlini4-3/+24
2014-12-01PR jit/64018: Add description of error-handling to the JIT tutorialDavid Malcolm4-253/+373
2014-12-01* combine.c (distribute_links): Handle multiple SETs.Segher Boessenkool2-15/+41
2014-12-01combine.c (struct insn_link): New field `regno'.Segher Boessenkool2-55/+104
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm11-254/+822
2014-12-01jit-builtins.c: Fix segfault on unsupported builtinsDavid Malcolm2-3/+18
2014-12-01jit-playback: Move dso-creation into its own functionDavid Malcolm3-71/+90
2014-12-01jit-playback: Move argv-creation to its own functionDavid Malcolm3-71/+95
2014-12-01Move gcc_jit_result implementation to a new files jit-result.{h|c}David Malcolm7-60/+146
2014-12-01PR jit/63854: Fix leaks in toyvm.cDavid Malcolm3-10/+72
2014-12-01PR jit/63854: Fix leak in real.c for i386:init_ext_80387_constantsDavid Malcolm2-0/+6
2014-12-01[AArch64][obvious] Gate fuse_adrp_add_1.c test on aarch64_small.Kyrylo Tkachov2-0/+5
2014-12-01PR jit/63854: Fix leak within jit-builtins.cDavid Malcolm4-12/+51
2014-12-01PR jit/63854: Fix leak in tree-ssa-math-opts.cDavid Malcolm2-7/+8
2014-12-01jit.exp: Verify the exit status of the spawneeDavid Malcolm2-0/+35
2014-12-01jit.exp: fix timeout bug inherited from dejagnu.expDavid Malcolm2-1/+5
2014-12-01PR jit/63854: Add support for running "make check-jit" under valgrindDavid Malcolm2-1/+90
2014-12-01PR jit/63969: Fix segfault in error-handling when driver isn't foundDavid Malcolm5-2/+88
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