aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 libstdc++/63840 (std::function copy constructor deletes an uninitialize...Jonathan Wakely5-3/+123
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-01runtime: introduce mvifdiff.sh script to replace GCC's move-if-changeIan Lance Taylor3-12/+27
2014-12-01Daily bump.GCC Administrator1-1/+1
2014-11-30lib1funcs.S: Check value of __SHMEDIA__ instead of checking whether it's defi...Oleg Endo2-9/+14
2014-11-30* config/abi/pre/gnu.ver: Fix ios_base::failure exports.Jonathan Wakely2-1/+14
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus20-246/+94
2014-11-30Daily bump.GCC Administrator1-1/+1
2014-11-29locale_init.cc (locale::_Impl::_Impl(size_t)): Use new-initializer instead of...Jonathan Wakely3-16/+11
2014-11-29nonio.h (__timepunct): Remove unused typedef.Jonathan Wakely2-7/+11
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